Somewhere in the code...
mercredi 19 décembre 2012
The annoying push_back.....
›
Maybe you know, but maybe not, but one of the really nice feature coming in the C++11 standard is the " initializer list ". In ...
jeudi 8 novembre 2012
When compiler act as Static Analyzer
›
Today i goes through a strange compiler behavior while compiling a source code with GCC/G++. You may or not be aware of the importance of Se...
mardi 23 octobre 2012
why you should prefer std::algorithm...
›
Today i worked on a huge legacy code base when i meet (1x more) the following kind of loop: std :: vector < int > vec; ... int m...
2 commentaires:
mercredi 17 octobre 2012
VS - How To Collapse your Solution Explorer.
›
You may have noti ce (or maybe not) that VS'08 often expand the whole Solution E xplorer when you open a solution. With VS'12 Th...
CppCheck VS integration
›
1st, download and setup CppCheck from http://cppcheck.sourceforge.net/ Next in VS, Open Tools => Extension and Add the following comma...
jeudi 4 octobre 2012
How to map array into a std::vector and display value.
›
As C++ user, you may have to check if a given value is allow in your software and if not display the list of allowed values. To do that jo...
mardi 2 octobre 2012
A Simple polymorphism example...
›
It seems that the term "Polymorphism" is not so clear that it should to some of team member (and sometimes it also a mess to me to...
‹
›
Accueil
Afficher la version Web