In both 7.x and 8.x, qcc
can be used to build C code and q++
can be used to build C++ code (similar to gcc
and g++
). As far as I can tell there is no need for the lang flag on either version, and therefore no need to detect the version.
Am I missing something?