Visual C++

I have a student account with Dreamspark, microsofts software subscription service. I can access a free version of Microsoft Visual C++ Studio. I'm trying to learn C++ and need a piece of software that can compile and serve as an IDE. Is Visual C++ Studio only for a specific Visual C++ language, or will it work with C++ (regularrrr?)
Visual Studio works just fine for standard C++ projects.
When creating a project, simply select WIN32 Console Application.
with Visual C++ you can also select a blank project. Then it wont be specific to anything and just include the few libraries you need.
Topic archived. No new replies allowed.