User profile: jackpoophard

User info
User name:jackpoophard
Email:pwnedjo0@hotmail.com
Statistical data
Skills:C++
History
Joined:
Number of posts:10
Latest posts:

Class question
K i did that and this problem shows up: cow::cow(string name) { Name = name; } C:\Dev-C...

Class question
Hmm..how should I define it?

Class question
[code]#include<iostream>[/code] [code]#include<string>[/code] [code]using namespace std;[/code...

What's wrong with this, output question
#include <iostream> #include <string> #include <fstream> using namespace std; int main() { ...

What is the difference between strings and cin?
Like for example: Cout << "UHHHHHHHH" << endl; cin >> x; cout << "UHHHHHHHH" << endl; getlin...