Search:

Type: Posts; User: another_newbie

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    18,095

    dont worry i found out where it was looping...

    dont worry i found out where it was looping constantly. it was in the


    (for;;)


    in the void enter(void) function. there is still a lot more i need to sort out, but it seems to be...
  2. Replies
    6
    Views
    18,095

    { int choice; char s[80]; ...

    {
    int choice;
    char s[80];

    printf("1. Enter a name\n") ;
    printf("2. Delete a name\n") ;
    printf("3. List the File \n");
    printf("4. Search\n") ;
    printf("5....
  3. Replies
    6
    Views
    18,095

    very simple database program

    hello everyone, I've searched these forums and I've been lurking here for a while, so its time to post my query.
    I hope im not breaking any rules here, simply I need a little help on my partial code...
Results 1 to 3 of 3