more powerful : c or c++

India
March 20, 2007 9:27am CST
some people say that c is more powerful if compared with c++ but some say that c++ has additional features in comparison with c and therefore c++ is more powerful. i dnt know properly. plz give ur views.
13 responses
• India
19 Jun 07
C++ is definitely more powerful because it has every features of C and more. All program written in C will compile with error with C++ compiler. So, C++ has more weapon to handle complexity!
• India
19 Jun 07
Oops! I err. Above comment I meant.... "All program witten in C will compiler WITHOUT error with C++ compiler."
@mnsrwt123 (2057)
• India
1 Apr 08
well, neha its all about inherit property of C++ that it consist all the feature of C and thats the only reason its more powerful than C... Keep posting!!!
@dj_faheem (738)
• Pakistan
19 Apr 07
c and c++ programming on the same environment.....both are powerful...it depends on our work what we want.....if we work on object oriented than we use c++ other wise c
@jfpicard (179)
• Canada
19 Apr 07
As one said, C++ is just an extension to the C language. The '++' means that the C language (procedural) has been extended with oriented object concept. When you program in C++, it's the same thing that when you program in C, except you're using objects instead of only procedures and functions. Anyway, you can't write pure C++, it's always a mix of C features and the oriented object side (the '++' side).
• India
12 May 07
c++ is always more powerful than c because of it's flavor of object oriented technology.
@lx_kun (14)
• China
18 Jun 07
80% software is use the c lanuage in the past,especial operating system,but now more and more application use the c++,os always use the c
@chardyme (1631)
• Philippines
18 Apr 07
i havent tried any of the two programming language but they say C++ is a powerful programming language and it is a new version and has lots of features greater tha c.
@anggapc (141)
• Indonesia
12 Apr 07
C++ adopt Object Oriented consept. so, its more easily to write your program in C++ . C++ is also more feature than c because C++ is develope from c languanges.
@gastly (296)
• India
20 Mar 07
Both are same languages, but C++ is just an extended version of C. C++ I think has the ability to handle programs for efficiently and so C++ is termed as efficient, whereas C is also very easy and fast language. But if you ask me, you should first learn C before C++ as learning C++ will not teach you the basic concepts of programming.
• Uganda
23 Mar 07
Both are good languages, sometimes you will need C sometimes C++ to do what you want to do.
@ApOgEE (45)
• Malaysia
29 Mar 07
Both are good. If you know C then it should be easy to know C++ too and vice versa. When you know both, you'll know when to use them. As for me, if I'm going to develop something that can be developed using C and C++, I'll prefer using C++ because I'll have a lot of method I can use with it. But if I can only use C to solve the problem, I'll have no problem using it too. :D
@deepakchp (341)
• India
18 Apr 07
i think c and cpp are similar with some extra properties in cpp .the speed of processing in cpp is better.
@techvin (13)
• India
15 Apr 07
I think it is C. I had read it in a book