Re: C database.....
- From: "Vladimir S. Oka" <novine@xxxxxxxxxxxxxx>
- Date: Fri, 20 Jan 2006 09:31:34 +0000 (UTC)
nringty wrote:
how do i get started creating a C database............ Plz Help
A must-have starting point would be:
int main(int argc, char *argv[])
{
return 0;
}After that, read a good book on general database design, followed by a good C textbook. You'll find pointers to the latter scattered around this newsgroup.
Cheers
Vladimir
-- My e-mail address is real, and I read it. .
- References:
- C database.....
- From: nringty
- C database.....
- Prev by Date: Re: What does SIMENTRY mean?
- Next by Date: can a function name be an identifier?
- Previous by thread: Re: C database.....
- Next by thread: Re: C database.....
- Index(es):
Relevant Pages
|