What C++ compiler do you use?

[btw]I use Visual Studio C++.[/btw]


GCC
gcc (well, g++, which calls gcc with specific libraries).
From the command line. Usually in Windows, occasionally in linux.

I sometimes check against other online compilers. gcc can be a bit generous with extensions to the standard.
Last edited on
g++ (several platforms) and visual studio (preferred editor for large code). I use notepad++ and Cygwin mostly for the little stuff.
current job: Visual Studio, GCC, Intel C++
previous job: Oracle Studio, IBM xlC, HP aCC
Last edited on
closed account (z05DSL3A)
Turbo C++ 3.0

0_o

Sorry, I use cl, clang, and gcc mainly.
Similar to jonnin, g++ but use visual studio for editing and navigating larger codebases. Notepad++ for small programs (one or two .cpp files). I don't use cygwin much, but I use msys2 to help me build libraries on windows that normally aren't windows-friendly.
Last edited on
Topic archived. No new replies allowed.