OiO.lk Blog C# Optimal Windows C tool stack
C#

Optimal Windows C tool stack


I am planning a bigger C-only project. It should run on both Linux and Windows. My question is, what is the optimal development stack (compiler, IDE) on Windows? Problem is, we would like to use C99 (if possible).
On Linux it’s quite easy because usually combination GCC+VIM+GIT is optimal. But on Windows?

I am concerning: Visual Studio 2010 (no C99 support), MinGW and Intel C++ Compiler.

How do they compare with each other in terms of performance?



You need to sign in to view this answers

Exit mobile version