Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C++ には__cplusplus、バージョンを検出できるプリプロセッサ定義があります。Cに似たものはありますか?
__cplusplus
できれば、XCode、GCC、および Visual Studio のバージョン間で移植できるようにしたいと考えています。