Hey! I recently started learning C++ through Venza Academy courses, and while the introductory course on basics was pretty reasonable to pick up, I then moved onto their second course that runs you through making a simple text based game and I'm just having a terrible time near the end of it.
The pace of their videos is just really rushed, so much so that the teacher (who seems great, to be fair) is clearly just trying desperately to fit each video into a 10 minute chunk, and as a result isn't able to explain much of anything, making errors of his own and needing to jump around to fix things throughout the course, etc.
So here I am at the end of the course and despite following things (I thought) to the letter, I'm looking at list of errors that the course has just not given me any skills on how to fix. The main one is definitely a constructor for a Room class not working as it should, but I'm just utterly clueless of how to fix the issue since I've followed the course exactly on how he set it up, as far as I can tell.
I would not doubt that I screwed something up myself, of course, but it sounds like this course may have not gotten me off on the right foot on a few practices that were probably more focused towards making the teaching process quicker. @cerulean lagoon suggested I make a thread here in hopes that this silly little project can be salvaged to some extent, so here I am.