|
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:
|