User profile: tree

User info
User name:tree
History
Joined:
Number of posts:14
Latest posts:

error
remove the semicolon from after int main(). It should just be[code] int main() {[/code]

C++ what's next
I've never used SDL myself, but I've seen it recommended for beginners all over. SFML as well. I'v...

Hello World fatal error
No problem man, you shouldn't have to buy a new computer though... you can if you want to because bu...

Hello World fatal error
Your code is fine, what you've got there is a linker error. Try using a different compiler maybe. ...

iterator to a vector of a struct type?
[code]if (it != Table.end()) cout << "Error: Already used!" << endl; else (...