Blogspot - developer4work.blogspot.com - developer for work

General Information:
Latest News:
Move constructor 28 Nov 2008 | 11:38 pm
Gaetano, the owner of cpp-today blog (see the link on the right) read my previous post and explain me that a constructor like T(T&) is the base of the "Move Constructor Idiom" The programmer that wro...
Why following the standard is the right thing.. 28 Nov 2008 | 05:55 am
Today I saw an interesting example of bad C++ coding: Let's say we have a class, named A, that have a strange copy constructor prototype: class A { public: A(A& an_a) {...} [...] } the standard say...
look the path! 16 Oct 2008 | 11:43 pm
Today I fix a stupid, trivial issue on building a win32 executable from python code... the problem was a missing library, but the library was in the correct place!!! Al last, I fund there are two pyth...
developer life 14 Oct 2008 | 04:08 am
Hi to all! I'm a developer, a C++ developer... not a very good one, but I like to improve my developing abilities... so, I'll use this space to fix what I'll discover :-)