Click here to Skip to main content
15,886,362 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.

 
GeneralStrolling off the edge Pin
honey the codewitch5-Apr-23 4:53
mvahoney the codewitch5-Apr-23 4:53 
GeneralRe: Strolling off the edge Pin
Richard MacCutchan5-Apr-23 5:03
mveRichard MacCutchan5-Apr-23 5:03 
GeneralRe: Strolling off the edge Pin
raddevus5-Apr-23 5:23
mvaraddevus5-Apr-23 5:23 
GeneralRe: Strolling off the edge Pin
Richard MacCutchan5-Apr-23 5:27
mveRichard MacCutchan5-Apr-23 5:27 
GeneralRe: Strolling off the edge Pin
glennPattonWork35-Apr-23 6:09
professionalglennPattonWork35-Apr-23 6:09 
GeneralRe: Strolling off the edge Pin
  Forogar  5-Apr-23 8:28
professional  Forogar  5-Apr-23 8:28 
JokeRe: Strolling off the edge Pin
Julian Ragan5-Apr-23 9:03
Julian Ragan5-Apr-23 9:03 
GeneralRe: Strolling off the edge Pin
honey the codewitch5-Apr-23 11:19
mvahoney the codewitch5-Apr-23 11:19 
I started to pick up C++ with Borland's compiler in the DOS days but it didn't crystalize for me.

I actually picked it up out of necessity while working in the field. That was a trial by fire, and not without its missteps, like forgetting to mark my destructors for my COM objects virtual. Unsure | :~

But man, now that I have GCC and Clang, I feel so much freer than I do with MS compilers. It use to be that their compilers were subpar, which is why I went to GCC, but as they improved, I've gotten so used to GCC's (and largely Clang's) flavor of standards compliance that the MSVC one throws me. I can write code in MSVC++ until it starts getting template heavy. Then I'm always having to massage the syntax of the code I write to get it to fit MSVC's way of doing things.

The issue is coding windows stuff with it. You actually have to patch the direct x headers because of a nuanced difference in how GCC returns certain types from functions.
To err is human. Fortune favors the monsters.

GeneralRe: Strolling off the edge Pin
jschell5-Apr-23 6:39
jschell5-Apr-23 6:39 
GeneralRe: Strolling off the edge Pin
honey the codewitch5-Apr-23 6:41
mvahoney the codewitch5-Apr-23 6:41 
GeneralRe: Strolling off the edge Pin
honey the codewitch5-Apr-23 15:03
mvahoney the codewitch5-Apr-23 15:03 
GeneralRe: Strolling off the edge Pin
jschell6-Apr-23 5:14
jschell6-Apr-23 5:14 
GeneralRe: Strolling off the edge Pin
honey the codewitch6-Apr-23 10:04
mvahoney the codewitch6-Apr-23 10:04 
GeneralRe: Strolling off the edge Pin
jschell7-Apr-23 9:10
jschell7-Apr-23 9:10 
GeneralRe: Strolling off the edge Pin
jmaida5-Apr-23 10:32
jmaida5-Apr-23 10:32 
GeneralRe: Strolling off the edge Pin
honey the codewitch5-Apr-23 10:37
mvahoney the codewitch5-Apr-23 10:37 
JokeRe: Strolling off the edge Pin
FreedMalloc5-Apr-23 10:57
FreedMalloc5-Apr-23 10:57 
GeneralRe: Strolling off the edge Pin
honey the codewitch5-Apr-23 11:09
mvahoney the codewitch5-Apr-23 11:09 
GeneralRe: Strolling off the edge Pin
Kenneth Haugland5-Apr-23 11:24
mvaKenneth Haugland5-Apr-23 11:24 
GeneralRe: Strolling off the edge Pin
jmaida5-Apr-23 15:26
jmaida5-Apr-23 15:26 
GeneralRe: Strolling off the edge Pin
honey the codewitch5-Apr-23 15:34
mvahoney the codewitch5-Apr-23 15:34 
GeneralRe: Strolling off the edge Pin
jmaida5-Apr-23 16:04
jmaida5-Apr-23 16:04 
GeneralRe: Strolling off the edge Pin
den2k885-Apr-23 21:42
professionalden2k885-Apr-23 21:42 
GeneralRe: Strolling off the edge Pin
jmaida6-Apr-23 6:42
jmaida6-Apr-23 6:42 
GeneralRe: Strolling off the edge Pin
BernardIE53176-Apr-23 3:09
BernardIE53176-Apr-23 3:09 

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.