From: Gloria Newsgroups: comp.os.msdos.djgpp Subject: using images Date: Fri, 16 Oct 1998 20:27:12 -0400 Organization: Golden Triangle Online Lines: 5 Message-ID: <3627E460.6E1F@golden.net> NNTP-Posting-Host: 209.183.129.237 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.04 (Win95; I) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello. I'm new to C. I recently got a sprite editor which produces images with the extention .spf. Anyways, I was wondering how I'd use an image in a game. I kinda know how to access files with fopen. Could someone give me an example of how to access an image and them print it to the screen? Maybe move it around as well.