I’m writing a portable C++ application. How do I include different headers based on the operating system its running on. Is there a way to do this in C++ or do i have to use the build system?
I’m writing a portable C++ application. How do I include different headers based on
Share
with preprocessor: