I just ran across the following line of code, written by one of my coworkers:
It only generated a warning, but since his code has ~100 warnings in it, he just ignored it like all the others. I found similar mistakes in three other locations in the same file. This guy has been programming C for years and years longer than I have...why is he still working for my company?
for (int i=0; i<TOTALCOUNT, session[i]; i++)It only generated a warning, but since his code has ~100 warnings in it, he just ignored it like all the others. I found similar mistakes in three other locations in the same file. This guy has been programming C for years and years longer than I have...why is he still working for my company?