Click here to Skip to main content
15,910,234 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: Languages aren't products Pin
Dr.Walt Fair, PE26-Mar-19 13:59
professionalDr.Walt Fair, PE26-Mar-19 13:59 
GeneralRe: Languages aren't products Pin
Peter Shaw27-Mar-19 1:06
professionalPeter Shaw27-Mar-19 1:06 
GeneralRe: Languages aren't products Pin
James Lonero28-Mar-19 19:19
James Lonero28-Mar-19 19:19 
GeneralRe: Languages aren't products Pin
honey the codewitch26-Mar-19 16:30
mvahoney the codewitch26-Mar-19 16:30 
GeneralRe: Languages aren't products Pin
kalberts26-Mar-19 23:45
kalberts26-Mar-19 23:45 
GeneralRe: Languages aren't products Pin
honey the codewitch27-Mar-19 0:06
mvahoney the codewitch27-Mar-19 0:06 
GeneralRe: Languages aren't products Pin
Dean Roddey27-Mar-19 7:08
Dean Roddey27-Mar-19 7:08 
GeneralRe: Languages aren't products Pin
honey the codewitch30-Mar-19 9:59
mvahoney the codewitch30-Mar-19 9:59 
I kind of disagree about C++. I think it's shockingly elegant language.

The main issue is lack of memory management, but there's no way to do that without fundamentally changing what C++ is even used for.

The thing about C++ is it is fantastically flexible. And horribly flexible. They are the same thing only depending on whether the language is doing what you want or not. =)

You *could* use something like the boehm collector in your projects but again that's 3rd party.

But frankly, as long as you code with STL and the standard library, that's "good enough" for most purposes.

The way I prefer to think about C++ is it's "not even a language" - C++ & the STL and standard library are what it take to make a full language.

The upside is flexibility (you don't have to use those libs, you can make your own, which is really useful if you're creating the libs themselves or if you're writing systems code or embedded code)

The tradeoff is complexity. C++ without the STL and standard libraries is an entirely different animal than C++ with them.

Frankly, Accelerated C++ by Barbara Moo and Andrew Koenig is the first book someone should get acquainted with C++ with. It helps.
GeneralRe: Languages aren't products Pin
Dean Roddey30-Mar-19 10:15
Dean Roddey30-Mar-19 10:15 
GeneralRe: Languages aren't products Pin
honey the codewitch30-Mar-19 12:28
mvahoney the codewitch30-Mar-19 12:28 
GeneralRe: Languages aren't products Pin
Dean Roddey30-Mar-19 12:43
Dean Roddey30-Mar-19 12:43 
GeneralRe: Languages aren't products Pin
honey the codewitch30-Mar-19 13:00
mvahoney the codewitch30-Mar-19 13:00 
GeneralRe: Languages aren't products Pin
Dean Roddey30-Mar-19 13:30
Dean Roddey30-Mar-19 13:30 
GeneralRe: Languages aren't products Pin
honey the codewitch30-Mar-19 15:49
mvahoney the codewitch30-Mar-19 15:49 
GeneralRe: Languages aren't products Pin
James Lonero28-Mar-19 19:23
James Lonero28-Mar-19 19:23 
GeneralRe: Languages aren't products Pin
BryanFazekas27-Mar-19 1:38
BryanFazekas27-Mar-19 1:38 
GeneralRe: Languages aren't products Pin
Slow Eddie27-Mar-19 3:48
professionalSlow Eddie27-Mar-19 3:48 
GeneralRe: Languages aren't products Pin
SeattleC++27-Mar-19 4:57
SeattleC++27-Mar-19 4:57 
GeneralRe: Languages aren't products Pin
Dean Roddey27-Mar-19 7:03
Dean Roddey27-Mar-19 7:03 
GeneralRe: Languages aren't products Pin
SeattleC++27-Mar-19 8:05
SeattleC++27-Mar-19 8:05 
GeneralRe: Languages aren't products Pin
Dean Roddey27-Mar-19 8:17
Dean Roddey27-Mar-19 8:17 
GeneralRe: Languages aren't products Pin
SeattleC++27-Mar-19 10:03
SeattleC++27-Mar-19 10:03 
GeneralRe: Languages aren't products Pin
Dean Roddey27-Mar-19 10:25
Dean Roddey27-Mar-19 10:25 
GeneralRe: Languages aren't products Pin
honey the codewitch30-Mar-19 15:53
mvahoney the codewitch30-Mar-19 15:53 
GeneralRe: Languages aren't products Pin
absynce27-Mar-19 20:22
absynce27-Mar-19 20:22 

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.