18 years ago
Highlights
Community contributions featured18 years ago
Quote:Original post by Servant of the LordAs far as I know, most people use simple #defines to display things only when in debug mode. This is, at least, what's been taught…
18 years ago
The following doesn't compile in VC++ 8: struct Foo { int a, b; int getB() const { return b; } }; template <class T> struct Bar { template <class M, M T::* m> void a…
18 years, 2 months ago
Are you using this mechanism for logging or debugging? If you're trying to debug, a good debugger I think would be a much better choice.If you're logging- even at the code level…
18 years ago
18 years, 1 month ago
Latest Activity
See all in DiscussionsQuote:Original post by Servant of the LordAs far as I know, most people use simple #defines to display things only …
18 years ago
Are you using this mechanism for logging or debugging? If you're trying to debug, a good debugger I think would …
18 years ago
Thread safety.Out of curiosity, why does your event queue need to be static?
18 years, 1 month ago