Pages

Tuesday, 31 March 2020

Chapter 13 // Drill 4 - 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 13 // Drill 4

Find a 200-by-200-pixel image (jpeg or gif) and place three copies of it on the grid (each image covering four squares). If you can't find an image that is exactly 200 by 200, use set_mask() to pick a 200-by-200 section of a larger image. Don't obscure the red squares.

Github: https://github.com/l-paz91/principles-practice/blob/master/Chapter%2013/Drills/Drill%204

.


No comments:

Post a Comment