Quote:
Originally Posted by DarkorbitUser123
I already had Eclipse & GCC before i made this post.
I use Visual Studio 10, call me a dummy for not finding the compiler to go with it. I thought i downloaded the full version, i do with most things cause im one of those people who likes to use or test or have available all possible options if needed.
|
Yeah, Visual Studio is doing all the work with the compiler for you. However, if you want to do it yourself, you can find cl.exe (the compiler) here:
C:\Program Files (x86)\Microsoft Visual Studio XX.X\VC\bin\
C:\Program Files (x86)\Microsoft Visual Studio XX.X\VC\bin\amd64\
C:\Program Files (x86)\Microsoft Visual Studio XX.X\VC\bin\arm\
C:\Program Files (x86)\Microsoft Visual Studio XX.X\VC\bin\x86_amd64\
C:\Program Files (x86)\Microsoft Visual Studio XX.X\VC\bin\x86_arm\
Depending on what platform you want to use.
Compiler Options are documented at the msdn: