Quote:
|
Originally Posted by Argoth
I am very stupid. I took my code to the meeting today and let one of the other programmers look at it to see if there was anything wrong in the code I wrote. There wasn't . Mid way up between default routine and beginning of the program there was and extra slash causing some commenting to become uncommented. Suprisingly it kept compiling with no errors!(that was what was really confounding us) So, we fixed it and I thank ya'll for helping.
Ps. I think I am probably the first person who has ever caused an error in the robot with the commenting... 
|
Hate to disapoint you, but probably not:
Code:
executing_code();
/* commented_out_code();
/*some comment
about code that's
commented out*/
STILL_RUNNING();*/
Of course, all the veterens mention this to the rookies, so not recently.