Search:

Type: Posts; User: gettyUP

Search: Search took 0.00 seconds.

  1. Replies
    17
    Views
    3,570

    Maybe I am still to new to C but wont it still...

    Maybe I am still to new to C but wont it still try and match through all those 'if' statements even after the first match? At least with a switch you can break to terminate the case statement.
  2. Replies
    3
    Views
    3,230

    cool thanks for the fast reply. I appreciate it.

    cool thanks for the fast reply. I appreciate it.
  3. Replies
    3
    Views
    3,230

    fgets() and structures issue

    I am having a problem with fgets() waiting for stdin. Any help is appreciated.


    #include <stdio.h>

    struct myPIM
    {

    char firstname[15];
    char lastname[20];
Results 1 to 3 of 3