From: Erik Max Francis Newsgroups: comp.os.msdos.djgpp Subject: Re: C vs. C++ Date: Thu, 03 Apr 1997 09:58:16 -0800 Organization: Alcyone Systems Lines: 29 Message-ID: <3343EFB8.202372AE@alcyone.com> References: <33343F3E DOT 1DB4 AT ibm DOT net> NNTP-Posting-Host: newton.alcyone.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Kevin Ivarsen wrote: > I currently program in C using DJGPP. I do mostly simple games and > such. I have a few questions about C++. First, what are the differences > between C and C++? C++ has stronger typing, numerous novelty features, and features for making object-oriented programming easier. > Second, are there any advantages to using C++ over C? It makes object-oriented programming somewhat more natural. It also gets around some of the more annoying limitations of C, even if you don't plan on using the object-oriented features. > Third, where can I get a good beginners tutorial for C++ if I decide to > learn it? Go to a bookstore, and pick up a book that's your speed and style. There are a fair number of them now, so it should be possible to get one you like. I don't know of any freely available tutorials, however. -- Erik Max Francis, &tSftDotIotE / email: max AT alcyone DOT com Alcyone Systems / web: http://www.alcyone.com/max/ San Jose, California, United States / icbm: 37 20 07 N 121 53 38 W \ "E pur, / sic muove!" / Galileo Galilei