Use Dev-C++ so you can learn the language first before you have to learn how to run VS, lol
edit: let me add a link
The Dev-C++ Resource Site, get the 9 meg version that includes Ming/GCC.
It's not even maintained software anymore but it's still recommended by some schools because it's a basic compiler that doesn't get in the way. I've written quite a few programs and made some decent money off them, and I (literally) can't write "Hello, World" in Visual Studio and compile it without using some kind of online tutorial. VS know-how is needed if you're going to be employed and have to work with teammates where many people are working on the same code.
For learning a language itself? Fuck it, it's terrible. A nice text editor with decent highlighting and a built-in compiler/debugger is all you should need for a long time.