space stuff Posted June 16, 2012 Posted June 16, 2012 (edited) I am about to learn programming. Will somebody give me a good online resource or some free eBook for learning "only BASIC" K-12 level C++. Furthermore, "Borland turbo c++ 4.5" should support it. I want to do this so that I can get a head start in my class. Edited June 16, 2012 by space stuff
immortal Posted June 16, 2012 Posted June 16, 2012 C++ is an object oriented programming language and you need to understand the basic concepts like Class, objects, inheritence, polymorphism, constructors, access specifiers etc. Stroustrup developed C++ and his books will be good for beginners.
Robert Oppenheimer Posted June 27, 2012 Posted June 27, 2012 Why on earth would you want to use Turbo C++? It's 2012. Either way, I'd recommend using the official tutorial on C++. Very explanatory and structured; besides, cplusplus.com has great documentation and references.
khaled Posted June 27, 2012 Posted June 27, 2012 Recently, there is C++ 11 .. which have new specs & support, check: Wikipedia:C++ 11
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now