Hello, world?
This is my first foray into developing with C++ and Allegro (as well as Visual Studio,) and I’m quite happy with the process so far, except that it took me so long to figure this “bug” out:
floor = ceil =+ floor;
At first I was pretty shocked that this had happened and not been caught, but after staring at it for a minute it made sense; this was interpreted as “set floor and ceil equal to the positive of floor” which was not what I had intended. I guess this should teach me to be a little bit more careful when I’m trying to press the plus key quickly!
