30

#include<iostream>
#include<getch()>
....
Yes, he was our OS teacher and he was trying to write a C++ program.

Comments
  • 5
    ....

    If (teacher.getTechnicalAbility () == abilities::Bad)
    students.erase (me);

    That's no good!
  • 1
    I guess that trying what you're gonna teach before actually teaching it is too hard
  • 2
    Well at least he didn't put a semicolon at the end:

    #include <iostream>;

    I once saw this at a company and facepalmed so hard...
Add Comment