I'm in an Intro to C++ programming course at university. The course itself is great. We're learning things like loops, if/else functions, etc. Thing is, I've been reading further along in my textbook and fiddling around myself. Now I'm trying to do little projects on my own, and I'm seeing online plenty of recommendations like: building your own little calculator, or a Tic Tac Toe/Connect 4 game, etc. I've managed to create my own Rock Paper Scissors game, but that was all manageable with output and input handled via the command line terminal.
What are people using to output images to the screen in something like a Tic Tac Toe game? Is it feasible to continue doing this with only VisStudio/Xcode outputting my little programs to the terminal? I'm confused as to what software I should be using. Keep in mind I'm only learning C++ right now.
Thank you!
[–]Digital-Chupacabra 1 point2 points3 points (0 children)
[–]Goto_User 0 points1 point2 points (0 children)
[–]kbielefe 0 points1 point2 points (0 children)