Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 04-02-2012, 02:12 AM   #31
victorcloyd551
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
victorcloyd551 is offline   Reply With Quote
Old 04-03-2012, 10:15 AM   #32
Beavis
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Beavis is offline   Reply With Quote
Old 04-03-2012, 10:51 PM   #33
ronniesilva751
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?
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
ronniesilva751 is offline   Reply With Quote
Old 05-14-2012, 04:03 AM   #34
chikkiarora
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
chikkiarora is offline   Reply With Quote
Old 05-24-2012, 02:53 AM   #35
maxsamuel
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
maxsamuel is offline   Reply With Quote
Old 05-24-2012, 10:33 PM   #36
manojob
Registered User
 
Join Date: May 2012
Posts: 420
C is the Basic language, whereas C++ is an Object Oriented Language.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
-
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
manojob is offline   Reply With Quote
Old 06-12-2012, 10:18 AM   #37
Saad host
Registered User
 
Join Date: Mar 2012
Posts: 33
c is the basic language.
c++ is the abject oriented language.
Saad host is offline   Reply With Quote
Old 06-18-2012, 05:40 AM   #38
Thomasgrivera
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Thomasgrivera is offline   Reply With Quote
Old 07-27-2012, 04:32 AM   #39
lennonrowen
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
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
lennonrowen is offline   Reply With Quote
Old 08-09-2012, 11:55 PM   #40
milina788
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
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
milina788 is offline   Reply With Quote
Old 08-28-2012, 04:45 AM   #41
Edgarwbrown
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
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Edgarwbrown is offline   Reply With Quote
Old 09-06-2012, 11:18 PM   #42
tavioncurry69
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
tavioncurry69 is offline   Reply With Quote
Old 09-09-2012, 11:22 PM   #43
JackieCalmes
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
||
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
JackieCalmes is offline   Reply With Quote
Old 09-19-2012, 02:24 AM   #44
jordenstive
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
jordenstive is offline   Reply With Quote
Old 09-20-2012, 02:01 AM   #45
jameslabonte78
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.
jameslabonte78 is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 08:34 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.