Tuesday, August 11, 2009

function pointer to class methods

C++ function pointer to a class method:

class Giant {
public:
void method();
};

typedef void (Giant::*Action)();


Taken from Command - Design Pattern
http://www.vincehuston.org/dp/command.html

Monday, August 10, 2009

software design

Excellent descriptions of design patterns, antipatterns, refactoring methods and uml :
http://sourcemaking.com/

Here is another one, restricted to design patterns:
http://www.vincehuston.org/dp/

Tuesday, January 20, 2009

mashups

Here are some mashup sites I created in 2007 to experiment with youtube api, flickr api:

flickr: http://foto.web-cafe.ro/
youtube: http://www.cafetv.ro/
blogs/rss/atom: http://web-cafe.ro/

Scrum, XP, Agile

Lots of Scrum, XP, Agile, Lean, TOC, TQM resources:
http://www.scrumlabs.com/

A Free InfoQ book on Scrum and XP:
http://www.infoq.com/minibooks/scrum-xp-from-the-trenches