From: "John Bodfish" Newsgroups: comp.os.msdos.djgpp Subject: Re: [Q]: unsigned char --- C and C++ difference!!! Date: 11 Nov 1997 17:34:21 GMT Organization: Ameritech Library Services Lines: 19 Message-ID: <01bceec7$e159e9c0$b8cde7c0@JOHNB.als.ameritech.com> References: NNTP-Posting-Host: n5184.als.ameritech.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Wed, 29 Oct 1997, Roman Suzi wrote: > I just wonder, how much other 'subtle' differences > there exist between C and C++ ? The 3rd edition of Stroustrop's "The C++ Programming Language" has a worthwhile section on the differences between C and C++ (B.2). It's worth reading, even if you only program in C, since it touches on some pretty subtle C behaviour, such as the sizeof(char). The 2nd edition of Stroustrop's book, BTW, had a similar section; but the the 3rd edition's treatment is fuller. And C++ has grown a lot since then. -- John Bodfish bodfish AT als DOT ameritech DOT com