Welcome Guest ( Log In | Register)



2 Pages V   1 2 >  
Reply to this topicStart new topic
> Difference Between C, C++ And C#?, And some other questions.
H R
post Nov 18 2004, 08:10 AM
Post #1


Newbie [Level 3]
***

Group: Members
Posts: 43
Joined: 17-November 04
From: where you want to be?
Member No.: 2,321



What's the difference between C, C++ and C#? What is more closely related to working with ASP.NET, C++, C#, or VB? Which comiler is best for C++ and/or C#? Are there any benefits in choosing VB over C++ or C#?

Z^ivjo HR
Go to the top of the page
 
+Quote Post
tmonty
post Nov 18 2004, 04:09 PM
Post #2


Newbie [Level 3]
***

Group: Members
Posts: 48
Joined: 26-October 04
From: Kalisz, Poland
Member No.: 1,971



C++ is continuation of C. It has got classes, exceptions, templetates and few new things. To be honest it is better than ANSI C (e.g. virtual functions are very useful).

C# is the Microsoft's script (I am not sure) language for .NET framework, so I think it is more closely related to working with ASP.NET than C++.
Go to the top of the page
 
+Quote Post
Swemetal
post Nov 19 2004, 09:32 PM
Post #3


Newbie
*

Group: Members
Posts: 4
Joined: 10-October 04
Member No.: 1,640



the best comiler is visual c++ 7.0 and borlands...
c++ is the newer version of c.. if you want to program with winapi and such things you should lern c# and for more advance applications and game programming c++ is best
Go to the top of the page
 
+Quote Post
mukund
post Dec 25 2005, 06:58 PM
Post #4


Member [Level 2]
*****

Group: Members
Posts: 78
Joined: 14-March 05
Member No.: 4,492



there's no similarities between them.
best compilers are provided by borland and microsoft.
for asp.net go use C#

ask me if u want to know more
Go to the top of the page
 
+Quote Post
switch
post Dec 26 2005, 02:11 AM
Post #5


Premium Member
********

Group: Members
Posts: 178
Joined: 13-October 04
From: NSW, Australia
Member No.: 1,713



Actually, there are lots of similarities between C, C++ and C#, but mainly in the form of syntax (The grammar rules of the language, so-to-speak). C++ is by far the most powerful language and for that reason is most effective for heavy duty programming. It is also probably the hardest to learn. C# is Microsoft's easy-to-use take on C++ and is supposed to be fairly powerful as well. It links in incredibly smoothly with ASP.NET and VB and all the rest of the .NET stuff as long as you're using Visual Studio.

VB is heaps easier to learn, but the actual programs run a lot slower and they are pretty much completely restricted to Windows. VB is also far less powerful, and for this reason, you'd have trouble doing things like 3D graphics with VB.

The best compiler for C++ in my opinion is Visual C++, you can download the free express edition of this and C# from the MSDN website. Check out this trap17 thread: Freebie Stuff>>Visual Studio Express.

Cheers! biggrin.gif
Go to the top of the page
 
+Quote Post
iGuest
post Feb 17 2008, 10:40 AM
Post #6


Trap Double Mocha Member
***************

Group: Members
Posts: 2,360
Joined: 21-September 07
Member No.: 50,369



If we want to operate on integer greater than 11 digits how we can operate
In C language?

-reply by Anjali
Go to the top of the page
 
+Quote Post
iGuest
post May 2 2008, 03:32 PM
Post #7


Trap Double Mocha Member
***************

Group: Members
Posts: 2,360
Joined: 21-September 07
Member No.: 50,369



What is the Difference between C++ and C#
Difference Between C, C++ And C#?

Replying to mukund
What is the Difference between C++ and C#

-reply by Gowri
Go to the top of the page
 
+Quote Post
ivenms
post May 3 2008, 04:55 PM
Post #8


Member [Level 1]
****

Group: Members
Posts: 53
Joined: 6-August 06
Member No.: 27,912



The real difference between with C and other two is that :
  • C is structured prgramming language.
  • Other languages are Object Oriented programming Languages.
Difference with C++ and C#:
  • More support for graphics for C#.
  • Window oriented programming on C#.
Go to the top of the page
 
+Quote Post
moodsey211
post Jul 14 2008, 02:28 AM
Post #9


Newbie [Level 2]
**

Group: Members
Posts: 36
Joined: 10-July 08
From: Cebu City Philippines
Member No.: 64,841



C is more on functions. C++ is the OOP version of C. and C# is more on the designs.
Go to the top of the page
 
+Quote Post
coolcat50
<