From: afn03257 AT freenet3 DOT afn DOT org (Daniel P Hudson) Newsgroups: comp.os.msdos.djgpp Subject: Re: Learning C/C++ Date: 22 Jan 1997 14:25:14 GMT Lines: 25 Message-ID: <5c580a$sva@huron.iel.ufl.iff> References: <2 DOT 2 DOT 32 DOT 19970121170811 DOT 006a4a70 AT delilah> NNTP-Posting-Host: freenet3.afn.org NNTP-Posting-User: afn03257 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Alan Wilson wrote: >At 01:05 AM 1/21/97 -0500, you wrote: >>> love to program.. and I lvoe my computer.. and I would love to be able >>> to program in C/C++ ASAP! :) >> >>You'll have to learn C sufficiently before you even think of C++, >>however C is easy to learn if you have a couple books and some time to >>invest. If you've got any programming experience in BASIC or any >>other languages then you'll be fairly comfortable with C within 2 - 4 >>weeks. If not, then it may take a while. >> >Is that true?? I would need to learn C before I can program in C++? No it is not. >I was under the impressions that I could skip C. You can, although you might not want to. The two languages are vastly different and enough so that you never need use C like programming in C++ if you don't want to. The two langauges do have a lot of overlap though so effectively learning C or C++ is learning something about the other one, even if it is only operators and types.