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

 
JokeRe: Is C++ now a "safe" language? Pin
Jeremy Falcon18-Jul-17 10:11
professionalJeremy Falcon18-Jul-17 10:11 
GeneralRe: Is C++ now a "safe" language? Pin
Kaladin18-Jul-17 10:00
Kaladin18-Jul-17 10:00 
GeneralRe: Is C++ now a "safe" language? Pin
CodeWraith18-Jul-17 10:33
CodeWraith18-Jul-17 10:33 
GeneralRe: Is C++ now a "safe" language? Pin
Richard Andrew x6418-Jul-17 12:07
professionalRichard Andrew x6418-Jul-17 12:07 
GeneralRe: Is C++ now a "safe" language? PinPopular
CodeWraith18-Jul-17 12:43
CodeWraith18-Jul-17 12:43 
GeneralRe: Is C++ now a "safe" language? Pin
jschell19-Jul-17 7:57
jschell19-Jul-17 7:57 
GeneralRe: Is C++ now a "safe" language? Pin
swampwiz21-Jul-17 12:58
swampwiz21-Jul-17 12:58 
GeneralRe: Is C++ now a "safe" language? Pin
Paulo Zemek18-Jul-17 10:11
Paulo Zemek18-Jul-17 10:11 
C++ is far from a safe language. Specially if you need to deal with many DLLs, maybe compiled by different C++ compilers. Most of the safety features of C++ are only safe in the context of a single binary or maybe different binaries built by the same compiler. In fact templates in general (used by all kinds of "safe pointers") suffer a lot of optimizations that may break across binaries.

So, is it safe now?
Well, it has much more safety features than in the past. But those are not 100% guaranteed in all scenarios and, well, you can ignore them at any time.

GeneralRe: Is C++ now a "safe" language? Pin
Single Step Debugger18-Jul-17 11:15
Single Step Debugger18-Jul-17 11:15 
GeneralRe: Is C++ now a "safe" language? Pin
harold aptroot18-Jul-17 11:31
harold aptroot18-Jul-17 11:31 
GeneralRe: Is C++ now a "safe" language? Pin
KarstenK18-Jul-17 21:36
mveKarstenK18-Jul-17 21:36 
GeneralRe: Is C++ now a "safe" language? Pin
PIEBALDconsult21-Jul-17 6:59
mvePIEBALDconsult21-Jul-17 6:59 
GeneralFriendly people are awesome. Pin
Jeremy Falcon18-Jul-17 8:44
professionalJeremy Falcon18-Jul-17 8:44 
GeneralRe: Friendly people are awesome. Pin
W Balboos, GHB18-Jul-17 8:52
W Balboos, GHB18-Jul-17 8:52 
GeneralRe: Friendly people are awesome. Pin
Jeremy Falcon18-Jul-17 8:55
professionalJeremy Falcon18-Jul-17 8:55 
GeneralRe: Friendly people are awesome. Pin
Marc Clifton18-Jul-17 8:54
mvaMarc Clifton18-Jul-17 8:54 
GeneralRe: Friendly people are awesome. Pin
Jeremy Falcon18-Jul-17 8:58
professionalJeremy Falcon18-Jul-17 8:58 
GeneralRe: Friendly people are awesome. Pin
Marc Clifton18-Jul-17 10:55
mvaMarc Clifton18-Jul-17 10:55 
GeneralRe: Friendly people are awesome. Pin
Jeremy Falcon18-Jul-17 11:23
professionalJeremy Falcon18-Jul-17 11:23 
GeneralRe: Friendly people are awesome. Pin
Marc Clifton18-Jul-17 15:28
mvaMarc Clifton18-Jul-17 15:28 
GeneralRe: Friendly people are awesome. Pin
Jeremy Falcon18-Jul-17 15:37
professionalJeremy Falcon18-Jul-17 15:37 
GeneralRe: Friendly people are awesome. Pin
Stephen Gonzalez18-Jul-17 9:45
Stephen Gonzalez18-Jul-17 9:45 
GeneralRe: Friendly people are awesome. Pin
kmoorevs18-Jul-17 9:49
kmoorevs18-Jul-17 9:49 
GeneralRe: Friendly people are awesome. Pin
jeron118-Jul-17 9:59
jeron118-Jul-17 9:59 
GeneralRe: Friendly people are awesome. Pin
ZurdoDev18-Jul-17 10:15
professionalZurdoDev18-Jul-17 10:15 

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.