Click here to Skip to main content
15,891,136 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: For those of you who work for yourself - contractor or business owner - vacation question Pin
mBuchwald16-Apr-14 3:09
professionalmBuchwald16-Apr-14 3:09 
GeneralRe: For those of you who work for yourself - contractor or business owner - vacation question Pin
Kirk 1038982116-Apr-14 4:46
Kirk 1038982116-Apr-14 4:46 
GeneralRe: For those of you who work for yourself - contractor or business owner - vacation question Pin
BrainiacV16-Apr-14 4:58
BrainiacV16-Apr-14 4:58 
GeneralRe: For those of you who work for yourself - contractor or business owner - vacation question Pin
charlieg16-Apr-14 23:19
charlieg16-Apr-14 23:19 
GeneralRe: For those of you who work for yourself - contractor or business owner - vacation question Pin
Member 460889816-Apr-14 7:06
Member 460889816-Apr-14 7:06 
GeneralRe: For those of you who work for yourself - contractor or business owner - vacation question Pin
kmoorevs16-Apr-14 7:57
kmoorevs16-Apr-14 7:57 
GeneralRe: For those of you who work for yourself - contractor or business owner - vacation question Pin
charlieg16-Apr-14 23:19
charlieg16-Apr-14 23:19 
GeneralPVS Studio is awsome! Pin
ed welch15-Apr-14 5:37
ed welch15-Apr-14 5:37 
I just tried this static code analyser and pretty impressed. Straight away it shows me an obvious bug in my code (with the warning message in plain english):
"It is odd that the body of 'GetY2' function is fully equivalent to the body of 'GetX2' function. bitmapchar.h 37:"
C#
int GetX2() const
{
    return m_x + m_width;
}
int GetY2() const
{
    return m_x + m_width;
}

GeneralRe: PVS Studio is awsome! Pin
OriginalGriff15-Apr-14 5:51
mveOriginalGriff15-Apr-14 5:51 
GeneralRe: PVS Studio is awsome! Pin
ed welch15-Apr-14 6:05
ed welch15-Apr-14 6:05 
GeneralRe: PVS Studio is awsome! Pin
User 4041116-Apr-14 1:37
User 4041116-Apr-14 1:37 
GeneralRe: PVS Studio is awsome! Pin
Eddy Vluggen15-Apr-14 6:00
professionalEddy Vluggen15-Apr-14 6:00 
GeneralAlong with last months tornado we now have a mountain lion apparently Pin
Munchies_Matt15-Apr-14 5:26
Munchies_Matt15-Apr-14 5:26 
GeneralRe: Along with last months tornado we now have a mountain lion apparently Pin
OriginalGriff15-Apr-14 5:47
mveOriginalGriff15-Apr-14 5:47 
GeneralRe: Along with last months tornado we now have a mountain lion apparently Pin
JimmyRopes15-Apr-14 5:55
professionalJimmyRopes15-Apr-14 5:55 
GeneralRe: Along with last months tornado we now have a mountain lion apparently Pin
OriginalGriff15-Apr-14 5:56
mveOriginalGriff15-Apr-14 5:56 
GeneralRe: Along with last months tornado we now have a mountain lion apparently Pin
JimmyRopes15-Apr-14 5:58
professionalJimmyRopes15-Apr-14 5:58 
GeneralRe: Along with last months tornado we now have a mountain lion apparently Pin
OriginalGriff15-Apr-14 6:15
mveOriginalGriff15-Apr-14 6:15 
GeneralRe: Along with last months tornado we now have a mountain lion apparently Pin
JimmyRopes15-Apr-14 6:28
professionalJimmyRopes15-Apr-14 6:28 
GeneralRe: Along with last months tornado we now have a mountain lion apparently Pin
OriginalGriff15-Apr-14 6:42
mveOriginalGriff15-Apr-14 6:42 
GeneralRe: Along with last months tornado we now have a mountain lion apparently Pin
JimmyRopes15-Apr-14 7:16
professionalJimmyRopes15-Apr-14 7:16 
GeneralRe: Along with last months tornado we now have a mountain lion apparently Pin
Munchies_Matt15-Apr-14 7:45
Munchies_Matt15-Apr-14 7:45 
GeneralRe: Along with last months tornado we now have a mountain lion apparently Pin
dan!sh 15-Apr-14 7:01
professional dan!sh 15-Apr-14 7:01 
GeneralRe: Along with last months tornado we now have a mountain lion apparently Pin
Munchies_Matt15-Apr-14 6:04
Munchies_Matt15-Apr-14 6:04 
GeneralRe: Along with last months tornado we now have a mountain lion apparently Pin
Roger Wright15-Apr-14 12:09
professionalRoger Wright15-Apr-14 12:09 

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.