![]() |
#31 |
Registered User
Join Date: Apr 2012
Posts: 18
|
Both C and C++ are important. C is the basic level of programming language. It is the first step of doing so. C++ is an advanced level programming language.
|
![]() |
![]() |
![]() |
#32 |
Registered User
Join Date: Apr 2012
Posts: 1
|
C and C + + programming language, but the C + + is OOPS language with polymorphism, inheritance, abstract features and more functionality OOPS a lot of work.
__________________
printed bags |
![]() |
![]() |
![]() |
#33 |
Registered User
Join Date: Apr 2012
Posts: 16
|
Both are the programming languages. They are very much useful. Using them will make your programming concept clear. This is very important. What do you think about it?
|
![]() |
![]() |
![]() |
#34 |
Registered User
Join Date: Nov 2011
Posts: 128
|
both C and C++ are programming languages. C++ is termed as superset of C.
C is a powerful and elegent language.almost all c PROGRAMS ARE ALSO c++ PROGRAMS. in C, it facilitates--" topdown structured design" as against C++ provides bottom-up object-oriented design. the C language is built from functions (like printf)that execute different tasks. in c++, it is a object-oriented system. objects are considered to be "a partitioned area of computer memory" that stores data and set of operations that can access that data. the three most important facilities that c++ adds on to are classes, function overloading and operator overloading. |
![]() |
![]() |
![]() |
#35 |
Registered User
Join Date: Mar 2012
Posts: 88
|
C++ was devised by Bjarne Stroustrup in 1983 at Bell Laboratories. It is an extension of C by adding some enhancements to C language. Bjarne combined the simula's(a language designed for making simulations, created by Ole-Johan Dahl and Kristen Nygaard) features of object oriented and the efficiency of C. The new features added to language are templates, namespaces, exception handling and use of standary library.
C and C++ are no more language for writing compilers and other languages, these general purpose languages are used worldwide in every field. C was the C++ predecessor. As it's name implies, a lot of C remains in C++. Although not actually being more powerful than C, C++ allows the programmer to more easily manage and operate with Objects, using an OOP (Object Oriented Programming) concept. |
![]() |
![]() |
![]() |
#36 |
Registered User
Join Date: May 2012
Posts: 420
|
C is the Basic language, whereas C++ is an Object Oriented Language.
|
![]() |
![]() |
![]() |
#37 |
Registered User
Join Date: Mar 2012
Posts: 33
|
c is the basic language.
c++ is the abject oriented language. |
![]() |
![]() |
![]() |
#38 |
Registered User
Join Date: Jun 2012
Posts: 5
|
c is topdown parsing.
c++ is bottom up parsing. c is structured language. c++ is object oriented language.
__________________
Joomla Developer |
![]() |
![]() |
![]() |
#39 |
Registered User
Join Date: Jul 2012
Posts: 27
|
There are many difference between the C and C++. Some of them are as follows:
C is the procedural oriented language, where as C++ is an Object oriented language The default header file used in C language is stdio.h and in C++ it is iosteam.h C language does not support the OOPS concept, but C++ is based on the OOPS concept. Programs written in C are stored with the extension .c and the programs written using C++ are stored with the extension .cpp
__________________
Magento eCommerce Development |
![]() |
![]() |
![]() |
#40 |
Registered User
Join Date: Jul 2012
Posts: 34
|
C and C++ both are programming language but C++ can be defined as superset of C. There are various differences between C and C++ and some of them are as following:
1. C++ can run most of code of C but vice versa cannot be possible. 2. C is procedural programming paradigm language and C++ is multi-paradigm language. 3. Data is more secure in C++ rather than C. 4. C uses top down approach and C++ uses bottom up approach. 5. C is function oriented and C++ is object oriented programming language.
__________________
Hire a professional Website Design Company Hamilton |
![]() |
![]() |
![]() |
#41 |
Registered User
Join Date: Aug 2012
Posts: 6
|
Major difference between c and c++:
1.C is low level language while C++ is middle level language. 2.C use top down approach while C++ is bottom up approach 3.C is function driven while C++ is object driven 4.C supported function overloading while C++ does not
__________________
hire ipad developer |
![]() |
![]() |
![]() |
#42 |
Registered User
Join Date: Sep 2012
Posts: 14
|
Then thing we call as C is a strange language advanced by Dennis Ritchie which includes technical form of programming whereas C++ is one more form expending OOPs idea and is an unconventional form of C.
__________________
Lung Cancer Lawyer Wayne New Jersey | Mesothelioma Lawyer Aliquippa Pennsylvania | Whitsunday Sailing |
![]() |
![]() |
![]() |
#43 |
Registered User
Join Date: Sep 2012
Posts: 11
|
C and C++ language is both language have same little bit different.The C and C++ both are OOP language,and there are library different.
|
![]() |
![]() |
![]() |
#44 |
Registered User
Join Date: May 2012
Posts: 20
|
"C" is language and "C++" is an extension of C, and it is nearly impossible to learn C++ without learning C first.
__________________
Yahoo Store Development |
![]() |
![]() |
![]() |
#45 |
Registered User
Join Date: Sep 2012
Location: USA
Posts: 18
|
Main differences between C and C PLUS PLUS are as follows
1 ) In C language Data is not Secured while the data is secured in C PLUS PLUS because C PLUS PLUS have specific OOP features like data hiding which are not present in C. 2) C uses the top-down approach while C PLUS PLUS uses the bottom-up approach. |
![]() |
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|