Somewhere in the code...
vendredi 29 novembre 2013
Text processing: Word List Challenge.
›
I read this morning a question on Stackoverflow where user tried to solve that text processing challenge with a really complex code. With ...
lundi 25 novembre 2013
Override a default STL operator >>
›
In that question , user need to override the default STL operator >> for complex number. First keep in mind that the STL provide a tem...
vendredi 22 novembre 2013
FFMPEG from Compressed to RAW video.
›
I f consult some of my previous post, you may noticed that I’m an ffmpeg fan. I often used ffmpeg command line to pipe raw video, in my ow...
OpenMP support in different compiler.
›
OpenMP is a powerful and useful standard supported by many compiler to introduce parallelism (multi-threading) in your C/C++ source code wi...
Extract PTS from a video stream
›
I often used ffmpeg to extract raw_video data from compressed file or device stream, but when we do that we lost a useful information th...
mardi 5 novembre 2013
C# Any CPU executable using native DLL
›
Once again I meet an issue today when starting a software on my Win7 64bit platform. It's not the 1st time that when I start a soft, it ...
mardi 15 octobre 2013
C++ - Finding all arrangement (a.k.a permutation) of object.
›
When you have a set of object, you may have to build all arrangement of those object. Example, a vector num = {0,1,2}, you want the 3! pe...
‹
›
Accueil
Afficher la version Web