7

Stupid stupid university custom exam IDE... first thing select a few lines hit tab oops replaces code with tab character... compile is alt+C and run is alt+R (never seen that before) and you have to go save -> compile -> run.. instead of just hitting run and last but not least it syncs your code with the server so every save file takes 3-5s at which time the editor freezes

ALSO NO DEBUGGER OR JAVA CONSOLE...

Comments
  • 6
    Well, I usually have to write on a piece of paper.
  • 2
    We just have a "try out" button to compile and a "hand in" button
  • 0
    Wow, looks like working with masm32. At college I had almost the same stuff. But compiled .exe files we opened with OllyDebuger and showed answer in hex dump
  • 0
    @theuser I don't understand how they can read and check those tests, we have that too, I'd lose my mind
  • 0
    @zmajic410 It simply means the requirements for getting a good grade is lower. An A in a hand-written test means a lot less than an actual proper programming lab test.
  • 0
    @theuser You're absolutely correct, and then they can blur the lines of what is a mistake and what isn't with the excuse "well the compiler would help you"... plus I hate to write code on paper it's always messy :D
Add Comment