User profile: Ogoyant

User info
User name:Ogoyant
Location:Athens, Greece
Bio:BA in 3D Animation student, final year.
History
Joined:
Number of posts:153
Latest posts:

How to calculate processing time in millscounds
You can do something like this: [code] __int64 iCountsPerSec; __int64 iTime_StartProcessing; __int6...

Class Inheritance question
Hello all, I have something like the following classes: [code] class appClass { public: //... pro...

Filling a Vector with Structs
Something like this: http://www.cplusplus.com/forum/general/91253/#msg490558 EDIT: I see you alrea...

Please help With this Win API error
You are writing the definition of MainWndProc() [i]inside[/i] your WinMain()'s definition. Cut lin...

Parse a txt file
The control point objects are nested in a main object. Does each text file contain only one main obj...