• Users
  • anonymous23323124

User profile: anonymous23323124

User info
User name:anonymous23323124
Old user name:Xander314
History
Joined:
Number of posts:1383
Latest posts:

Predefined Data
Yes, this means that every reference to [code]GLOBAL_H[/code] in your code is simply replaced with i...

help with unhandled exception
We'll need to see some more code than that. As a starting point, we could need to see the functions ...

Is there any point using boost::noncopyable?
Yes, I think that is the best way to make a class non copyable in C++11. But I wonder if it's still ...

Is there any point using boost::noncopyable?
Does anyone use this class? Is it worth the dependency just to save writing your own (few line) non ...

Expanding macros inside string literals
Thanks.