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

 
GeneralSpace Weather Pin
Besinger24-May-19 7:44
Besinger24-May-19 7:44 
GeneralRe: Space Weather Pin
Chris Maunder25-May-19 4:24
cofounderChris Maunder25-May-19 4:24 
GeneralRe: Space Weather Pin
BillWoodruff29-May-19 7:25
professionalBillWoodruff29-May-19 7:25 
GeneralI've had an language naming epiphany Pin
Dean Roddey24-May-19 6:42
Dean Roddey24-May-19 6:42 
GeneralRe: I've had an language naming epiphany Pin
Chris Losinger24-May-19 7:53
professionalChris Losinger24-May-19 7:53 
GeneralRe: I've had an language naming epiphany Pin
lopatir24-May-19 9:53
lopatir24-May-19 9:53 
GeneralRe: I've had an language naming epiphany Pin
PIEBALDconsult24-May-19 10:17
mvePIEBALDconsult24-May-19 10:17 
GeneralRe: I've had an language naming epiphany Pin
Dean Roddey24-May-19 11:28
Dean Roddey24-May-19 11:28 
The downside of C/C++ macros is that there is no specific syntax to invoke them. So they can just randomly rename things in your code because you happened to name something the same as some macro that you never even knew existed.

I'm sure most C++ programmers have had some scenario, if they are interacting with system APIs, where they get an error saying that XYZ doesn't exist but you don't have anything in your entire code base named XYZ. And it turns out there's a macro that translates ABC to XYZ, and you named something ABC.
Explorans limites defectum

GeneralRe: I've had an language naming epiphany Pin
11917640 Member 25-May-19 21:20
11917640 Member 25-May-19 21:20 
GeneralRe: I've had an language naming epiphany Pin
Dean Roddey26-May-19 9:00
Dean Roddey26-May-19 9:00 
GeneralThought of the Day Pin
OriginalGriff24-May-19 4:52
mveOriginalGriff24-May-19 4:52 
QuestionRe: Thought of the Day Pin
megaadam24-May-19 4:59
professionalmegaadam24-May-19 4:59 
GeneralRe: Thought of the Day Pin
jeron124-May-19 5:13
jeron124-May-19 5:13 
GeneralRe: Thought of the Day Pin
lopatir24-May-19 5:15
lopatir24-May-19 5:15 
GeneralRe: Thought of the Day Pin
Kschuler24-May-19 7:52
Kschuler24-May-19 7:52 
AnswerRe: Thought of the Day Pin
MacSpudster25-May-19 9:45
professionalMacSpudster25-May-19 9:45 
GeneralTrekkies: this could be interesting Pin
OriginalGriff24-May-19 1:14
mveOriginalGriff24-May-19 1:14 
GeneralRe: Trekkies: this could be interesting Pin
glennPattonWork324-May-19 2:36
professionalglennPattonWork324-May-19 2:36 
GeneralRe: Trekkies: this could be interesting Pin
Mark_Wallace28-May-19 9:41
Mark_Wallace28-May-19 9:41 
JokeRe: Trekkies: this could be interesting Pin
Maximilien24-May-19 2:38
Maximilien24-May-19 2:38 
GeneralRe: Trekkies: this could be interesting Pin
OriginalGriff24-May-19 2:40
mveOriginalGriff24-May-19 2:40 
GeneralRe: Trekkies: this could be interesting Pin
Maximilien24-May-19 3:13
Maximilien24-May-19 3:13 
GeneralRe: Trekkies: this could be interesting Pin
lopatir24-May-19 3:37
lopatir24-May-19 3:37 
GeneralRe: Trekkies: this could be interesting Pin
Maximilien24-May-19 4:27
Maximilien24-May-19 4:27 
GeneralRe: Trekkies: this could be interesting Pin
  Forogar  24-May-19 2:48
professional  Forogar  24-May-19 2:48 

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.