An easy way to learn C++?

I'm trying with this site: "learncpp".

It seems to be a good place to learn.
 
firstly its not about the language you want to learn. all of the programming languages share same logic and same working flow. same basics etc... all you need is to learn the basics of any language first lets say PHP.. "as far as I know its the easiest and its syntax is similar to C++ and C".. once you get the basics you will be able to move to any other language.. the only differences you will see is the syntax and the data handling.. but the logic is quiet similar...
 
Back
Top