Friday 5 June 2020

Chapter 14 // Exercise 10 - Principles & Practice Using C++

In this exercise I am using Visual Studio 2017 and the graphics files found here:
https://github.com/l-paz91/principles-practice/tree/master/Graphics%20Files

Chapter 14 // Exercise 10

Define a class Pseudo_window that looks as much like a Window as you can make it without heroic efforts. It should have rounded corners, a label, and control icons. Maybe you could add some "fake contents", such as an image. It need not actually do anything. It is acceptable (and indeed recommended) to have it appear within a Simple_window.

Github: https://github.com/l-paz91/principles-practice/tree/master/Chapter%2014/Exercise%2010


I'd definitely say that no heroic efforts were made.


Chapter 14 // Exercise 10 - Principles & Practice Using C++

No comments:

Post a Comment