Which compiler uses visual studio 2012 for C ++ and is it compatible / can I use it with code blocks?

Which compiler uses visual studio 2012 for C ++ and is it compatible / can I use it with code blocks?

I want to know, because we have to use Visual Studio 2012 for this school project, and I would like to be able to try some things with code blocks.

+4
source share
1 answer

Visual Studio 2012 uses the Microsoft cl.exe compiler. But in any case, you can support two projects (one for Visual Studio and one for CodeBlocks) - using the same source code.

+3
source

Source: https://habr.com/ru/post/1432489/


All Articles