From: "Floris van den Berg" Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro.. Date: 29 Dec 1998 20:47:15 GMT Organization: News Service (http://www.news-service.com/) Lines: 10 Message-ID: <01be336d$040a7a80$617e97c2@fvdberg.magenta.com> References: <3 DOT 0 DOT 6 DOT 32 DOT 19981227095827 DOT 0079f8d0 AT tenforward DOT com> NNTP-Posting-Host: 194.151.126.97 X-Newsreader: Microsoft Internet News 4.70.1155 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have to say that Allegro is the most simple graphics library i have ever used. It really lets me program the program flow, without too much to worry about allocating buffers, blitroutines and all that. I have to tips to use it: - Look properly at the example files. They are a good starting point. - Write your own classes around Allegro. Instead of opening and closing handles, put them in a constructor/destructor. Floris