"variable = clock()" makes my program crashYou're right! :D It works now. I feel so stupid now, I can't believe I missed something so simple. T...
"variable = clock()" makes my program crashThis is my Timer class: [code]typedef clock_t TIMER_TYPE; class Timer { public: ...
Netbeans 6.7 For LinuxMaybe the Netbeans website was down for a while; it happened to me a couple of days ago. Did you try...
Set Active Window using ConsoleThe console has no notion of active/inactive windows, so if you really want to do this, you'll have ...
Multiple definitions errorAre you using your own makefile? This happened to me once because I messed up gcc's syntax and it wa...
This user does not accept Private Messages