Click here to Skip to main content
15,906,766 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: This isn't good... Pin
Mark_Wallace1-Sep-19 7:25
Mark_Wallace1-Sep-19 7:25 
GeneralRe: This isn't good... Pin
kmoorevs1-Sep-19 7:40
kmoorevs1-Sep-19 7:40 
GeneralRe: This isn't good... Pin
honey the codewitch1-Sep-19 8:08
mvahoney the codewitch1-Sep-19 8:08 
GeneralRe: This isn't good... Pin
kmoorevs2-Sep-19 4:15
kmoorevs2-Sep-19 4:15 
GeneralRe: This isn't good... Pin
honey the codewitch2-Sep-19 4:18
mvahoney the codewitch2-Sep-19 4:18 
GeneralRe: This isn't good... Pin
honey the codewitch1-Sep-19 8:05
mvahoney the codewitch1-Sep-19 8:05 
GeneralA Programming Philosophy Question Pin
Richard Andrew x6431-Aug-19 13:31
professionalRichard Andrew x6431-Aug-19 13:31 
GeneralRe: A Programming Philosophy Question PinPopular
Maximilien31-Aug-19 14:30
Maximilien31-Aug-19 14:30 
C++ is not only classes and hierarchy and encapsulation; and in the case of STL, a lot of it is generic and templated stuff (STL)

From STL FAQ: A Few Questions and Answers :

"The STL exemplifies generic programming rather than object-oriented programming, and derives its power and flexibility from the use of templates, rather than inheritance and polymorphism. It also avoids new and delete for memory management in favor of allocators for storage allocation and deallocation. The STL also provides performance guarantees, i.e., its specification requires that the containers and algorithms be implemented in such a way that a user can be confident of optimal runtime performance independent of the STL implementation being used."

Anecdotal: The more I use C++ the less I use strict pure OO design (something like the idealistic Smalltalk) .
I'd rather be phishing!

GeneralRe: A Programming Philosophy Question Pin
Richard Andrew x6431-Aug-19 14:53
professionalRichard Andrew x6431-Aug-19 14:53 
GeneralRe: A Programming Philosophy Question Pin
Amarnath S31-Aug-19 15:21
professionalAmarnath S31-Aug-19 15:21 
GeneralRe: A Programming Philosophy Question Pin
KateAshman1-Sep-19 22:21
KateAshman1-Sep-19 22:21 
GeneralRe: A Programming Philosophy Question Pin
obermd2-Sep-19 5:42
obermd2-Sep-19 5:42 
GeneralRe: A Programming Philosophy Question Pin
Gary Wheeler3-Sep-19 1:17
Gary Wheeler3-Sep-19 1:17 
GeneralRe: A Programming Philosophy Question Pin
honey the codewitch31-Aug-19 17:45
mvahoney the codewitch31-Aug-19 17:45 
GeneralRe: A Programming Philosophy Question Pin
User 26235231-Aug-19 23:02
User 26235231-Aug-19 23:02 
GeneralRe: A Programming Philosophy Question Pin
Chris Losinger1-Sep-19 3:34
professionalChris Losinger1-Sep-19 3:34 
GeneralRe: A Programming Philosophy Question Pin
KateAshman1-Sep-19 21:39
KateAshman1-Sep-19 21:39 
GeneralRe: A Programming Philosophy Question Pin
Richard Andrew x642-Sep-19 4:07
professionalRichard Andrew x642-Sep-19 4:07 
GeneralRe: A Programming Philosophy Question Pin
User 5838522-Sep-19 19:18
User 5838522-Sep-19 19:18 
GeneralHappy coding. Pin
honey the codewitch31-Aug-19 12:28
mvahoney the codewitch31-Aug-19 12:28 
GeneralSeems about right Pin
Jörgen Andersson31-Aug-19 9:54
professionalJörgen Andersson31-Aug-19 9:54 
GeneralRe: Seems about right Pin
OriginalGriff31-Aug-19 19:49
mveOriginalGriff31-Aug-19 19:49 
GeneralRe: Seems about right Pin
Jörgen Andersson31-Aug-19 21:42
professionalJörgen Andersson31-Aug-19 21:42 
GeneralRe: Seems about right Pin
OriginalGriff31-Aug-19 21:57
mveOriginalGriff31-Aug-19 21:57 
GeneralRe: Seems about right Pin
Jörgen Andersson31-Aug-19 22:13
professionalJörgen Andersson31-Aug-19 22:13 

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.