Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » What are main differences before programming languages like C, C++ and Perl
Closed Thread
Old 06-12-2009, 04:55 PM   #1 (permalink)
Kdar's Avatar
 
Ultra Techie

Join Date: Dec 2005

Posts: 870

Kdar is on a distinguished road

Default What are main differences before programming languages like C, C++ and Perl

What are some differences between those languages?

Especially C vs. C++

and Perl vs. C/C++

The things that I can think of is that C and C++ are more platform-depended, C++ is more object oriented than C. C/C++ require compiler.
What else is there?
Kdar is offline  
Old 06-12-2009, 07:58 PM   #2 (permalink)
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,683

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default Re: What are main differences before programming languages like C, C++ and Perl

Typically C is more low-level, but most times you can do anything you need with C++.

Perl is a scripting language, and requires an interpreter. It can be used for web applications or light-weight system scripts.
__________________

Need website help? PM me!
CrazeD is offline  
 
Closed Thread

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On