Okay, Iām enjoying this
Today I finished my first 3-file program - main, class and a header. Had to spend quite a while debugging it but when it finally worked it felt sooo good! It was really rewarding and got me really spirited about this whole journey.
The code itself is quite simple, itās purpose is to store a playerās coordinates and print them out in the console. Then it prompts you if you want to change it, which you can answer with Y or N. While you answer with a Y, it then prompts you for the new X and Y coordinates and start the whole loop again (print coords > prompt for change > new coords).
The program was made to cement my understanding of classes and how to implement them. The main function is done basically with std::cout and the functions inside the class.
Thatās it for today. Tommorow, I have a coaching interview with a CS manager thatās friends with a friend of my mother (so thank you mom, yay). Hopeful for something good to come out of that!














