Click here to Skip to main content
15,892,746 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: Totally unrelated to C# but... Pin
OriginalGriff1-Jun-19 4:29
mveOriginalGriff1-Jun-19 4:29 
GeneralRe: Totally unrelated to C# but... Pin
RickZeeland1-Jun-19 9:26
mveRickZeeland1-Jun-19 9:26 
GeneralRe: Totally unrelated to C# but... Pin
Mycroft Holmes1-Jun-19 13:54
professionalMycroft Holmes1-Jun-19 13:54 
GeneralRe: Totally unrelated to C# but... Pin
James Lonero5-Jun-19 11:29
James Lonero5-Jun-19 11:29 
GeneralRe: High performance c# Pin
GuyThiebaut1-Jun-19 5:25
professionalGuyThiebaut1-Jun-19 5:25 
GeneralRe: High performance c# Pin
harold aptroot1-Jun-19 7:14
harold aptroot1-Jun-19 7:14 
GeneralRe: High performance c# Pin
Pete O'Hanlon1-Jun-19 7:15
mvePete O'Hanlon1-Jun-19 7:15 
GeneralRe: High performance c# Pin
Dean Roddey1-Jun-19 10:58
Dean Roddey1-Jun-19 10:58 
C++ is really a system's language, for large systems, where lots of incremental performance gains (or losses) adds up. And of course the thing is, if you looked under the hood of the C# libraries, I'm guessing there's probably a lot of C++ down in there.

Languages like C# are good if you are sitting on the top of the food chain. If your code needs to live from the metal up to the UI, then something like C++, with all it's issues, is likely more practical. It's one of those languages that maybe doesn't do anything one thing the absolute best but it does a broad spectrum of things well. If the code base has to cover that broad spectrum, it adds up.

If you end up having to do lots of unsafe C#, you sort of give up the biggest advantages of C# without getting the real benefits of C++.
Explorans limites defectum

GeneralRe: High performance c# Pin
Rob Philpott1-Jun-19 21:35
Rob Philpott1-Jun-19 21:35 
GeneralRe: High performance c# Pin
Rick York2-Jun-19 6:22
mveRick York2-Jun-19 6:22 
GeneralRe: High performance c# Pin
Dean Roddey2-Jun-19 10:57
Dean Roddey2-Jun-19 10:57 
GeneralRe: High performance c# Pin
jschell2-Jun-19 10:01
jschell2-Jun-19 10:01 
GeneralRe: High performance c# Pin
Super Lloyd1-Jun-19 14:31
Super Lloyd1-Jun-19 14:31 
GeneralRe: High performance c# Pin
Nand322-Jun-19 1:29
Nand322-Jun-19 1:29 
GeneralRe: High performance c# Pin
Dean Roddey2-Jun-19 4:55
Dean Roddey2-Jun-19 4:55 
GeneralRe: High performance c# Pin
Nish Nishant2-Jun-19 5:58
sitebuilderNish Nishant2-Jun-19 5:58 
GeneralRe: High performance c# Pin
Dean Roddey2-Jun-19 6:18
Dean Roddey2-Jun-19 6:18 
GeneralRe: High performance c# Pin
Nish Nishant2-Jun-19 10:12
sitebuilderNish Nishant2-Jun-19 10:12 
GeneralRe: High performance c# Pin
James Lonero5-Jun-19 11:38
James Lonero5-Jun-19 11:38 
GeneralRe: High performance c# Pin
jschell2-Jun-19 9:27
jschell2-Jun-19 9:27 
GeneralRe: High performance c# Pin
Stuart Dootson2-Jun-19 23:57
professionalStuart Dootson2-Jun-19 23:57 
GeneralRe: High performance c# Pin
zezba90003-Jun-19 9:12
zezba90003-Jun-19 9:12 
GeneralMini CCCs 96b Pin
Tim Deveaux31-May-19 16:54
Tim Deveaux31-May-19 16:54 
GeneralRe: Mini CCCs 96b Pin
OriginalGriff31-May-19 20:00
mveOriginalGriff31-May-19 20:00 
GeneralRe: Mini CCCs 96b - Done Pin
Tim Deveaux31-May-19 20:04
Tim Deveaux31-May-19 20:04 

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.