I'm still in school, graduating this semester, but I absolutely hate how stupid I feel when I'm working on a project and trying to fix.
One example was that I was doing a lexical analyzer in Java for my compiler design class, and for some reason it was having trouble recognizing spaces.
zer in Java for my compiler design class, and for some reason it was having trouble recognizing newlines. I looked all over for what the issue was.I checked, checked, and checked again, and I was sure my code was correct. I googled for a bit, and finally one StackOverflow question I found was my exact problem: Apparently Windows newline character comes out as "rn" instead of just n. There was about to be a hole in my monitor after that.
Edit: Swype hates mobile GAF and screwed up my post, I'll have to fix it later.
One example was that I was doing a lexical analyzer in Java for my compiler design class, and for some reason it was having trouble recognizing spaces.
zer in Java for my compiler design class, and for some reason it was having trouble recognizing newlines. I looked all over for what the issue was.I checked, checked, and checked again, and I was sure my code was correct. I googled for a bit, and finally one StackOverflow question I found was my exact problem: Apparently Windows newline character comes out as "rn" instead of just n. There was about to be a hole in my monitor after that.
Edit: Swype hates mobile GAF and screwed up my post, I'll have to fix it later.