Search:

Type: Posts; User: NelsonW

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    1,595

    I'll try by myself, anyway thanks

    I'll try by myself, anyway thanks
  2. Replies
    9
    Views
    1,595

    i'm sorry i don't really understand how to do it...

    i'm sorry i don't really understand how to do it
    can you elaborate a little bit more, thanks
  3. Replies
    9
    Views
    1,595

    i want to enter a string within '\n' (a newline)...

    i want to enter a string within '\n' (a newline)
    so, the program need a ctrl+z to terminate
  4. Replies
    9
    Views
    1,595

    How to terminate the entry by enter a ctrl+z

    #include <stdio.h>
    #include <stdlib.h>
    #define MAX 1000

    int main()
    {
    FILE *outFile;
    char filename[50];
    char message[MAX];
    int i;
Results 1 to 4 of 4