Search:

Type: Posts; User: rags_to_riches

Search: Search took 0.02 seconds.

  1. Good lord, no one's updated that FAQ entry to...

    Good lord, no one's updated that FAQ entry to remove the K&R style function implementation???
  2. p=p->next; You don't check if p is NULL before...

    p=p->next;
    You don't check if p is NULL before dereferencing it. That could be a problem.


    gets(name);
    gets(name);
    Who the hell is teaching you to use gets() in this day and age?! And why are...
Results 1 to 2 of 2