#where can i doawload c++
13 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
there is no one single c or c++ compiler
there are many compilers
depending on your platform different compilers are supported
linux: gcc, clang (llvm), etc
windows: msvc, msvc+llvm, mingw(gcc port), etc
idk about macOs
of course there are also ways to run certain pieces of code cross-platforms. WINE, msys, Linux subsystem all come to mind
If you didnt find an IDE yet you should use code::blocks which comes preinstalled with MinGW
one does not simply download c++
