Search:

Type: Posts; User: Matticus

Search: Search took 0.05 seconds.

  1. Replies
    7
    Views
    2,132

    You can either read in each line...

    You can either read in each line character-by-character, or you can read each line as a complete string. In either case, each line can be stored in its own array.

    Here's a link to the tutorial on...
  2. Replies
    7
    Views
    2,132

    Are you expecting numbers or strings? Do you...

    Are you expecting numbers or strings?

    Do you know how to read input and store it in a variable?
  3. Replies
    7
    Views
    2,132

    Call "fgets()...

    Call "fgets()" twice.
Results 1 to 3 of 3