What is the difference between C and C++ and what does C++ stand for?
-
I signed up for C++ at my school for fall and they do not offer C. What should I do if I have not done programing before but I do know some html? Are there any basic guides for C++?
-
Answer:
Its all a bit complicated, but, C++ is an Object Oriented programming language where standard C was not. Basically, you can build sets of code and embed them inside one another and have them relate to one another. You could not do this easily in C language. Such a code set is called a Class. This comes in real handy when trying to make computer instructions that depend on one another and reuse one another. It made writing programs Object Oriented rather than something that had to be processed line by line in a linear sequence. As far as I'm concerned, I was glad to learn C++ and not bother with C at all. C++ actually made more sense to me. The best guide for learning C++ is to take the classes. Programming with it takes a different way of thinking and you'll need to learn how to think that way. It will take you a while to master it, but it is very powerful and very useful in making computer programs of any kind.
Celest Guardian at Yahoo! Answers Visit the source
Other answers
The name originates in the language itself. C++ was originally supposed to be called D, but the guys who came up with it thought it would be more clever to call it C++ (the increment operator in C). So, C++ is like C, but "one greater." Keep in mind that C++ is fully backwards compatible with C. You'll learn most of C by coding in C++ but will likely skip over the low-level system interface(s). There are plenty of good intro books on the subject - go to amazon and pick a cheap one. Unless you're going to be coding for embedded systems or in the Linux kernel, C++ is the way to go. Its object-oriented capabilities make writing code easier.
Eric H
I fully agree with Eric H and MrM. C++ is definitely the way to go, and hey, Eric H, good call on the increment (++) being attached to C, haha, I never saw it that way, lol. well, as for the asker, here are a few good books to learn up on C++ in conjunction with your classes: Using C++: An Introduction To Programming ISBN: 0-534-39146-X By Hennefeld, Baker and Burchard and also: Accelerated C++: Practical Programming by Example by Andrew Koenig and Barbara E. Moo ISBN: 0-201-70353-X
Broken M
First there was A Then there was C then there was C++, nothing stands for anything as far as I know the ++ is becaseu ti's the one after C Stragely there was not B!
computerguy!
don't ask me i don't know about those cccccccccccccccccccc
gsaid88
Related Q & A:
- What is difference between instance class and static class in c#?Best solution by stackoverflow.com
- What does wtf stand for?Best solution by Yahoo! Answers
- What does BE stand for in Indian railway?Best solution by Yahoo! Answers
- What is the difference between B.Tech I.T and C.S.E?Best solution by quora.com
- What is the difference between Hepatitis A, B & c?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.