Message-Id: <199708170608.QAA06743@rabble.uow.edu.au> Subject: Inline functions in DJGPP To: djgpp AT delorie DOT com (DJGPP) Date: Sun, 17 Aug 1997 16:08:22 +1000 (EST) From: *** Brett *** MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk A quick question... how quick are inline functions in DJGPP. My specific problem... if I have a private data member of a class and a public inline function that simply say "return xxxxx;", does the inline function compile to just one assignment or is there still overhead? Brett -- Brett Porter bporter AT rabble DOT uow DOT edu DOT au (preferred) --- blp01 AT uow DOT edu DOT au http://www.geocities.com/CollegePark/Union/3596 - Humor Page http://www.geocities.com/SiliconValley/Park/7483 - Programming page http://rabble.uow.edu.au/people/bporter - Mysterious page - hidden links ;)