developer4work.blogspot.com
developer for work: November 2008
http://developer4work.blogspot.com/2008_11_01_archive.html
Friday, November 28, 2008. 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 wrote the (horrible) code of the previous post hasn't thinking about that, he just don't know the correct prototype of a copy constructor, but I didn't know anything about that move constructor so I read something about. You can read more here. Thursday, November 27, 2008. We aren't u...
developer4work.blogspot.com
developer for work: Move constructor
http://developer4work.blogspot.com/2008/11/move-constructor.html
Friday, November 28, 2008. 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 wrote the (horrible) code of the previous post hasn't thinking about that, he just don't know the correct prototype of a copy constructor, but I didn't know anything about that move constructor so I read something about. You can read more here. Subscribe to: Post Comments (Atom).
thrantir.blogspot.com
thrantir: June 2008
http://thrantir.blogspot.com/2008_06_01_archive.html
Tuesday, June 24, 2008. What a nice weekend! After a 10 days waiting, finally I found the surprise my sweet "zavorrina" prepared for me :-). We went by motorcycle, with Andrea and Francesca, to Porretta to listen to Francesco Guccini! The concert was wonderful, and the place too! He played his famous song, like "la Locomotiva" and "Il Vecchio e il Bambino" as well as less famous ones, cracking jokes among them. and, of course, drinking a lot of wine glasses! Posted by thrantir at 6:59 AM. E poi il suono ...
thrantir.blogspot.com
thrantir: January 2008
http://thrantir.blogspot.com/2008_01_01_archive.html
Thursday, January 03, 2008. Sometimes they come back. And finally it's the 2008! I came back to work yesterday, so holidays are definitively finished :-(. Have a nice 2008 :-). Posted by thrantir at 3:26 AM. View my complete profile. A zonzo per il Marocco. Vita su 2 ruote. Lo Zen e l'Arte della Manutenzione della Motocicletta. La Gazzetta dello Sport. Nature helps to think about. It seems a card castle. And the 2nd too! Among commitments, parents and works :-).
developer4work.blogspot.com
developer for work: developer life
http://developer4work.blogspot.com/2008/10/developer-life.html
Monday, October 13, 2008. 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 :-). Subscribe to: Post Comments (Atom).
developer4work.blogspot.com
developer for work: October 2008
http://developer4work.blogspot.com/2008_10_01_archive.html
Thursday, October 16, 2008. 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 python interpreter on my machine, the one I installed and another. installed by cygwin! Clearly, when I write "python.exe" on my prompt the first interpreter the system find is the cygwin one, that hasn't the libraries I need. just add the correct path and the issue disappeared!
developer4work.blogspot.com
developer for work: Why following the standard is the right thing..
http://developer4work.blogspot.com/2008/11/why-following-standard-is-right-thing.html
Thursday, November 27, 2008. Why following the standard is the right thing. 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:. The standard says that the copy constructor for a type T has to have this prototype:. So, the instance passed as argument has to be const! My compiler (g 4.2.4), doesn't complain even if I specify -Wall and -pedantic, and the code is generated. A MyClass: getA() const {return this- the a;}.
thrantir.blogspot.com
thrantir: April 2008
http://thrantir.blogspot.com/2008_04_01_archive.html
Monday, April 07, 2008. What about going from Pisa to Rome and back by motorcycle in two days? Me and my better half had that adventure last week-end. It was exiciting but tiring too! Here we are, tired but happy, on the return, during the last break. Posted by thrantir at 5:47 AM. View my complete profile. A zonzo per il Marocco. Vita su 2 ruote. Lo Zen e l'Arte della Manutenzione della Motocicletta. La Gazzetta dello Sport. Nature helps to think about. It seems a card castle. And the 2nd too!
thrantir.blogspot.com
thrantir: June 2007
http://thrantir.blogspot.com/2007_06_01_archive.html
Friday, June 01, 2007. Oggi ho scoperto un interessante sito per vedere tv in streaming. Purtroppo non sono riuscito a vedermi la prima regata della finale della Luis Vuitton Cup :-(. Posted by thrantir at 7:57 AM. View my complete profile. A zonzo per il Marocco. Vita su 2 ruote. Lo Zen e l'Arte della Manutenzione della Motocicletta. La Gazzetta dello Sport. Nature helps to think about. It seems a card castle. And the 2nd too! Among commitments, parents and works :-).