User profile: aquaz

User info
User name:aquaz
Location:France
Website:http://www.gamateur.fr.cr/
History
Joined:
Number of posts:170
Latest posts:

templated methods within templated classes
You can't specialize method templates but you can do this which give the same result: [code] templa...

Urgent: Dynamic initialization
I 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 Pattern
If you want to enforce a pointer to be bot null(but why the user would not be able to pass a null po...