Ver 4.0 ifdef question
- Posted by bernie Sep 03, 2008
- 847 views
I understand that ifdef is a great feature for writing the interpreter because you will always know what operating system it will run on and can set define for that operating system. But if ifdef does not operate at run-time and there is no longer a platform() then how does a cross platform library no what operating system it's running on ???????