Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 09-13-2006, 07:19 PM   #1 (permalink)
 
Junior Techie

Join Date: Sep 2006

Posts: 74

Ascendancy

Send a message via AIM to Ascendancy
Default C and C++ and C#?!

Hey. I was just wondering, what is with all of the programming languages starting with C?! It's very confusing.
__________________
Screename=xXxAscendancyxXx
http://i72.photobucket.com/albums/i1...erSigEdit2.jpg
Ascendancy is offline  
Old 09-13-2006, 07:30 PM   #2 (permalink)
 
Monster Techie

Join Date: Dec 2004

Posts: 1,145

Snake-Eyes

Default

There's only 3 that start with C. C/C++ are just the most common languages used, with C# being Microsoft's .NET version.
__________________
Snake-Eyes is offline  
Old 09-13-2006, 08:51 PM   #3 (permalink)
 
Junior Techie

Join Date: Sep 2006

Posts: 74

Ascendancy

Send a message via AIM to Ascendancy
Default

They all have different syntax?
__________________
Screename=xXxAscendancyxXx
http://i72.photobucket.com/albums/i1...erSigEdit2.jpg
Ascendancy is offline  
Old 09-14-2006, 01:01 AM   #4 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

C was created in the early 1970's by Dennis Ritchie. C++, created by Bjarne Stroustrup in the 1980's, was an attempt to add object-oriented capabilities to C and was originally called "C with classes". Since then, C++ has grown tremendously as a language. C# was created by Microsoft -- specifically Anders Hejlsberg. It retained the C-style syntax, but functions much like Java. Google the history and differences of C, C++, and C# if you are truly interested.

Quote:
There's only 3 that start with C
Well, there's also objective-C.
jaeusm is offline  
Old 09-15-2006, 03:20 PM   #5 (permalink)
 
Junior Techie

Join Date: Sep 2006

Posts: 74

Ascendancy

Send a message via AIM to Ascendancy
Default

Well I am more interested in just learning them, not the history. However, since they are all based of the original C, it seems like they are all hard languages to learn.
__________________
Screename=xXxAscendancyxXx
http://i72.photobucket.com/albums/i1...erSigEdit2.jpg
Ascendancy is offline  
Old 09-16-2006, 03:56 AM   #6 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

It's actually far more important that you learn how to program rather than learning the syntax of several different languages.
jaeusm is offline  
Old 09-16-2006, 02:47 PM   #7 (permalink)
 
Junior Techie

Join Date: Sep 2006

Posts: 74

Ascendancy

Send a message via AIM to Ascendancy
Default

It doesn't seem that hard of how to program. Isn't it basically all the same type of way as HTML. Not the same syntax of course, but the same basic breakdown.
__________________
Screename=xXxAscendancyxXx
http://i72.photobucket.com/albums/i1...erSigEdit2.jpg
Ascendancy is offline  
Old 09-16-2006, 11:53 PM   #8 (permalink)
 
Ultra Techie

Join Date: Apr 2005

Posts: 950

M4A1 is on a distinguished road

Send a message via AIM to M4A1
Default

no... it's really not
M4A1 is offline  
Old 09-18-2006, 11:05 AM   #9 (permalink)
 
Super Techie

Join Date: Sep 2005

Posts: 341

hillbillybob

Default

I agree with M4A1...HTML is not a programming language, it's a markup language. HTML has no logic, no repitition structures, and it isn't compiled. HTML is a good start, but it is just the first step. You need to get the basics and techniques of programming, that are fundamental to all languages, down first. Then you move on to different technologies.
__________________
The greatest measure of a nation is not it\'s army or economy, but by how many people are trying to get in, and how many people are staying!!
Guns, Guts, and Alcohol made America free.
Born American, Die American
Ubuntu - it\'s all about the bun\'s baby!!!
hillbillybob is offline  
Old 09-18-2006, 11:07 AM   #10 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

Quote:
It doesn't seem that hard of how to program.
...then you have much to learn. Once you start investing your time into learning, you'll find that there is quite a bit of information to absorb. I develop software for a living, and I recognize that there is always something new to learn.

Quote:
Isn't it basically all the same type of way as HTML.
No. HTML is not even a programming language.
jaeusm 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