User profile: Xander314

User info
User name:Xander314
Email:sfmlcoder@gmail.com
Name:Alex
Website:http://sfmlcoder.wordpress.com/
Bio:Just to clarify: I am not Xander333 or Xander337. Sorry for any confusion. ;)

Currently learning Latex so I don't have to use Maple for typesetting mathematical notation...
Statistical data
Gender:Male
Occupation:Student
Skills:BASIC
C++
C#
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.