Is there a way (in C++) to find the system C++ header path according to the OS (Linux, Windows, macOS) and compiler.
For instance, if I'm on Windows I would like find the default C++ header directory used by Visual Studio.
Thanks in advance
Is there a way (in C++) to find the system C++ header path according to the OS (Linux, Windows, macOS) and compiler.
For instance, if I'm on Windows I would like find the default C++ header directory used by Visual Studio.
Thanks in advance