User profile: Tazzy

User info
User name:Tazzy
History
Joined:
Number of posts:67
Latest posts:

Programming C++
Now the code looks so: [code]#include <iostream> #include <cstdlib> using namespace std; void i...

Programming C++
Can somebody please correct my programm?

Programming C++
Ok here is my new code now , but it has still some mistakes. [code]#include <iostream> using namesp...

Programming C++
How should I declare the variabel in line 73 ? Sorry no idea? And what should I do with line 100?

Programming C++
[code]#include <iostream> using namespace std; void inputValue(int &a, int &b) { cout<<"Gebe...