Coding Night
This has been my first coding night. I’ve got a work to deliver tomorrow for my programming class, and, due to the tests, I’ve never got the chance to finish it before.
The work is a simulation problem, coded in C++. We’ve had to simulate a gymnasium, calculating the load of the equipments during the day, with a random number of clients using each one differently. Not that hard, but the lack of practice took me 3 hours around debugging, in order to find this head aching bug inside an if statement.
It is know close to finished, I’ll work on it a bit more now, and, after some good hours of sleep, I’ll try to end it.
May 20th, 2007 at 12:12 am
I guess you’re doing your app under Windows right ?
If not what where you using as IDE ?
Thanks
Regards
Tiago
May 20th, 2007 at 12:48 am
Hi,
I used eclipse with CDT as IDE, due to the relatively big size of the project. It involved several files. For smaller things, I just use the Geany editor.
In both cases, I always use the terminal for some extras, like GDB for debugging the code.