Hi everyone, I'm new here and I'm trying to learn as much C++ language as I can before I go to uni. So far I havn't done very well... I know how to use most of the logic of the language, but I really dont have a clue about simple things like images... All i can use at the moment is the white text and black background used in the command lline. I have googled how to do things like this, and I have been sent to do things like download SDL.dll among other things, and none of them have helped me. Could anyone give me a hand? How, say, would I write a program that opens a fullscreen window, loads a background image, and writes red text on a yellow gui? Sorry about this but I'm at a loss... Thanks a lot, Owen.
For images in C++ you need a separate libs and C++ basics does not even need to be handling images and data.