7

My weirdest dream about programming?

I was sitting with my buddy and we were programming, and literally, verbally arguing with compiler that he should compile, and he was spewing out different errors each time we compiled, and it somehow matched our arguments, so it literally was "replying" with different kind of errors ;-;

I mean, we didnt change code, but tell to compiler "no, no, no, you dont understand. This error is wrong, becouse here and there is this and that and it just should work" **pressed compile again and gets different errror**

Yes, that was after few nights of c++.

Edit:
yes, in that dream compiler was spewing out bullshit errors that didnt made sense.

Comments
  • 0
    main.c: 1337:69: expected semicolon, found you
  • 1
    @mishaor

    More like

    Compiler: "main.cpp :123:4 - unknown function signature - abcd() is not defined - what the hell is that function?"
    Me: "have you tried scrolling up a little, to line 45?
    Compiler: "main.cpp: 48:12 - I have no idea were this variable has definition - i"
    Me: "have you tried looking before the for loop? Im pretty sure there is 'int i;'"

    and so on, and so forth.
Add Comment