7

First c class. Techer starts by telling us to use void main() and that it is necessary for program to run correctly. Someone kill me.

Comments
  • 3
    @g-m-f but void return type for main is highly unrecommended in c and against c++ standards!!
  • 2
    @FR4NKESTI3N Tell them that they should use int main and not void main. If they don't listen show them K&R C. Or even show them the recommendations online somewhere.
  • 1
    @rayanon i shouldnt risk pissing off my teacher, or she will take it out on me during the class.. She seems lime someone who would..😢
  • 2
    When I started learning Java the teacher could not explain me why was main void and static and why String[] params, I had to look it up for my self.
Add Comment