errorremove the semicolon from after int main(). It should just be[code] int main() {[/code]
C++ what's nextI've never used SDL myself, but I've seen it recommended for beginners all over. SFML as well. I'v...
Hello World fatal errorNo problem man, you shouldn't have to buy a new computer though... you can if you want to because bu...
Hello World fatal errorYour 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 (...