I want to make win32 apps and games. Is there any major differences between C++ and Visual C++? What should I use.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Visual C++ is the IDE, C++ the language… Use the language you want, there is no best language…
I would go for the .NET platform if you start something new, there you can use any language that targets the platform (Managed C++, C#, VB.NET, J# …) and interoperability with native code is great + support for DirectX is provided too.
EDIT:
You want to develop for the Win32 platform, are you serious? I would not start projects for a slowly dying platform now…