
Today we were introduced to the concept of further cleaning up our c++ code via more organization of classes using new .cpp and .h files. Last week's code was competent but due to the way the windows form is generated, the main form code is heavily cluttered with the generic framework. Due to this, the lecturer provided a framework that moves every single bit of basic window code out of the way meaning there is now a completely separate area for us to define the windows unique behaviours. From this, we're given an example of how the lecturer applied this framework to some basic windows application behaviours. From this, we were given the exercise To create The same example as last week but using the framework. I spent the remainder of the day reading all example code provided for weeks prior alongside the games provided by the super learner course where I managed to increase my score in the word game up to 17/20 remembered words.
Comments
Post a Comment