Tagged Questions
2
votes
2answers
1k views
c++ #ifdef Mac OS X question
I am fairly new to C++. I am currently working on a group project and we want to make our classes compatible with both the lab computers (Windows) and my computer (Mac OS X).
Here is what we have ...