User profile: ccdwiu

User info
User name:ccdwiu
History
Joined:
Number of posts:11
Latest posts:

My own I/O
c++ is a high-level programming language, the libraries are part of the language. If you would like ...

My own I/O
I think you mean without using std: [code] using namespace std; [/code] By removing the above ...

Problem with if else statements.
You don't have to use a 'for' loop. Look at the link that I posted it explains 2 other loops. For th...

Problem with if else statements.
For "rounds" you are going to want to use loops: http://www.cprogramming.com/tutorial/lesson3.html

Returning a struct
To call a function in main: [code] int main() { function_name (parameters); } [/code]

This user does not accept Private Messages

User: ccdwiu

  • Public profile