Dreaming in other languages

Dreaming in other languages is often considered a gage of fluency in that language. If that is so I guess I am now fluent in C++. Last night I had a dream in psudo-code as well as in actual C++. Waking up out of that dream was unnerving to say the least (How many times [...]

Today I made a calculator

Every week in one of my CS classes we have a lab. This weeks lab was to program a “simple” four function calculator. Since I want to get to bed soon, today’s post will merely consist of the code I wrote over the past two days. It is a postfix calculator meaning to that to [...]