Search:

Type: Posts; User: now5

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    2,803

    Hit to continue...

    Hi folks!I was wondering if anyone knows how can i make my program to wait for the user to press <ENTER> and then continue with the rest of the commands.In a Pascal program example:


    ...
  2. Replies
    10
    Views
    3,276

    On last thing on strange behaviour...

    Gee,guys,thanks for all the help!!

    I mean,i can't believe that so many people would like to comment my piece of code,and help me understand why this output occurs.Really appreciated,fellows!

    On...
  3. Replies
    10
    Views
    3,276

    The program continues to behave the same. oh by...

    The program continues to behave the same.
    oh by the way i am using the gcc compiler in a Unix system.
  4. Replies
    10
    Views
    3,276

    strange program behaviour...

    #include <stdio.h>
    #define WAIT system("sleep 2")

    main()
    {
    printf("Helllo\n");
    WAIT;
    }
Results 1 to 4 of 4