Search:

Type: Posts; User: icestorm

Search: Search took 0.00 seconds.

  1. ah thanks, I wasn't doing it properly and now I...

    ah thanks, I wasn't doing it properly and now I think I got it, going to try and have it hold the movie data in an actual element.
  2. struct holding data inside a linked list struct

    hey,

    I have a problem with the current code:

    typedef struct movieStruct
    {
    int id;
    char movieTitle[20];
    int year;
    struct movieStruct* next;
  3. Replies
    3
    Views
    6,072

    Yes you're right about that , guess I'll have to...

    Yes you're right about that , guess I'll have to change it. =/


    int choose(void)
    {
    int option = 0;
    printf("Menu: \n"
    "1) Input 1 \n"
    "2) Implementation \n"
    "3) Directive \n"
  4. Replies
    3
    Views
    6,072

    fgets in switch-case problem

    Hi,

    I have a problem with fgets inside a case where it doesn't even allow me to enter input, it just suddenly goes into the function after or back to the 'choose' menu, can someone tell me why...
Results 1 to 4 of 4