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

07/28/2011 22:23 CrY oF DeaTh#1
and is there big deference between them ?
07/28/2011 22:25 pro4never#2
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.
07/29/2011 00:44 -impulse-#3
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.
07/29/2011 01:37 BaussHacker#4
Do a server in assembly and you will have my cookie.
07/29/2011 10:53 CrY oF DeaTh#5
Yaao ! , i dont belive that professionals like u guys replied xd ( except the cookie girl ) .. jk:D

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 :D, hopefully i can handle/code a server with it in the future :rolleyes:

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
07/29/2011 11:26 Korvacs#6
C# isnt exactly low performance, C++ just has higher performance if you know how to use it.
07/29/2011 13:54 CrY oF DeaTh#7
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 !! :D
07/29/2011 14:13 BaussHacker#8
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 !! :D
Good to see peoples wanting to learn. ;)
07/29/2011 15:07 CrY oF DeaTh#9
Quote:
Originally Posted by BaussHacker View Post
Good to see peoples wanting to learn. ;)
=D
07/29/2011 15:23 bodayo69#10
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 fucking me with all that algorithms in C++ !I have like 300 exercises for my summer homework !
07/29/2011 15:26 BaussHacker#11
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 fucking me with all that algorithms in C++ !
And you're not smart if you know C#?

Explain this shit then:
[Only registered and activated users can see links. Click Here To Register...]
07/29/2011 15:36 Korvacs#12
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 fucking 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 <_<"
07/29/2011 15:48 BaussHacker#13
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.
07/29/2011 20:11 -impulse-#14
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.
07/29/2011 20:13 BaussHacker#15
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.