what is the name of c++ compiler? please details | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

what is the name of c++ compiler? please details

Gcc or GCC17 or GNU GCC

29th May 2018, 11:56 AM
Elias Dayoub
Elias Dayoub - avatar
4 Answers
+ 4
Linux (and maybe BSD): Don't forget that the C++ compiler invocation is: g++ file.cpp or gcc -std=gnu++17 file.cpp I prefer the former. Also note you may have to explicitly install C++ support (usually installing the package "g++" solves it and dependencies). I vaguely remember something of this nature when I started programming in C++ on Debian.
29th May 2018, 4:06 PM
non
+ 2
Depends on what type of complier your asking about, for instance, sololearn uses playground as a complier.
29th May 2018, 12:18 PM
Henry Arch
Henry Arch - avatar
+ 1
thank's
29th May 2018, 5:56 PM
Elias Dayoub
Elias Dayoub - avatar
0
Yeah, tough i might have explained it incorrectly, thanks anyways.
30th May 2018, 1:59 AM
Henry Arch
Henry Arch - avatar