View Single Post
Old Jun 3rd, 2006, 5:58 PM   #4
zorin
Hobbyist Programmer
 
Join Date: Apr 2005
Posts: 218
Rep Power: 4 zorin is on a distinguished road
Just an error? Big programs I can spend hours looking for the problem but then thats to be expected because there are hundreds of lines of code. Sometimes it can be because you have implemented a function into the program and there was a much easier way. That can take a long time to fix.

Modern compilers make the work easier for you. If you know what your looking for then its quite easy to fix. I spent 30mins before trying to look for a problem and it turns out it was staring at me strait in the face...I was spelling cout as count :eek:
zorin is offline   Reply With Quote