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

 
GeneralThe pleasure of :: Pin
W Balboos, GHB23-Apr-15 9:04
W Balboos, GHB23-Apr-15 9:04 
GeneralRe: The pleasure of :: Pin
Mike Hankey23-Apr-15 9:30
mveMike Hankey23-Apr-15 9:30 
JokeRe: The pleasure of :: Pin
ZurdoDev23-Apr-15 10:19
professionalZurdoDev23-Apr-15 10:19 
GeneralRe: The pleasure of :: (required reply) Pin
W Balboos, GHB24-Apr-15 1:09
W Balboos, GHB24-Apr-15 1:09 
GeneralRe: The pleasure of :: Pin
Brisingr Aerowing23-Apr-15 10:59
professionalBrisingr Aerowing23-Apr-15 10:59 
GeneralRe: The pleasure of :: Pin
Marc Clifton23-Apr-15 11:46
mvaMarc Clifton23-Apr-15 11:46 
GeneralRe: The pleasure of :: Pin
Jeremy Falcon23-Apr-15 12:18
professionalJeremy Falcon23-Apr-15 12:18 
GeneralRe: The pleasure of :: Pin
W Balboos, GHB24-Apr-15 1:19
W Balboos, GHB24-Apr-15 1:19 
Marc Clifton wrote:
And even worse is (IMO) is the trend to put all the method code in the .h
Then, again, it's a trend and who wants to follow trends, anyway?

Actually, when using VS20nn I follow the trend in that its templates set thing up that way (at least for C++ forms). I'm working on a console application (it needs to run and then go away on its own): the real main() is in a .cpp file. When I first started with VS I was quite taken aback by the whole thing. I'd come from the pristine world of "C". More of my foul-mouthed attention was, however, given to all the do's and don't's of managed (vs. unmanaged) code.

The thing I like about C++ (vs. C#) is that one has clear distinctions between namespaces and classes and all sorts of stuff (:: vs .), and more a less a better idea of what's really what. There's also "IJW" when I go unmanaged now and then.


"The difference between genius and stupidity is that genius has its limits." - Albert Einstein
"As far as we know, our computer has never had an undetected error." - Weisert
"If you are searching for perfection in others, then you seek disappointment. If you are seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010



GeneralThought of the day Pin
OriginalGriff23-Apr-15 5:57
mveOriginalGriff23-Apr-15 5:57 
JokeRe: Thought of the day Pin
Afzaal Ahmad Zeeshan23-Apr-15 6:14
professionalAfzaal Ahmad Zeeshan23-Apr-15 6:14 
GeneralRe: Thought of the day Pin
Mike Hankey23-Apr-15 6:14
mveMike Hankey23-Apr-15 6:14 
GeneralRe: Thought of the day Pin
Slacker00723-Apr-15 6:20
professionalSlacker00723-Apr-15 6:20 
GeneralRe: Thought of the day Pin
Gary R. Wheeler23-Apr-15 6:21
Gary R. Wheeler23-Apr-15 6:21 
GeneralRe: Thought of the day Pin
Ravi Bhavnani23-Apr-15 6:24
professionalRavi Bhavnani23-Apr-15 6:24 
GeneralRe: Thought of the day Pin
RUs12323-Apr-15 20:53
RUs12323-Apr-15 20:53 
GeneralRe: Thought of the day Pin
PIEBALDconsult23-Apr-15 7:20
mvePIEBALDconsult23-Apr-15 7:20 
GeneralRe: Thought of the day Pin
Abhinav S23-Apr-15 8:19
Abhinav S23-Apr-15 8:19 
GeneralRe: Thought of the day Pin
Mark_Wallace23-Apr-15 7:48
Mark_Wallace23-Apr-15 7:48 
GeneralRe: Thought of the day Pin
908236524-Apr-15 2:26
908236524-Apr-15 2:26 
QuestionMessage Removed Pin
23-Apr-15 5:07
professionalN_tro_P23-Apr-15 5:07 
AnswerRe: MS Build 2015 Pin
User 1013254623-Apr-15 5:12
User 1013254623-Apr-15 5:12 
GeneralRe: MS Build 2015 Pin
jeron123-Apr-15 5:13
jeron123-Apr-15 5:13 
GeneralRe: MS Build 2015 Pin
User 1013254623-Apr-15 5:15
User 1013254623-Apr-15 5:15 
GeneralRe: MS Build 2015 Pin
jeron123-Apr-15 5:19
jeron123-Apr-15 5:19 
GeneralRe: MS Build 2015 Pin
User 1013254623-Apr-15 5:21
User 1013254623-Apr-15 5:21 

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.