My own I/Oc++ is a high-level programming language, the libraries are part of the language. If you would like ...
My own I/OI 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 structTo call a function in main: [code] int main() { function_name (parameters); } [/code]
This user does not accept Private Messages