Kool-Kat-2216 / CPP-CompilerVersionCheck

A simple C++ program to check the compiler and compiler version the program is running on.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ Compiler Version Check

A simple program I wrote in C++ to check the compiler and compiler version the program is running on. This can be extremely useful when you have installed a new compiler and have to check it's version.

This currently supports GCC (GNU Compiler Collection), Clang++, Visual Studio, and ICC (Intel C++ Compiler).

Let me know if there are any bugs. Thanks!

This program is issued under the MIT Software license.

About

A simple C++ program to check the compiler and compiler version the program is running on.

License:MIT License


Languages

Language:C++ 100.0%