Click here to Skip to main content
15,891,375 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: Got to read those licenses Pin
jschell25-Aug-18 5:03
jschell25-Aug-18 5:03 
GeneralRe: Got to read those licenses Pin
Sander Rossel25-Aug-18 5:28
professionalSander Rossel25-Aug-18 5:28 
GeneralRe: Got to read those licenses Pin
Daniel Pfeffer25-Aug-18 10:29
professionalDaniel Pfeffer25-Aug-18 10:29 
GeneralRe: Got to read those licenses Pin
Sander Rossel25-Aug-18 23:07
professionalSander Rossel25-Aug-18 23:07 
GeneralRe: Got to read those licenses Pin
jschell16-Sep-18 10:54
jschell16-Sep-18 10:54 
GeneralRe: Got to read those licenses Pin
jschell16-Sep-18 10:50
jschell16-Sep-18 10:50 
GeneralDoes C++ finally have enough features to make memory leaks a ... memory? Pin
swampwiz24-Aug-18 16:03
swampwiz24-Aug-18 16:03 
GeneralRe: Does C++ finally have enough features to make memory leaks a ... memory? Pin
Munchies_Matt24-Aug-18 19:30
Munchies_Matt24-Aug-18 19:30 
it is funny actually, because it is very simple to avoid memory leaks in C. You just free the memory.

Along comes an *improvement* calling itself C++, which then proceeds to dig itself into a hole, many times, adding layers of complexity, even more tortuous code, static classes which look like namespaces, unnamed namespaces where static functions used to rule, the magic bullet of exception handling!!!!, ah, but now we are leaking memory, ahaha, smart pointers!!!!!, oh, that didnt work out quite well, kill auto_ptr!!!!!!


And whats the latest attempt to put a bandage on the bandage on the bandage?



There is a reason a screw driver looks like a screw driver, and always has done, for centuries. It does the job!


Can we leave our programming language tools alone? No chance. Too many nerds thinking they can be *improved*.
GeneralRe: Does C++ finally have enough features to make memory leaks a ... memory? Pin
CodeWraith24-Aug-18 19:34
CodeWraith24-Aug-18 19:34 
GeneralRe: Does C++ finally have enough features to make memory leaks a ... memory? Pin
Munchies_Matt24-Aug-18 19:42
Munchies_Matt24-Aug-18 19:42 
GeneralRe: Does C++ finally have enough features to make memory leaks a ... memory? Pin
CodeWraith24-Aug-18 21:44
CodeWraith24-Aug-18 21:44 
GeneralRe: Does C++ finally have enough features to make memory leaks a ... memory? Pin
Munchies_Matt24-Aug-18 22:45
Munchies_Matt24-Aug-18 22:45 
GeneralRe: Does C++ finally have enough features to make memory leaks a ... memory? Pin
CodeWraith24-Aug-18 23:26
CodeWraith24-Aug-18 23:26 
GeneralRe: Does C++ finally have enough features to make memory leaks a ... memory? Pin
Super Lloyd24-Aug-18 19:59
Super Lloyd24-Aug-18 19:59 
GeneralRe: Does C++ finally have enough features to make memory leaks a ... memory? Pin
Munchies_Matt24-Aug-18 20:21
Munchies_Matt24-Aug-18 20:21 
GeneralRe: Does C++ finally have enough features to make memory leaks a ... memory? Pin
jschell25-Aug-18 3:22
jschell25-Aug-18 3:22 
GeneralRe: Does C++ finally have enough features to make memory leaks a ... memory? Pin
TheGreatAndPowerfulOz25-Aug-18 7:46
TheGreatAndPowerfulOz25-Aug-18 7:46 
GeneralRe: Does C++ finally have enough features to make memory leaks a ... memory? Pin
ExcellentOrg26-Aug-18 22:23
ExcellentOrg26-Aug-18 22:23 
GeneralRe: Does C++ finally have enough features to make memory leaks a ... memory? Pin
TheGreatAndPowerfulOz27-Aug-18 11:01
TheGreatAndPowerfulOz27-Aug-18 11:01 
GeneralRe: Does C++ finally have enough features to make memory leaks a ... memory? Pin
jschell16-Sep-18 11:04
jschell16-Sep-18 11:04 
GeneralRe: Does C++ finally have enough features to make memory leaks a ... memory? Pin
Munchies_Matt26-Aug-18 2:02
Munchies_Matt26-Aug-18 2:02 
GeneralRe: Does C++ finally have enough features to make memory leaks a ... memory? Pin
jschell25-Aug-18 3:27
jschell25-Aug-18 3:27 
GeneralRe: Does C++ finally have enough features to make memory leaks a ... memory? Pin
CodeWraith24-Aug-18 19:31
CodeWraith24-Aug-18 19:31 
GeneralRe: Does C++ finally have enough features to make memory leaks a ... memory? Pin
Munchies_Matt24-Aug-18 19:46
Munchies_Matt24-Aug-18 19:46 
GeneralRe: Does C++ finally have enough features to make memory leaks a ... memory? Pin
CodeWraith24-Aug-18 20:30
CodeWraith24-Aug-18 20: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.