Search:

Type: Posts; User: sasuke12

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,254

    system("PAUSE"); return EXIT_SUCCESS; at...

    system("PAUSE");
    return EXIT_SUCCESS;

    at the end of the main function.
  2. Replies
    31
    Views
    3,527

    I agree with this guy. In dev-c++, if you are...

    I agree with this guy. In dev-c++, if you are just making a new and blank project and type your code there, the program would come out and disappear within a second.

    You need to use the pause...
  3. Thread: array problem

    by sasuke12
    Replies
    4
    Views
    1,232

    can some one explain why reference parameter is...

    can some one explain why reference parameter is needed in this program?
    thnx
  4. Thread: array problem

    by sasuke12
    Replies
    4
    Views
    1,232

    array problem

    this program uses read() function to input values and print out arrays with print() function
    however, i cannot get the arrays printed correctly...


    void read(int[], int);
    void print(int[],...
Results 1 to 4 of 5