39

When I'm forced to maintain a C project having recently done a lot of C++:

Compiler: Declaration may not appear after executable statement in block.

Me: dEcLarAtiOn mAy NoT aPpeaR aFtER eXeCuTAblE stAtEmEnt iN BloCk. *pffffttt*

Comments
  • 3
    Compiler: Fatal error on "#include <vector>". Library not found.

    Me: Fuck, now I have to implement my own list.h again
  • 0
    Sounds like ISO C89 :P
Add Comment