Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

how do i learned c++

Name: Anonymous 2007-06-10 14:39 ID:L42QblnC

Hi doods
This is addressed to those who know C++: how did you learn?
I have just started and am reading/following tutorials at http://www.cprogramming.com/, and memorising some script (so far the obligatory "hello world" coding), but I was wondering how you approach learning a new programming language or how you learned C++ at the very beginning?

Name: Anonymous 2007-06-10 21:36 ID:L42QblnC

#include <iostream>
using namespace std;
int main()
{
cout<<"lol wut"<<endl;
cin.get();
return 0
}
/*see i'm learnin! lol*/

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List