Message-ID: <3AB6AE24.33235F34@home.com> From: Paul Michailidis X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Data File Construction Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 13 Date: Tue, 20 Mar 2001 01:11:38 GMT NNTP-Posting-Host: 24.112.60.10 X-Complaints-To: abuse AT home DOT net X-Trace: news4.rdc1.on.home.com 985050698 24.112.60.10 (Mon, 19 Mar 2001 17:11:38 PST) NNTP-Posting-Date: Mon, 19 Mar 2001 17:11:38 PST Organization: Excite AT Home - The Leader in Broadband http://home.com/faster To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com At the moment, the way I import graphics in a program is by opening a .bmp, or and .pcx file. However, in the real world, programs do not import graphics via these formats, but with data files eg. graphics.dat How is it that graphics can be pulled from these .dat files? Is there a program that converts graphic file formats to .dat files? or .cfg? etc Similarily with audio files, I use either .wav or .mid but again in the real world they are obtained with .voc or .dat files. Thanks, Paul M.