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 […]
C++ portability problems!
Recently, I attempted to show someone the progress of my JelloStorm game on their computer. Of course, they are using a Linux machine (Ubuntu 17.04) and I downloaded the game […]
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, […]
TIMBER! My first C++ project is complete!
Just completed section 5 of my Udemy course for learning C++. Overall it’s been a great experience! As well as completing that section, I have completed my first C++ game! […]
enum class is not a class unless it’s -std=c++11
As I progress through the C++ course at Udemy, I’ve just completed section 4. However, I ran into a few snags along the way. Some of them are due to […]
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 […]
Randomness in C++
One of the most interesting things I’ve learned since completing the second section of my Udemy course on C++ game creation, is that of random number generation. In Android, this […]
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 […]