User profile: andrewwiles1994

User info
User name:andrewwiles1994
History
Joined:
Number of posts:8
Latest posts:

Help me! why it doesn't compile?
#include <iostream> using namespace std; const int NUMBER_OF_PLANTS=4; void inputData(int a[]...

Passing by reference
The following 2 programs seem to be paradoxical in the principal of "passing by reference" PROGRA...

Help me! Why it doesn't compile?
Thanks everyone. It works.

Help me! Why it doesn't compile?
My gcc compilers says there's sth wrong with the line "int round(double number)" and " int round...

Help me! Why it doesn't compile?
#include <iostream> #include <cmath> using namespace std; int round(double number); // Assume...