Computing.Net > Forums > Programming > What is C++?

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

What is C++?

Reply to Message Icon

Name: Jahar
Date: May 16, 2004 at 12:19:23 Pacific
OS: xp
CPU/Ram: Pentium 4
Comment:

What is C++. And how do I use it? Do I need to download a program?




Sponsored Link
Ads by Google

Response Number 1
Name: StuartS
Date: May 16, 2004 at 13:37:04 Pacific
Reply:

C++ is a programming language. The ++ bit means that is has Object Orientated Programming extensions. OOP for short.

If you need to ask what C++ is, I would think of something else to spend your time on. Its not the easiest language to learn and without any previous programming experience, extremely difficult. You can count on about two years hard work just to become reasonably proficient.

Do a search on Google for C++ compilers, but first, get yourself a good book on the subject.

Stuart


0

Response Number 2
Name: Infinite Recursion
Date: May 16, 2004 at 20:56:45 Pacific
Reply:

I agree with Stuart...

"If you need to ask what C++ is, I would think of something else to spend your time on."

But at the same time, you have to start somewhere. Download a compiler at www.bloodshed.net (DevC++), then find you a good tutorial via google.com

IR


0

Response Number 3
Name: srisailamg
Date: May 17, 2004 at 23:07:04 Pacific
Reply:

hi

In my view 'C++' is an extension of 'C' lang with Object Oriented features. Learning C++ is an advantage in today competition. U have to just get a C++ compiler Borland or Turbo and a good beginners book of C++ and start working on it.
Good luck.

srisailam


0

Response Number 4
Name: saiphes
Date: May 21, 2004 at 13:20:29 Pacific
Reply:

Bell Labs came up with a language/compiler named B.

Then they made a better one and called it... C.

THen Bjarn Stroustrup (sp?) augmented C once again... hence the ++. ++ means increment by one. so if x = 1, and you issue the command x++; x is then equal to 2. C++, java, php, c, and many other languages are VERY similar in syntax, the way commands are presented.

Interesting to me, University of BUffalo doesn't even teach if statements and syntax until you have a thorough grounding in a bunch of object oriented stuff like uml class diagrams. If you decide to get into programming, do yourself a favor and start with a book that focuses on Object Oriented (or at least claims to).


0

Response Number 5
Name: saiphes
Date: May 21, 2004 at 13:23:20 Pacific
Reply:

incidentally, if you're going to get serious about programming, why not start with c#?

you'll have to pay a little less than $100 for a visual c# compiler from microsoft, but c# is getting a lot more popular.


0

Related Posts

See More



Sponsored Link
Ads by Google
Reply to Message Icon

how to simplfy a functio... Disable form fields to be...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: What is C++?

? in c++...what is this? www.computing.net/answers/programming/-in-cwhat-is-this/3311.html

what is diff. Difference www.computing.net/answers/programming/what-is-diff-difference/980.html

what is the meaning of return 0;? www.computing.net/answers/programming/what-is-the-meaning-of-return-0/5678.html