Click here to Skip to main content
15,893,486 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: I heard this somewhere Pin
Peter_in_27809-Jul-21 16:12
professionalPeter_in_27809-Jul-21 16:12 
GeneralRe: I heard this somewhere Pin
Randor 9-Jul-21 17:20
professional Randor 9-Jul-21 17:20 
GeneralRe: I heard this somewhere Pin
Richard Andrew x649-Jul-21 17:41
professionalRichard Andrew x649-Jul-21 17:41 
GeneralRe: I heard this somewhere Pin
Randor 9-Jul-21 18:32
professional Randor 9-Jul-21 18:32 
GeneralRe: I heard this somewhere Pin
Nelek10-Jul-21 6:10
protectorNelek10-Jul-21 6:10 
GeneralRe: I heard this somewhere Pin
Randor 10-Jul-21 6:44
professional Randor 10-Jul-21 6:44 
GeneralRe: I heard this somewhere Pin
Nelek10-Jul-21 14:58
protectorNelek10-Jul-21 14:58 
GeneralRe: I heard this somewhere Pin
honey the codewitch9-Jul-21 18:21
mvahoney the codewitch9-Jul-21 18:21 
Personally, I think it's fine in your main.cpp

Anywhere else, such as in a header, it clutters your global naming container.

In general, don't use "using namespace" in headers at all.

Some people here might suggest that using namespace std, even in main.cpp is bad form because of all the stuff it drags in.

I suggest those people relax. Smile | :)
Real programmers use butterflies

GeneralRe: I heard this somewhere Pin
den2k8811-Jul-21 21:17
professionalden2k8811-Jul-21 21:17 
GeneralRe: I heard this somewhere Pin
honey the codewitch12-Jul-21 0:49
mvahoney the codewitch12-Jul-21 0:49 
GeneralRe: I heard this somewhere Pin
den2k8812-Jul-21 1:22
professionalden2k8812-Jul-21 1:22 
GeneralRe: I heard this somewhere Pin
honey the codewitch12-Jul-21 1:31
mvahoney the codewitch12-Jul-21 1:31 
GeneralRe: I heard this somewhere Pin
den2k8812-Jul-21 1:37
professionalden2k8812-Jul-21 1:37 
GeneralRe: I heard this somewhere Pin
honey the codewitch12-Jul-21 1:58
mvahoney the codewitch12-Jul-21 1:58 
GeneralRe: I heard this somewhere Pin
KateAshman12-Jul-21 3:50
KateAshman12-Jul-21 3:50 
GeneralMessage Closed Pin
9-Jul-21 10:19
User 152455139-Jul-21 10:19 
GeneralRe: You are a rock ... this for the weekend Pin
User 152455139-Jul-21 11:08
User 152455139-Jul-21 11:08 
GeneralRe: You are a rock ... this for the weekend Pin
User 152455139-Jul-21 11:08
User 152455139-Jul-21 11:08 
GeneralYou are a number Pin
Gerry Schmitz9-Jul-21 6:08
mveGerry Schmitz9-Jul-21 6:08 
GeneralI am not a number. Pin
OriginalGriff9-Jul-21 6:29
mveOriginalGriff9-Jul-21 6:29 
GeneralRe: I am not a number. Pin
kmoorevs9-Jul-21 7:57
kmoorevs9-Jul-21 7:57 
GeneralRe: I am not a number. Pin
jeron19-Jul-21 8:05
jeron19-Jul-21 8:05 
GeneralRe: I am not a number. Pin
den2k8811-Jul-21 21:20
professionalden2k8811-Jul-21 21:20 
GeneralRe: I am not a number. Pin
Maximilien9-Jul-21 8:02
Maximilien9-Jul-21 8:02 
GeneralRe: I am not a number. Pin
obermd9-Jul-21 10:06
obermd9-Jul-21 10:06 

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.