Dec 9, 2018 at 7:06am UTC
[btw]I use Visual Studio C++.[/btw]
Dec 9, 2018 at 5:15pm UTC
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 Dec 9, 2018 at 5:27pm UTC
Dec 9, 2018 at 5:53pm UTC
g++ (several platforms) and visual studio (preferred editor for large code). I use notepad++ and Cygwin mostly for the little stuff.
Dec 10, 2018 at 3:17pm UTC
current job: Visual Studio, GCC, Intel C++
previous job: Oracle Studio, IBM xlC, HP aCC
Last edited on Dec 10, 2018 at 3:18pm UTC
Dec 10, 2018 at 3:37pm UTC
Turbo C++ 3.0
0_o
Sorry, I use cl, clang, and gcc mainly.
Dec 10, 2018 at 3:57pm UTC
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 Dec 10, 2018 at 3:59pm UTC