User profile: barliesque

User info
User name:barliesque
Name:David Barlia
Location:Los Angeles, CA
Website:http://studio.barliesque.com
Statistical data
Birthdate:Jul
Skills:PHP
C++
Visual Basic
ActionScript 3.0
History
Joined:
Number of posts:17
Latest posts:

Template Class - coding style
Excellent. Thank you. Seems so obvious now. Better yet, I've moved _id, its assignment and its ...

Template Class - coding style
Coming back to this, I've rewritten my template class in a different manner. Everything seems to be...

Template Class - coding style
I thought that might be it as well, so I added another copy constructor with a single type, and got ...

Template Class - coding style
Actually, I've written a tweening engine before, just not in C++. This function isn't intended ...

Game engine structure
The Observer pattern is *exactly* what you need. It allows you to decouple things like your control...