From: firewind Newsgroups: comp.os.msdos.djgpp Subject: Re: that's no fun anymore (was HELP!!) Date: 10 Oct 1997 02:30:10 GMT Organization: Netcom Lines: 19 Message-ID: <61k3vi$8nt@sjx-ixn3.ix.netcom.com> 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: elp-tx3-21.ix.netcom.com Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Georg Kolling wrote: > 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. Well, no kidding, but imho the analogy is still valid. The operators are equivilant to functions (like add(), subtract(), blah blah). Even if you absolutely insist on throwing these out, I daresay you can't throw out the Standard Library. -- [- firewind -] [- email: firewind AT metroid DOT dyn DOT ml DOT org (home), firewind AT aurdev DOT com (work) -] [- "You're just jealous because the voices talk to -me-." -] [- Have a good day, and enjoy your C. -]