Re: C database.....



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.
.



Relevant Pages

  • Re: A petition to J3 apropos FORTRANs future
    ... You could make linked lists which looked ... > the basic properties of pointers. ... > with the naive textbook style! ... > specific purpose: teaching pointers. ...
    (comp.lang.fortran)
  • Re: CAN Controller Receive Error
    ... error and increments REC ?? ... As will any textbook that covers CAN seriously. ... http://www.can-cia.org has pointers to literature, and copies of the formally obsolete but still useful original protocol specification by Bosch. ...
    (comp.arch.embedded)
  • Re: array of pointers
    ... josh wrote: ... you have no pointers in Java. ... Your textbook probably mentions that. ...
    (comp.lang.java.programmer)