From: Shawn Hargreaves Newsgroups: comp.os.msdos.djgpp Subject: Re: A couple of Qs: Date: Wed, 12 Feb 1997 19:25:05 +0000 Organization: None Distribution: world Message-ID: <4vZ98BARkhAzEwhc@talula.demon.co.uk> References: <33011c81 DOT 0 AT ntnews DOT compusmart DOT ab DOT ca> NNTP-Posting-Host: talula.demon.co.uk MIME-Version: 1.0 Lines: 18 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Demandred writes: >1. Does DJGPP support templates? (I've tried the FAQ -- maybe I >diidn't look hard enough) It does, but there can be some hassles with getting them to instantiate properly. Type "info gcc c++ template" at your command prompt, and read all about it... >2. When using Allegro's draw_rle_sprite() can one pass in negative >BITMAP coordinates, that is, does it clip the sprite for you if it's >upper left-hand corner is at, say (-5,-27)? Yup, that will work. /* * Shawn Hargreaves - shawn AT talula DOT demon DOT co DOT uk - http://www.talula.demon.co.uk/ * Ghoti: 'gh' as in 'enough', 'o' as in 'women', and 'ti' as in 'nation'. */