Click here to Skip to main content
15,896,606 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 don't like object oriented programming Pin
honey the codewitch31-Jul-19 4:18
mvahoney the codewitch31-Jul-19 4:18 
GeneralRe: i don't like object oriented programming Pin
Rick Shaub31-Jul-19 7:30
Rick Shaub31-Jul-19 7:30 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch31-Jul-19 7:36
mvahoney the codewitch31-Jul-19 7:36 
GeneralRe: i don't like object oriented programming Pin
Slacker00730-Jul-19 6:29
professionalSlacker00730-Jul-19 6:29 
GeneralRe: i don't like object oriented programming Pin
PIEBALDconsult30-Jul-19 7:40
mvePIEBALDconsult30-Jul-19 7:40 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch30-Jul-19 7:42
mvahoney the codewitch30-Jul-19 7:42 
GeneralRe: i don't like object oriented programming Pin
PIEBALDconsult30-Jul-19 8:47
mvePIEBALDconsult30-Jul-19 8:47 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch30-Jul-19 9:02
mvahoney the codewitch30-Jul-19 9:02 
Well the weird thing about C++ is by itself it's about 2/3 of a language, while the standard template libraries are (usually) the other 1/3

and it's strange to think of it that way, but that's how it ends up baking out - STL is so intrinsic to any significant C++ development that you really don't even want to do it without it, just like you wouldn't want to write an app without an operating system.

It's not just about runtime libraries, although that's most of it. Because of the way templates work, you can use them to basically implement "language features" of a sort. So STL sort of folds itself into the language.

And the cool thing about that is you can potentially make your own "domain specific" language superset from C++ just like STL does - the spirit framework does this, and boost kind of does.

So that's something that's really hard to get used to at first because it's pretty unique to C++

after that, just learning how to use generic programming is the big learning curve, but I swear once you do, you'll fall in love.
When I was growin' up, I was the smartest kid I knew. Maybe that was just because I didn't know that many kids. All I know is now I feel the opposite.

GeneralRe: i don't like object oriented programming Pin
PIEBALDconsult30-Jul-19 9:19
mvePIEBALDconsult30-Jul-19 9:19 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch30-Jul-19 9:43
mvahoney the codewitch30-Jul-19 9:43 
GeneralRe: i don't like object oriented programming Pin
Ron Anders30-Jul-19 9:09
Ron Anders30-Jul-19 9:09 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch30-Jul-19 9:10
mvahoney the codewitch30-Jul-19 9:10 
GeneralRe: i don't like object oriented programming Pin
Eddy Vluggen30-Jul-19 11:56
professionalEddy Vluggen30-Jul-19 11:56 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch30-Jul-19 11:58
mvahoney the codewitch30-Jul-19 11:58 
GeneralRe: i don't like object oriented programming Pin
Eddy Vluggen30-Jul-19 12:06
professionalEddy Vluggen30-Jul-19 12:06 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch30-Jul-19 12:15
mvahoney the codewitch30-Jul-19 12:15 
GeneralRe: i don't like object oriented programming Pin
Eddy Vluggen31-Jul-19 0:39
professionalEddy Vluggen31-Jul-19 0:39 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch31-Jul-19 1:22
mvahoney the codewitch31-Jul-19 1:22 
GeneralRe: i don't like object oriented programming Pin
PIEBALDconsult30-Jul-19 12:00
mvePIEBALDconsult30-Jul-19 12:00 
GeneralRe: i don't like object oriented programming Pin
Eddy Vluggen30-Jul-19 12:07
professionalEddy Vluggen30-Jul-19 12:07 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch30-Jul-19 12:16
mvahoney the codewitch30-Jul-19 12:16 
GeneralRe: i don't like object oriented programming Pin
kalberts30-Jul-19 14:11
kalberts30-Jul-19 14:11 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch30-Jul-19 14:17
mvahoney the codewitch30-Jul-19 14:17 
GeneralRe: i don't like object oriented programming Pin
Super Lloyd30-Jul-19 16:25
Super Lloyd30-Jul-19 16:25 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch30-Jul-19 16:30
mvahoney the codewitch30-Jul-19 16:30 

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.