Click here to Skip to main content
15,890,579 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: C# doubt Pin
Johnny J.20-Apr-16 4:53
professionalJohnny J.20-Apr-16 4:53 
AnswerRe: C# doubt Pin
Super Lloyd20-Apr-16 4:53
Super Lloyd20-Apr-16 4:53 
GeneralRe: C# doubt Pin
Marc Clifton20-Apr-16 5:50
mvaMarc Clifton20-Apr-16 5:50 
GeneralRe: C# doubt Pin
Dave Kreskowiak20-Apr-16 5:54
mveDave Kreskowiak20-Apr-16 5:54 
GeneralRe: C# doubt Pin
Marc Clifton20-Apr-16 6:12
mvaMarc Clifton20-Apr-16 6:12 
PraiseRe: C# doubt Pin
Pete Zahir20-Apr-16 6:09
Pete Zahir20-Apr-16 6:09 
GeneralRe: C# doubt Pin
Dave Kreskowiak20-Apr-16 6:50
mveDave Kreskowiak20-Apr-16 6:50 
GeneralRe: C# doubt Pin
Gary Wheeler20-Apr-16 7:42
Gary Wheeler20-Apr-16 7:42 
Nice try, but
void Foo(params int[] oneThroughThree, int fourth)
would need to be called like this:
Foo(new int[] {1,2,3},4);
would it not?
Software Zen: delete this;

GeneralRe: C# doubt Pin
#realJSOP20-Apr-16 6:34
mve#realJSOP20-Apr-16 6:34 
GeneralRe: C# doubt Pin
Kevin Marois20-Apr-16 7:39
professionalKevin Marois20-Apr-16 7:39 
GeneralRe: C# doubt Pin
Vark11120-Apr-16 7:54
Vark11120-Apr-16 7:54 
GeneralRe: C# doubt Pin
RedDk20-Apr-16 8:19
RedDk20-Apr-16 8:19 
GeneralRe: C# doubt Pin
Sander Rossel20-Apr-16 11:52
professionalSander Rossel20-Apr-16 11:52 
GeneralRe: C# doubt Pin
Leng Vang21-Apr-16 13:23
Leng Vang21-Apr-16 13:23 
QuestionDuck-typed script languages, or statically typed "compiled" languages? Pin
Marc Clifton20-Apr-16 3:36
mvaMarc Clifton20-Apr-16 3:36 
GeneralRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
harold aptroot20-Apr-16 3:42
harold aptroot20-Apr-16 3:42 
GeneralRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
Marc Clifton20-Apr-16 5:20
mvaMarc Clifton20-Apr-16 5:20 
GeneralRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
Foothill20-Apr-16 5:50
professionalFoothill20-Apr-16 5:50 
GeneralRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
Gary Wheeler20-Apr-16 7:52
Gary Wheeler20-Apr-16 7:52 
GeneralRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
kdmote21-Apr-16 8:21
kdmote21-Apr-16 8:21 
GeneralRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
harold aptroot21-Apr-16 8:46
harold aptroot21-Apr-16 8:46 
GeneralRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
svella21-Apr-16 13:19
svella21-Apr-16 13:19 
GeneralRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
R. Erasmus21-Apr-16 22:12
R. Erasmus21-Apr-16 22:12 
GeneralRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
harold aptroot21-Apr-16 22:19
harold aptroot21-Apr-16 22:19 
AnswerRe: Duck-typed script languages, or statically typed "compiled" languages? Pin
Duncan Edwards Jones20-Apr-16 3:44
professionalDuncan Edwards Jones20-Apr-16 3:44 

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.