Enough of these line drawings. Let’s have something pretty.
We’ll get to play around with a deluxe graphics editing package; I like GIMP. See Appendix A (Unix) or www.gimp.org (Windows) to install.
Images and window characteristics
Let’s start by displaying an
image using the code in Example
2-1. Run this and subsequent examples the same way as in the previous chapter: go to the source code and then the relevant subfolder (in this case,
ch2). For g++, go into the folder for the example, copy
Makefile.unix or
Makefile.MinGW to
Makefile, and
make. For Visual Studio, open
ch2.sln, right-click the appropriate ...