Overheard in a software shop:
From a Windows 95 user:
I was helping a friend with some code. In the code, I found the line: x = x; and removed it. I made some further changes and send the code back to him. He told me he still had errors. So he sent me his code again, and again I found the same line. I asked him why he kept putting that in there, and he replied, "So x doesn't lose its value." (this one is my fvrt.) One time a girl in my introduction to programming class told me that she hated Microsoft and started using UNIX to compile her programs. Later on, she emailed me and said she hated UNIX now, too, because it would compile her program but not allow her to retrieve her data. So I asked her to send her code to me, and I would take a look at it. I stumbled upon this: int addandsubtract (int a, int b) I asked her the purpose of this function, and she told me she wanted to first get the sum of a and b and then get the difference. She didn't understand why this wouldn't work, and it took me an hour or so to explain why.
|
Search This Blog
Monday, July 13, 2009
Computer Stupidities
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment