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

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 01-24-2012, 05:07 AM   #16
digitalid12
Registered User
 
Join Date: Jan 2012
Posts: 99
Nice post thanks for sharing.
digitalid12 is offline   Reply With Quote
Old 01-25-2012, 01:10 AM   #17
willarnett5
Registered User
 
Join Date: Jan 2012
Posts: 14
C is a typical language that was created by Dennis Ritchie and involves different procedures of programming and C++ is another category! Read online articles to learn more 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.
willarnett5 is offline   Reply With Quote
Old 01-29-2012, 10:10 PM   #18
markzandi21
Registered User
 
Join Date: Jan 2012
Posts: 14
C may be a peculiar language developed by Dennis Ritchie that involves procedural sort of programming whereas C++ is another kind using OOPs concept and is a sophisticated version 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.
markzandi21 is offline   Reply With Quote
Old 01-30-2012, 12:01 AM   #19
cornerstones
Registered User
 
Join Date: Jan 2012
Location: USA
Posts: 5
C++ supports function overloading but C does not support it, C++ supports object oriented programming features but C doesn't support it.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
cornerstones is offline   Reply With Quote
Old 01-30-2012, 09:14 AM   #20
alen12345
Registered User
 
Join Date: Oct 2011
Location: LDH
Posts: 225
C++, as the name suggests is a superset of C. As a matter of fact, C++ can run most of C code while C cannot run C++ code. Here are the 10 major differences between C++ & C...

1. C follows the procedural programming paradigm while C++ is a multi-paradigm language(procedural as well as object oriented)In case of C, importance is given to the steps or procedure of the program while C++ focuses on the data rather than the process.Also, it is easier to implement/edit the code in case of C++ for the same reason.

2. In case of C, the data is not secured while the data is secured(hidden) in C++. This difference is due to specific OOP features like Data Hiding which are not present in 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.
alen12345 is offline   Reply With Quote
Old 01-30-2012, 11:54 AM   #21
bsbhupendra771
Registered User
 
Join Date: Jan 2012
Location: U.S
Posts: 52
C++ is higher version 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.
bsbhupendra771 is offline   Reply With Quote
Old 01-31-2012, 04:11 AM   #22
ryanharris369
Registered User
 
Join Date: Jan 2012
Posts: 14
C is a typical language that was created by Dennis Ritchie & involves different procedures of programming & C++ is another section! Read online articles to learn more 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.
ryanharris369 is offline   Reply With Quote
Old 02-14-2012, 04:29 AM   #23
jimmy carter
Registered User
 
Join Date: Feb 2012
Location: United Kingdom
Posts: 15
Send a message via Yahoo to jimmy carter
I think C is a alphabet and C++ is a 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.
jimmy carter is offline   Reply With Quote
Old 02-23-2012, 05:23 AM   #24
Spoint_Vinil
Moderator
 
Join Date: Sep 2011
Location: INDIA
Posts: 250
* C is procedural language while C++ is Object Oriented language
* In C their is no concept of classes,constructor,destructor while it is in C++
* C++ is advanced C
* C is mother language
* C++ deals with objects
and many more differences
__________________

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.
Spoint_Vinil is offline   Reply With Quote
Old 03-06-2012, 02:48 AM   #25
mori33
Registered User
 
Join Date: Mar 2012
Posts: 18
C and C++ both are programming language but C++ is OOPS based language which work with features of polymorphism, inheritance, abstraction and many more features of OOPS.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
mori33 is offline   Reply With Quote
Old 03-06-2012, 03:55 AM   #26
josefaryan
Registered User
 
Join Date: Mar 2012
Posts: 259
C++ is the upgraded version of the C-Language. And C++ is the basic language in OOPS (object oriented programming language). Learning C-Language will be helpful for us in basic understanding of a programming language and learning C++ will be helpful for us in understanding the advanced OOPS programming languages like Core Java, Advanced Java etc.
josefaryan is offline   Reply With Quote
Old 03-13-2012, 03:13 AM   #27
chikkiarora
Registered User
 
Join Date: Nov 2011
Posts: 128
C++ was based on C and retains a great deal of the functionality. C++ does not retain complete source-level compatibility with C. There are a few gotchas for C++ programmers trying to write C code, and C programmers trying to compile with a C++ compiler.
__________________

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 03-15-2012, 09:50 PM   #28
tysonprice96
Registered User
 
Join Date: Mar 2012
Posts: 19
Using programming languages like C and C++ is one of the best things in the life of a person and these options are going to help those even more comfortable ones.
__________________

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.
tysonprice96 is offline   Reply With Quote
Old 03-20-2012, 02:18 AM   #29
jonascox111
Registered User
 
Join Date: Mar 2012
Posts: 16
C and C++ equally are indoctrination speech but C++ is OOPS based words which job with features of polymorphism, legacy, concept and numerous extra features of OOPS.
__________________

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.
jonascox111 is offline   Reply With Quote
Old 03-25-2012, 09:58 PM   #30
loenmilton
Registered User
 
Join Date: Mar 2012
Posts: 28
Hi friend's,
i think c is not a object oriented language but c++ is a object oriented language.........
loenmilton 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 06:53 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.