How to calculate processing time in millscoundsYou can do something like this: [code] __int64 iCountsPerSec; __int64 iTime_StartProcessing; __int6...
Class Inheritance questionHello all, I have something like the following classes: [code] class appClass { public: //... pro...
Filling a Vector with StructsSomething like this: http://www.cplusplus.com/forum/general/91253/#msg490558 EDIT: I see you alrea...
Please help With this Win API errorYou are writing the definition of MainWndProc() [i]inside[/i] your WinMain()'s definition. Cut lin...
Parse a txt fileThe control point objects are nested in a main object. Does each text file contain only one main obj...