Best way to learn C++
-
I’m trying to figure out what the best way is to learn C++. Book, on-line course etc. Has anybody here had any good or bad experiences with anything? I’m leaning towards some sort of self paced book. I have some VB.NET background and one beginner level C++ class years ago. I remember nothing about the C++. I need to learn enough to be able to take (and pass) a required upper level C++ class so that I can finish a degree that I’ve been working on for 10 years. Plus some C++ knowledge would be nice for my job. Any help and or suggestions would be appreciated. Thanks Brad
-
I’m trying to figure out what the best way is to learn C++. Book, on-line course etc. Has anybody here had any good or bad experiences with anything? I’m leaning towards some sort of self paced book. I have some VB.NET background and one beginner level C++ class years ago. I remember nothing about the C++. I need to learn enough to be able to take (and pass) a required upper level C++ class so that I can finish a degree that I’ve been working on for 10 years. Plus some C++ knowledge would be nice for my job. Any help and or suggestions would be appreciated. Thanks Brad
This is the C++/CLI forum. C++/CLI would be easier for you, seeing as it contains the .NET framework that you already know. But, if you want to learn C++, I recommend a book, and if you have any questions about c++, I recommend the Visual c++ forum.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
This is the C++/CLI forum. C++/CLI would be easier for you, seeing as it contains the .NET framework that you already know. But, if you want to learn C++, I recommend a book, and if you have any questions about c++, I recommend the Visual c++ forum.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
Alright. Thanks Christian.