From: David Jenkins Newsgroups: comp.os.msdos.djgpp Subject: Re: that's no fun anymore (was HELP!!) Date: Sat, 11 Oct 1997 04:02:17 +0100 Organization: None Distribution: world Message-ID: <9P2NgBA5wuP0Ew28@jenkinsdavid.demon.co.uk> References: <3436B73B DOT 52DD AT cam DOT org> <19971005040701 DOT AAA06928 AT ladder01 DOT news DOT aol DOT com> <01bcd28e$7438cdc0$3da8bacc AT gbenjam> <01bcd30b$51beefe0$LocalHost AT default> NNTP-Posting-Host: jenkinsdavid.demon.co.uk MIME-Version: 1.0 Lines: 20 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk In article , Georg Kolling writes >David Jenkins schrieb: >> BTW Do you use printf(), malloc(), for(;;), if(), struct{} etc,etc?? >> Just the same thing as using a library as far as I'm concerned. >> > >you won't find for, if, struct as well as int, void, while, do, return, >typedef, or operators like /, %, &, +, -, *, &&, ||, << in any library because >they are the main elements of the programming language C. > The point I'm trying to make is that your saying it's okay to use malloc(), printf() etc. All written by someone else, but not putpixel(), line() etc written by someone else. Sorry but that sounds like a double standard to me. :( -- http://www.jenkinsdavid.demon.co.uk for C programmers. David Jenkins