templated methods within templated classesYou can't specialize method templates but you can do this which give the same result: [code] templa...
Urgent: Dynamic initializationI would use an [code]unordered_map<std::string, boost::variant<your types...>>[/code] to handle mult...
IDE with best auto-completion & features?[quote]Check out microsoft Dreamspark. If you're a student, it is[/quote] I was reffering to Visual...
IDE with best auto-completion & features?For C++ nothing beats VS20XX + Visual Assist but it is not free.
C++ implementation of Option Design PatternIf you want to enforce a pointer to be bot null(but why the user would not be able to pass a null po...