Posts by R. Lyra • 1 point
1 post
-
0
votes2
answers7168
viewsA: How to discover the version of my C/C++ on the Linux operating system?
For Windows (via command line) and Linux (via terminal): gcc --version // g++ --version make --version gdb --version Note: if you prefer to clean the screen between a command and another: cls // CDM…