I spent my whole last weekend learning and reading up on C++, so I'll take a few articles, and make some FAQ's out of them using some questions I had.
note : I took some Q n A's directly from some site, I can't remember the name though.
=====
What is C++?
C++ is a programming language. It actually means "increased C", showing its nature as an evolution of the C language.
_____
Is it necessary to already know another programming language before learning C++?