C Board  

Go Back   C Board > General Programming Boards > C# Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 07-16-2004, 05:27 AM   #1
Registered User
 
Join Date: Jul 2004
Location: Phoenix, Arizona
Posts: 26
C and C# what is the difference

i just started programming in C and i got a little confused when i came here and saw C#
SwiftOutlaw is offline   Reply With Quote
Old 07-16-2004, 06:45 AM   #2
Registered User
 
dalek's Avatar
 
Join Date: May 2003
Posts: 135
Well, C is a procedural language and C# is an Object Oriented language for a start. Other than that, they share some similarities in their syntax, but are really not that closely related.
dalek is offline   Reply With Quote
Old 07-16-2004, 06:52 AM   #3
Registered User
 
Join Date: Jul 2004
Location: Phoenix, Arizona
Posts: 26
Thanks for telling me
It would have be eating at me all day
SwiftOutlaw is offline   Reply With Quote
Old 07-16-2004, 08:54 AM   #4
Super Moderator
 
Join Date: Sep 2001
Posts: 4,746
C# is a language that was designed specifically for .NET. .NET is a "framework", and basically you install it on your PC and then any program written for .NET can run on it. It's goal was to provide a universal environment for programs, but of course it's only reall in use in MS systems right now. www.mono-project.com is the best I've seen for other systems.

C#, like dalek says, shares a lot of the syntax with C and C++ (and also java). What I like most about it is that it is VERY intuitive. The function names are so easy to interpret, and if you learned a bit of OOP you could read C# very well.
sean is offline   Reply With Quote
Old 07-17-2004, 10:21 AM   #5
Registered User
 
Join Date: Mar 2004
Posts: 3
How should you say C#?

I always say C plus plus, and C, but I don't know what I should say exactly for this one. Should I say C number?
CryptiniteDemon is offline   Reply With Quote
Old 07-17-2004, 01:52 PM   #6
Compulsive Liar
 
Robc's Avatar
 
Join Date: Jul 2004
Posts: 149
>How should you say C#?
See Sharp.
Robc is offline   Reply With Quote
Old 07-17-2004, 03:09 PM   #7
Super Moderator
 
Join Date: Sep 2001
Posts: 4,746
Which I assume comes from the 'sharp' in music represented by the same symbol. You may also hear of a couple of other languages, like J# which is a Java-based language, also made just for .NET, but since it was also made to be like Java, C# has more power.
sean is offline   Reply With Quote
Old 07-18-2004, 04:41 AM   #8
Registered User
 
Join Date: Jul 2004
Location: Phoenix, Arizona
Posts: 26
lol
see pound
SwiftOutlaw is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump


All times are GMT -6. The time now is 07:32 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22