+ 7
That moment when you click on run and then... ERROR! Just because of a single character. You do get that at times don't you?
5 Answers
+ 17
It always happen to programmers every now and then.. As @Geoffrey said, we are really lucky to have advanced IDEs that solve this problem for us
+ 10
it's even worse when you get a SIGSEGV segmentation fault because of a misplaced pointer...
+ 9
Of course, but in my opinion it isn't something to worry about. The real error are the logical ones.
+ 8
That's why an advanced IDE is obliged, we could spend days to solve this kind problem without their help :3