Click here to Skip to main content
15,893,814 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: Is the new C++ as easy to use as Python? Pin
Dean Roddey13-Apr-19 7:20
Dean Roddey13-Apr-19 7:20 
GeneralRe: Is the new C++ as easy to use as Python? Pin
jschell21-Apr-19 7:18
jschell21-Apr-19 7:18 
GeneralRe: Is the new C++ as easy to use as Python? Pin
Dean Roddey21-Apr-19 8:40
Dean Roddey21-Apr-19 8:40 
GeneralRe: Is the new C++ as easy to use as Python? Pin
jschell27-Apr-19 6:36
jschell27-Apr-19 6:36 
GeneralRe: Is the new C++ as easy to use as Python? Pin
Member 91670579-Apr-19 21:38
Member 91670579-Apr-19 21:38 
GeneralRe: Is the new C++ as easy to use as Python? Pin
Mike Winiberg10-Apr-19 2:32
professionalMike Winiberg10-Apr-19 2:32 
GeneralRe: Is the new C++ as easy to use as Python? Pin
Dean Roddey10-Apr-19 7:52
Dean Roddey10-Apr-19 7:52 
GeneralRe: Is the new C++ as easy to use as Python? Pin
Kiriander10-Apr-19 20:00
Kiriander10-Apr-19 20:00 
Let's use an example then. Is it really up to debate/belief, that a static_cast<T> is better, than it's counterpart, the classic cast? The cast where the compiler can check if the cast makes sense and tell me if it doesn't really isn't better than a simple "Shut up and shove the memory", is it? Of course a static_cast isn't always applicable, but then there's dynamic_cast<T> and the rest of the family and while one of the members ain't any better than the cast of olden, it doesn't have to be used in every case where you need a cast. With the old system, there's only one option, the rather dangerous one. Another example, MMA. Manual memory allocation. I simply don't believe you that there's advantages to it when a smart pointer or a library container does the job as well. Well, when talking to a memory-mapped device, static memory is all there is, laying a library container on top will only screw things up because I don't control the memory layout anymore. But that's an edge case, when it comes to business logic, letting the compiler/library do the job is in far most cases superior. Yet the oldtimers insist on doing things the old way no matter whether it's a better idea or not.

The issue I am talking about is that Oldtimers don't bother distinguish between cases, they go with old-and-tried (and difficult to use and dangerous) for the sake of it, not because it's a better idea. And really, unless you write low-level-code (which, let me just put that as a claim, Python programmers usually don't do), the new ways of more abstraction are superior.
GeneralRe: Is the new C++ as easy to use as Python? Pin
Dean Roddey10-Apr-19 20:53
Dean Roddey10-Apr-19 20:53 
GeneralRe: Is the new C++ as easy to use as Python? Pin
Nand329-Apr-19 21:45
Nand329-Apr-19 21:45 
GeneralRe: Is the new C++ as easy to use as Python? Pin
Thornik10-Apr-19 2:54
Thornik10-Apr-19 2:54 
GeneralRe: Is the new C++ as easy to use as Python? Pin
Rick Shaub10-Apr-19 4:56
Rick Shaub10-Apr-19 4:56 
GeneralRe: Is the new C++ as easy to use as Python? Pin
Dean Roddey10-Apr-19 7:49
Dean Roddey10-Apr-19 7:49 
GeneralRe: Is the new C++ as easy to use as Python? Pin
Rick Shaub10-Apr-19 8:25
Rick Shaub10-Apr-19 8:25 
GeneralRe: Is the new C++ as easy to use as Python? Pin
Dean Roddey10-Apr-19 8:34
Dean Roddey10-Apr-19 8:34 
GeneralRe: Is the new C++ as easy to use as Python? Pin
Rick Shaub10-Apr-19 8:51
Rick Shaub10-Apr-19 8:51 
GeneralRe: Is the new C++ as easy to use as Python? Pin
Dean Roddey10-Apr-19 8:57
Dean Roddey10-Apr-19 8:57 
GeneralRe: Is the new C++ as easy to use as Python? Pin
Rick Shaub10-Apr-19 9:29
Rick Shaub10-Apr-19 9:29 
GeneralRe: Is the new C++ as easy to use as Python? Pin
Dean Roddey10-Apr-19 9:33
Dean Roddey10-Apr-19 9:33 
GeneralSpring Cleaning Pin
Matthew Dennis9-Apr-19 6:19
sysadminMatthew Dennis9-Apr-19 6:19 
GeneralRe: Spring Cleaning Pin
Chris Maunder9-Apr-19 6:59
cofounderChris Maunder9-Apr-19 6:59 
GeneralRe: Spring Cleaning Pin
OriginalGriff9-Apr-19 8:03
mveOriginalGriff9-Apr-19 8:03 
GeneralRe: Spring Cleaning Pin
Chris Maunder9-Apr-19 8:04
cofounderChris Maunder9-Apr-19 8:04 
GeneralRe: Spring Cleaning Pin
OriginalGriff9-Apr-19 8:12
mveOriginalGriff9-Apr-19 8:12 
GeneralRe: Spring Cleaning Pin
swampwiz9-Apr-19 8:12
swampwiz9-Apr-19 8:12 

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.