Just finished section 10 of my course. While working through the code, I ran into a snag: alaskalinuxuser@alaskalinuxuser-OptiPlex-7010:~/Documents/c++/Cpp_training/JelloStorm$ ./build.sh JelloStorm.cpp: In function ‘int main()’: JelloStorm.cpp:121:13: error: ‘class sf::Text’ has no […]
JelloStorm.cpp:198:58: error: ?createBackground? was not declared in this scope
After the rough time I had completing section 6 of the course, I was not looking forward to section 7. However, it turned out that section 6 was just tough, […]
Player.cpp:6:16: error: no ‘int Player::player()’ member function declared in class ‘Player’
Finally completed section 6 of my C++ course. It was rough. I ran into several issues that the instructor did not explain, because he is using Windows Microsoft Visual Studio, […]
New C++ project: JelloStorm!
For the purposes of my C++ training class, I am supposed to make a zombie horde game. However, I am not a horror fan, and I have 3 very young […]
C++ and variable screen sizes?
I’m at the end of section 3 of my online course, and I’ve learned so much! I’ll be honest, since Java and C++ are both object oriented languages, I feel […]
Fool’s Mate Friday?
Fool’s Mate Friday is going to take a little detour, as I work on learning a new programming language. If you have followed my blog at all, you will notice […]
Fool’s Mate Friday: LaserChess
Okay, so this may seem a bit off topic, but I was exploring old chess games for some inspiration. While this didn’t inspire me that much, it certainly was interesting […]
Fool’s Mate Friday: Jin, FICS, and Correspondence Chess
Apparently, the earliest documented correspondence chess game was played between Henry I of England and Louis VI of France, but the earliest correspondence chess game in which all of the […]
Critical Velocity! A fun side scrolling arcade style game.
After finishing my Android developer course, I decided to try to put my new found (fledgling) skills to use by making a game. It’s a classic side scroller with an […]
Downloading internet content and apps about the worlds richest celebrities
In the continuing saga of my Android Developer Course with Rob Percival, I needed to make an app that would show a picture of a famous celebrity, and give the […]