Click here to Skip to main content
15,895,746 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: *cries in C++* Pin
Richard MacCutchan16-Feb-22 4:44
mveRichard MacCutchan16-Feb-22 4:44 
GeneralRe: *cries in C++* Pin
englebart16-Feb-22 14:36
professionalenglebart16-Feb-22 14:36 
GeneralRe: *cries in C++* Pin
Peter_in_278018-Feb-22 14:01
professionalPeter_in_278018-Feb-22 14:01 
GeneralRe: *cries in C++* Pin
Rage18-Feb-22 5:00
professionalRage18-Feb-22 5:00 
GeneralRe: *cries in C++* Pin
Mike Hankey16-Feb-22 4:17
mveMike Hankey16-Feb-22 4:17 
GeneralRe: *cries in C++* Pin
Matthew Dennis16-Feb-22 4:30
sysadminMatthew Dennis16-Feb-22 4:30 
GeneralRe: *cries in C++* Pin
honey the codewitch16-Feb-22 5:13
mvahoney the codewitch16-Feb-22 5:13 
GeneralRe: *cries in C++* Pin
Memtha16-Feb-22 6:33
Memtha16-Feb-22 6:33 
C++ is my favorite language because it does not force you to do anything. That does include making it readable, which is the original author's fault not the language. Languages that force you to make your code readable will inevitably loose some (potentially very useful) features in order to make that happen, like #define for example.

I admit I am guilty of intentionally making code less readable, only because I am forced to run it through a painfully awful "security" code scanner. The program is a web api in c# and the only way we can take any kind of data from the db and return it to the caller without the scanner whining is to store the data in a dictionary (dynamic) and then retrieve it back again, so that's been wrapped up in a pair of methods: return obfuscator.get<typenamehere>(obfuscator.insert(db.runProc("ProcName", args, or, whatever)))
GeneralRe: *cries in C++* Pin
honey the codewitch16-Feb-22 7:49
mvahoney the codewitch16-Feb-22 7:49 
GeneralRe: *cries in C++* Pin
David O'Neil16-Feb-22 13:56
professionalDavid O'Neil16-Feb-22 13:56 
GeneralRe: *cries in C++* Pin
englebart16-Feb-22 14:43
professionalenglebart16-Feb-22 14:43 
GeneralRe: *cries in C++* Pin
Memtha16-Feb-22 15:33
Memtha16-Feb-22 15:33 
GeneralRe: *cries in C++* Pin
jschell17-Feb-22 12:04
jschell17-Feb-22 12:04 
GeneralRe: *cries in C++* Pin
Memtha17-Feb-22 12:49
Memtha17-Feb-22 12:49 
GeneralRe: *cries in C++* Pin
jschell30-Mar-22 5:22
jschell30-Mar-22 5:22 
GeneralRe: *cries in C++* Pin
Gary R. Wheeler16-Feb-22 15:53
Gary R. Wheeler16-Feb-22 15:53 
GeneralRe: *cries in C++* Pin
jschell17-Feb-22 12:14
jschell17-Feb-22 12:14 
GeneralRe: *cries in C++* Pin
Gary R. Wheeler18-Feb-22 11:27
Gary R. Wheeler18-Feb-22 11:27 
GeneralRe: *cries in C++* Pin
Member 916705716-Feb-22 20:23
Member 916705716-Feb-22 20:23 
GeneralRe: *cries in C++* Pin
honey the codewitch16-Feb-22 22:24
mvahoney the codewitch16-Feb-22 22:24 
GeneralRe: *cries in C++* Pin
Member 1330167916-Feb-22 21:52
Member 1330167916-Feb-22 21:52 
GeneralRe: *cries in C++* Pin
honey the codewitch16-Feb-22 22:23
mvahoney the codewitch16-Feb-22 22:23 
GeneralRe: *cries in C++* Pin
charlieg17-Feb-22 11:34
charlieg17-Feb-22 11:34 
GeneralRe: *cries in C++* Pin
honey the codewitch17-Feb-22 11:58
mvahoney the codewitch17-Feb-22 11:58 
GeneralRe: *cries in C++* Pin
jschell17-Feb-22 12:20
jschell17-Feb-22 12:20 

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.