inheriting referencer/data class as template, should I optimize getData()?[quote]The problem with this approach is that you can't control when the referenced object will be d...
inheriting referencer/data class as template, should I optimize getData()?Sometimes coming up with a good title for topic seems harder than the problem itself in the topic. ...
class virtual function but no overload instead stack calling ( constructor like behavior )Is it possible to do the stack calling without manually typing it out? The less human, less mistakes...
class virtual function but no overload instead stack calling ( constructor like behavior )Not really good at making titles. [code] class deep{ deep(){ cout << "deep()" << endl; } void ...
calling from global class's constructor, is it safe?How can you be sure that csecond can be guaranteed to be 0 when It don't have chance to initialize i...
This user does not accept Private Messages