Click here to Skip to main content
15,887,135 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: if else Style Pin
Alister Morton30-Jan-24 23:46
Alister Morton30-Jan-24 23:46 
GeneralRe: if else Style Pin
Stacy Dudovitz29-Jan-24 13:56
professionalStacy Dudovitz29-Jan-24 13:56 
GeneralRe: if else Style Pin
jschell30-Jan-24 4:40
jschell30-Jan-24 4:40 
GeneralRe: if else Style Pin
Stacy Dudovitz30-Jan-24 10:38
professionalStacy Dudovitz30-Jan-24 10:38 
GeneralRe: if else Style Pin
jschell31-Jan-24 4:53
jschell31-Jan-24 4:53 
GeneralRe: if else Style Pin
englebart2-Feb-24 13:43
professionalenglebart2-Feb-24 13:43 
GeneralRe: if else Style Pin
englebart30-Jan-24 14:42
professionalenglebart30-Jan-24 14:42 
GeneralRe: if else Style Pin
Stacy Dudovitz30-Jan-24 16:22
professionalStacy Dudovitz30-Jan-24 16:22 
Disagree! (contingent on compiler switches set, of course Smile | :) )
else {
// yes you can reach this
throw wtf;
}

if (x == NaN) or some similar hairy answer, the compiler (again, with the correct compilation switches set) will automagically throw an exception.

Sidebar: One would NOT want to set said same switches on an embedded piece of code, since typically exception handling is turned off. Therefore, one would NOT, in such an instance wish to throw wtf.
GeneralRe: if else Style Pin
englebart2-Feb-24 13:40
professionalenglebart2-Feb-24 13:40 
GeneralRe: if else Style Pin
hpcoder25-Feb-24 11:49
hpcoder25-Feb-24 11:49 
GeneralWordle 951 Pin
Sandeep Mewara25-Jan-24 15:53
mveSandeep Mewara25-Jan-24 15:53 
GeneralRe: Wordle 951 Pin
OriginalGriff25-Jan-24 20:27
mveOriginalGriff25-Jan-24 20:27 
GeneralRe: Wordle 951 Pin
Sander Rossel25-Jan-24 20:39
professionalSander Rossel25-Jan-24 20:39 
GeneralRe: Wordle 951 - 4 4 me Pin
pkfox25-Jan-24 21:03
professionalpkfox25-Jan-24 21:03 
GeneralRe: Wordle 951 Pin
GKP199225-Jan-24 21:03
professionalGKP199225-Jan-24 21:03 
GeneralRe: Wordle 951 Pin
ChandraRam25-Jan-24 21:47
ChandraRam25-Jan-24 21:47 
GeneralRe: Wordle 951 Pin
StarNamer@work26-Jan-24 0:06
professionalStarNamer@work26-Jan-24 0:06 
GeneralRe: Wordle 951 Pin
Cp-Coder26-Jan-24 2:46
Cp-Coder26-Jan-24 2:46 
GeneralWindows 11 venting Pin
cegarman25-Jan-24 11:01
cegarman25-Jan-24 11:01 
GeneralRe: Windows 11 venting Pin
k505425-Jan-24 12:41
mvek505425-Jan-24 12:41 
GeneralRe: Windows 11 venting Pin
cegarman26-Jan-24 6:25
cegarman26-Jan-24 6:25 
GeneralRe: Windows 11 venting Pin
glennPattonWork326-Jan-24 4:47
professionalglennPattonWork326-Jan-24 4:47 
GeneralRe: Windows 11 venting Pin
DerekT-P26-Jan-24 6:22
professionalDerekT-P26-Jan-24 6:22 
GeneralRe: Windows 11 venting Pin
glennPattonWork326-Jan-24 6:30
professionalglennPattonWork326-Jan-24 6:30 
GeneralRe: Windows 11 venting Pin
cegarman26-Jan-24 6:42
cegarman26-Jan-24 6:42 

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.