Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server
You last visited: Today at 22:01

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Whats Better and more advanced in Conquer programming and Other stuff ,C# or C++ ?

Discussion on Whats Better and more advanced in Conquer programming and Other stuff ,C# or C++ ? within the CO2 Private Server forum part of the Conquer Online 2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Feb 2010
Posts: 45
Received Thanks: 2
Whats Better and more advanced in Conquer programming and Other stuff ,C# or C++ ?

and is there big deference between them ?
CrY oF DeaTh is offline  
Old 07/28/2011, 22:25   #2
 
elite*gold: 21
Join Date: Jul 2005
Posts: 9,193
Received Thanks: 5,376
C++ is a more advanced (for lack of a better term) language.

C# is more intended for rapid development of programs.


C++ will have better performance (if coded correctly) but take a lot more 'fussing' to get a working program with.
pro4never is offline  
Thanks
1 User
Old 07/29/2011, 00:44   #3
 
elite*gold: 0
Join Date: Oct 2009
Posts: 768
Received Thanks: 550
C++/C is a low-level programming meaning that you can pretty much control the processor and memory directly, though its not recommended because you might get a blue screen if you don't know what you're doing.

C# is entirely managed and most things are already added for you, you only have to do bla a = new bla(), and its all done, so yeah its to make fast programs but you don't get the same performance as with a low-level programming language. Because C# is managed you don't control much without native functions.
-impulse- is offline  
Thanks
1 User
Old 07/29/2011, 01:37   #4
 
elite*gold: 0
Join Date: May 2011
Posts: 1,769
Received Thanks: 756
Do a server in assembly and you will have my cookie.
BaussHacker is offline  
Thanks
1 User
Old 07/29/2011, 10:53   #5
 
elite*gold: 0
Join Date: Feb 2010
Posts: 45
Received Thanks: 2
Yaao ! , i dont belive that professionals like u guys replied xd ( except the cookie girl ) .. jk

so anyway what i got is
C++ = more advanced , harder , High performance ,
and C# = faster,easier ,low performance .....


ummm ... i think i'll go with C# now , hopefully i can handle/code a server with it in the future

thanks so Much guys =)


Quote:
Originally Posted by BaussHacker View Post
Do a server in assembly and you will have my cookie.
Actually i have my own cucumbers cookies , i wont code a server in assembly for a cookie , which i dont know how to do it too XD
CrY oF DeaTh is offline  
Old 07/29/2011, 11:26   #6


 
Korvacs's Avatar
 
elite*gold: 20
Join Date: Mar 2006
Posts: 6,125
Received Thanks: 2,518
C# isnt exactly low performance, C++ just has higher performance if you know how to use it.
Korvacs is offline  
Thanks
1 User
Old 07/29/2011, 13:54   #7
 
elite*gold: 0
Join Date: Feb 2010
Posts: 45
Received Thanks: 2
Quote:
Originally Posted by Korvacs View Post
C# isnt exactly low performance, C++ just has higher performance if you know how to use it.
To be honest i dont think i'll know how to use it XD , im beginner now so imma go with C# for now

# just learnt how to make a bottun , horray !!
CrY oF DeaTh is offline  
Old 07/29/2011, 14:13   #8
 
elite*gold: 0
Join Date: May 2011
Posts: 1,769
Received Thanks: 756
Quote:
Originally Posted by CrY oF DeaTh View Post
To be honest i dont think i'll know how to use it XD , im beginner now so imma go with C# for now

# just learnt how to make a bottun , horray !!
Good to see peoples wanting to learn.
BaussHacker is offline  
Thanks
1 User
Old 07/29/2011, 15:07   #9
 
elite*gold: 0
Join Date: Feb 2010
Posts: 45
Received Thanks: 2
Quote:
Originally Posted by BaussHacker View Post
Good to see peoples wanting to learn.
=D
CrY oF DeaTh is offline  
Old 07/29/2011, 15:23   #10
 
elite*gold: 0
Join Date: Jul 2011
Posts: 39
Received Thanks: 2
Quote:
Originally Posted by -impulse- View Post
C++/C is a low-level programming meaning that you can pretty much control the processor and memory directly, though its not recommended because you might get a blue screen if you don't know what you're doing.

C# is entirely managed and most things are already added for you, you only have to do bla a = new bla(), and its all done, so yeah its to make fast programs but you don't get the same performance as with a low-level programming language. Because C# is managed you don't control much without native functions.
You're right , in C# you will get autocomplete to all functions and it is easy (if you learn it) ......but C++ is for smart people ! Wtf my teacher is ******* me with all that algorithms in C++ !I have like 300 exercises for my summer homework !
bodayo69 is offline  
Old 07/29/2011, 15:26   #11
 
elite*gold: 0
Join Date: May 2011
Posts: 1,769
Received Thanks: 756
Quote:
Originally Posted by bodayo69 View Post
You're right , in C# you will get autocomplete to all functions and it is easy (if you learn it) ......but C++ is for smart people ! Wtf my teacher is ******* me with all that algorithms in C++ !
And you're not smart if you know C#?

Explain this **** then:
BaussHacker is offline  
Old 07/29/2011, 15:36   #12


 
Korvacs's Avatar
 
elite*gold: 20
Join Date: Mar 2006
Posts: 6,125
Received Thanks: 2,518
Quote:
Originally Posted by bodayo69 View Post
You're right , in C# you will get autocomplete to all functions and it is easy (if you learn it) ......but C++ is for smart people ! Wtf my teacher is ******* me with all that algorithms in C++ !I have like 300 exercises for my summer homework !
So your saying that C# is easy because it has an autocomplete built into it. Are you kidding? That just allows you to type faster <_<"
Korvacs is offline  
Old 07/29/2011, 15:48   #13
 
elite*gold: 0
Join Date: May 2011
Posts: 1,769
Received Thanks: 756
Quote:
Originally Posted by Korvacs View Post
So your saying that C# is easy because it has an autocomplete built into it. Are you kidding? That just allows you to type faster <_<"
C++ has auto complete also.
BaussHacker is offline  
Old 07/29/2011, 20:11   #14
 
elite*gold: 0
Join Date: Oct 2009
Posts: 768
Received Thanks: 550
Quote:
Originally Posted by BaussHacker View Post
C++ has auto complete also.
Actually it's the IDE you use that has intellisense - autocomplete not the programming language.
-impulse- is offline  
Thanks
2 Users
Old 07/29/2011, 20:13   #15
 
elite*gold: 0
Join Date: May 2011
Posts: 1,769
Received Thanks: 756
Quote:
Originally Posted by -impulse- View Post
Actually it's the IDE you use that has intellisense - autocomplete not the programming language.
And that's what I meant. Any languages have it.
BaussHacker is offline  
Reply


Similar Threads Similar Threads
whats the best programming language to learn?
05/19/2010 - General Coding - 14 Replies
Im going to learn a programming language but dont know whats better java or c#:confused: ill be using it to create hacks, bots and maby create a game.
Whats more commonly used in programming?
09/19/2009 - CO2 Programming - 26 Replies
fixed
whats the materials needed for combining an advanced force booster?
09/02/2008 - RF Online - 1 Replies
help me pls
Whats the best stuff here.
11/17/2007 - Conquer Online 2 - 12 Replies
Hello all. I just started playing this game and was told to come here for stuff for the game. Could you all tell what the best botts, tools and edits that a new player should start out with? :confused::confused::confused: I already DLed itemtype.dat, a multi-client and a tool called CO2m8. Also skill chart from a DM V3NOM Proxy
trading my conquer stuff for hero online stuff
05/30/2007 - General Gaming Discussion - 1 Replies
im trading my old rare conquer items for heroonline items and gold



All times are GMT +2. The time now is 22:01.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.