Should any program which can run under p9p and plan9 ever be compiled with g++ or another c++ compilers? Otherwise is it necessary to check for __cplusplus?
C is a subset of C++, so a C++ program can validly include native C code.
Should any program which can run under p9p and plan9 ever be compiled with g++ or another c++ compilers? Otherwise is it necessary to check for __cplusplus?
C is a subset of C++, so a C++ program can validly include native C code.