I get the first error that the header file graphics.h is not available. Fine, I found it on the web, copied it, included it in the same directory and still the g++ compiler says that this file is not found. Why?
Well, after some googling I found the SFML library. SFML stands for Simple Fast Multimedia Library.