Search:

Type: Posts; User: nuko

Search: Search took 0.01 seconds.

  1. Thread: Optimize?

    by nuko
    Replies
    3
    Views
    1,419

    Thanks, I forgot to add -Wall -Werror flags to...

    Thanks, I forgot to add -Wall -Werror flags to gcc

    Changed:

    char *dept[5];
    To:

    char dept[5];

    And removed the abv array
  2. Thread: Optimize?

    by nuko
    Replies
    3
    Views
    1,419

    Optimize?

    Hey everyone,
    I tried to write a program wich scans some strings from stdi, stores them in arrays then from an array ("days") reads the chars and prints the day of the week according to the...
Results 1 to 2 of 2