Posted February 12, 2026 by kden4737
If you've read my last devlog, you should know that I'm aiming to switch from Python to C++ for the next update of Singer Simulator. And if you're a programmer, you would also know that learning a new language could be fun but also challenging. Well, I have certainly been going through a few challenges lately.
I originally had a structure down for the game, and I just continued with it, coding the most basic parts of the game. Well, I did think that this structure was good for the meantime, while I was still figuring out some of the C++ things that I didn't know. It turns out that this was probably not my best idea yet. It became clear soon that this structure was not going to work, especially as I was now attempting to make input boxes for user input.
Despite having finished a couple menus, I now find myself rewriting most of the code that I've written. All because of the bad structure that I had went with and decided was all good.
I'm still trying to figure it out right now, but I do hope that I'll get most of the code fixed quickly so that I can continue with making the menus. Hopefully, I'll be able to give you the next update soon! Anyways, see you on the next devlog or update post!