Monday, May 24, 2010

How do i Begin to learn Visual C++?

I have read that C++ is built on C and I'm Not even sure if C++ and Visual C++ are related at all, and I don't care much for C#. If I eventually want to master Visual C++, but I don't know any C, C++, C#, or Visual C++ or Visual anything, where do I start?

How do i Begin to learn Visual C++?
I would start by doing a Yahoo search about what in C++ you want to learn.





I found this page might have some information on how to learn:


http://www.codeguru.com/Cpp/
Reply:You start by lerning programming. Learning a language does you no good at all if you don't know programming. (Try Wirth's "Algorithms + Data Structures = Programs".) Then start with an easier language - VB or php. Then move on to Javascript. Then try a dialect of C.
Reply:Here are some video tutorials to get you started with standard C++:





http://xoax.net/comp/cpp/console/index.p...





Here are some that use Visual C++ specific tecnologies:





http://xoax.net/comp/cpp/index.php





You can use all of these tutorials with Visual C++, but the technologies like Win32 and MFC are Microsoft specific. Visual C++ isn't a language, it is the compiler. However, Microsoft packages their own libraries with thier compiler, like MFC and Win32 to support thier platform.


No comments:

Post a Comment