Tagged Questions
0
votes
7answers
700 views
Strange Eclipse C++ #define behaviour (resolved)
(A case of over relying on an IDE)
I have some legacy C code that I compile as C++ for the purpose of Unit testing. The C source is C++ aware in that it conditionally defines based on environment.
...