Somewhere in the code...
vendredi 27 septembre 2013
Windows PATH Environment Variable too long!
›
Yesterday, I unzipped several useful command line tools each in their respective folder and tried to add all those path in my PATH to eas...
mardi 17 septembre 2013
Coding Style: Detect tabulation and use a given number of space instead.
›
If you need to respect a Coding Style, and that your coding style require tab to be replaced by a given number of space (2 in my case), y...
lundi 16 septembre 2013
C++: Find max top 5 number from 3 array.
›
Yesterday, I read that blog post where C# developer demonstrate how powerful is LINQ to solve a simple problem. We have 3 array of Integ...
jeudi 12 septembre 2013
Let your hand on the keyboard.
›
I don’t know all the “magic” keyboard shortcut but I always try to learn new shortcut, just because typing and switching between keyboard...
C++/Boost Finding files in a folder.
›
Interaction with the file system are not so easy to implement using C++, and that’s where Boost can help you. Boost contain a lot of use...
jeudi 5 septembre 2013
Terminal 2–Don’t assign CTRL+C for Copy
›
Terminal 2 is a powerful tools under windows to run cmd.exe, Cygwin bash and other command prompt. Users can customized their hot-key (hi...
mercredi 4 septembre 2013
C++11: Combining lambda and smart pointer to handle create/release API
›
I use a library in which several class use create/release pattern for memory and resources management. it means that there is no public cons...
‹
›
Accueil
Afficher la version Web