why do some people install mingw GNU GCC instead of MSVC?
>>106756249they prefer gcc
>>106756249They want to program in Ada.
>>106756249I learned C/C++ programming on Linux with GCC and Makefiles so MSVC is alien technology to me.
>>106756249cross compatibility
>C/C++why do you put them together retard?Microsoft doesen't care about supporting C, it's stuck at C17 and is just bad. besides nobody cares about C in windows world, all their apis are C++
>>106756276>all their apis are C++no coder detected>The Windows API, often referred to as the Win32 API, is fundamentally a C-language-based framework. >>106756257MSVC produces highly optimised and smaller executables.
>>106756324>MSVC produces highly optimised and smaller executables.I knowmust be a matter of familiarity
>>106756324>>106756422>msvc>fake force inlines>mfwim fairly certain that gcc has more features than msvcbut even if thats not the case, no force inlines is a dealbreaker for me