Click here to Skip to main content
15,895,777 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Everyone says c++ is faster than c#, why? Pin
Sharath Shetty3-Feb-16 6:47
Sharath Shetty3-Feb-16 6:47 
GeneralRe: Everyone says c++ is faster than c#, why? Pin
Member 120239883-Feb-16 9:22
Member 120239883-Feb-16 9:22 
GeneralRe: Everyone says c++ is faster than c#, why? Pin
Member 120239883-Feb-16 9:27
Member 120239883-Feb-16 9:27 
GeneralRe: Everyone says c++ is faster than c#, why? Pin
sbcLion3-Feb-16 16:42
sbcLion3-Feb-16 16:42 
GeneralRe: Everyone says c++ is faster than c#, why? Pin
Member 82246963-Feb-16 21:40
Member 82246963-Feb-16 21:40 
GeneralRe: Everyone says c++ is faster than c#, why? Pin
jschell6-Feb-16 12:53
jschell6-Feb-16 12:53 
GeneralRe: Everyone says c++ is faster than c#, why? Pin
zezba90006-Feb-16 16:00
zezba90006-Feb-16 16:00 
GeneralRe: Everyone says c++ is faster than c#, why? Pin
pdohara10-Feb-16 3:58
pdohara10-Feb-16 3:58 
C# or rather the .Net runtime does a number of things to make code "safer". These are things like bounds checking, type safety, etc. Some of that happens at compile time, but of necessity a lot of it happens at run time. This obviously takes time. Much of it can be "turned off" if you want to though you may not want to. If you want very tight control of timing then C++ and likely straight C is a better bet. For a variety of problems .Net (and therefore C#) is performant enough and "safer" than C or C++. It is good to have options.

Pat O
RantElephant. Sunshine. Telerik. PinPopular
Kornfeld Eliyahu Peter2-Feb-16 0:54
professionalKornfeld Eliyahu Peter2-Feb-16 0:54 
GeneralRe: Elephant. Sunshine. Telerik. PinPopular
OriginalGriff2-Feb-16 1:00
mveOriginalGriff2-Feb-16 1:00 
GeneralRe: Elephant. Sunshine. Telerik. Pin
F-ES Sitecore2-Feb-16 1:03
professionalF-ES Sitecore2-Feb-16 1:03 
GeneralRe: Elephant. Sunshine. Telerik. Pin
Kornfeld Eliyahu Peter2-Feb-16 1:08
professionalKornfeld Eliyahu Peter2-Feb-16 1:08 
GeneralRe: Elephant. Sunshine. Telerik. Pin
Jörgen Andersson2-Feb-16 2:29
professionalJörgen Andersson2-Feb-16 2:29 
JokeRe: Elephant. Sunshine. Telerik. Pin
Richard Deeming2-Feb-16 3:48
mveRichard Deeming2-Feb-16 3:48 
GeneralRe: Elephant. Sunshine. Telerik. Pin
Slacker0072-Feb-16 3:38
professionalSlacker0072-Feb-16 3:38 
GeneralRe: Elephant. Sunshine. Telerik. Pin
Dave Kreskowiak2-Feb-16 5:37
mveDave Kreskowiak2-Feb-16 5:37 
GeneralRe: Elephant. Sunshine. Telerik. Pin
Mycroft Holmes2-Feb-16 14:14
professionalMycroft Holmes2-Feb-16 14:14 
General102 years old and STILL going strong! PinPopular
Kornfeld Eliyahu Peter1-Feb-16 23:31
professionalKornfeld Eliyahu Peter1-Feb-16 23:31 
GeneralRe: 102 years old and STILL going strong! Pin
Daniel Pfeffer1-Feb-16 23:34
professionalDaniel Pfeffer1-Feb-16 23:34 
JokeRe: 102 years old and STILL going strong! Pin
User 110609791-Feb-16 23:47
User 110609791-Feb-16 23:47 
GeneralRe: 102 years old and STILL going strong! Pin
Kornfeld Eliyahu Peter2-Feb-16 0:19
professionalKornfeld Eliyahu Peter2-Feb-16 0:19 
GeneralRe: 102 years old and STILL going strong! Pin
den2k881-Feb-16 23:48
professionalden2k881-Feb-16 23:48 
GeneralRe: 102 years old and STILL going strong! Pin
Sander Rossel2-Feb-16 7:15
professionalSander Rossel2-Feb-16 7:15 
GeneralRe: 102 years old and STILL going strong! Pin
KarstenK2-Feb-16 0:04
mveKarstenK2-Feb-16 0:04 
GeneralRe: 102 years old and STILL going strong! Pin
Jörgen Andersson2-Feb-16 0:16
professionalJörgen Andersson2-Feb-16 0:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.