Click here to Skip to main content
16,006,749 members
Home / Discussions / C#
   

C#

 
GeneralRe: quick syntax question Pin
Luc Pattyn26-Apr-10 9:21
sitebuilderLuc Pattyn26-Apr-10 9:21 
GeneralRe: quick syntax question Pin
Michel Godfroid26-Apr-10 9:34
Michel Godfroid26-Apr-10 9:34 
GeneralRe: quick syntax question Pin
Luc Pattyn26-Apr-10 9:44
sitebuilderLuc Pattyn26-Apr-10 9:44 
JokeRe: quick syntax question Pin
Not Active26-Apr-10 10:07
mentorNot Active26-Apr-10 10:07 
GeneralRe: quick syntax question Pin
Luc Pattyn26-Apr-10 10:32
sitebuilderLuc Pattyn26-Apr-10 10:32 
GeneralRe: quick syntax question Pin
Luc Pattyn26-Apr-10 9:47
sitebuilderLuc Pattyn26-Apr-10 9:47 
GeneralRe: quick syntax question Pin
Michel Godfroid26-Apr-10 10:32
Michel Godfroid26-Apr-10 10:32 
GeneralRe: quick syntax question Pin
harold aptroot26-Apr-10 10:43
harold aptroot26-Apr-10 10:43 
I didn't find much, but I did find "The expressions of an argument list are always evaluated in the order they are written. " on page 182/553 of the C# 2 spec (4th edition / June 2006)
I'm not sure whether that still applies to C# 4 - I'll download the new spec (I don't really know why I still had that old one)
And in 14.2 (page 172) of the same document I found "The order in which operands in an expression are evaluated, is left to right. [Example: In F(i) + G(i++) * H(i), method F is called using the old value of i, then method G is called with the old value of i, and, finally, method H is called with the new value of i. This is separate from and unrelated to operator precedence. end example] "

edit: IMO that [the first quote] supports my claim that MS had inserted sequence points in method argument evaluation, they're just not calling it that..
GeneralRe: quick syntax question Pin
Luc Pattyn26-Apr-10 10:57
sitebuilderLuc Pattyn26-Apr-10 10:57 
GeneralRe: quick syntax question [modified] Pin
harold aptroot26-Apr-10 11:24
harold aptroot26-Apr-10 11:24 
GeneralRe: quick syntax question Pin
Luc Pattyn26-Apr-10 11:51
sitebuilderLuc Pattyn26-Apr-10 11:51 
GeneralRe: quick syntax question Pin
Michel Godfroid26-Apr-10 12:21
Michel Godfroid26-Apr-10 12:21 
GeneralRe: quick syntax question Pin
Luc Pattyn26-Apr-10 12:32
sitebuilderLuc Pattyn26-Apr-10 12:32 
GeneralRe: quick syntax question Pin
Luc Pattyn26-Apr-10 12:17
sitebuilderLuc Pattyn26-Apr-10 12:17 
GeneralRe: quick syntax question Pin
Luc Pattyn26-Apr-10 12:34
sitebuilderLuc Pattyn26-Apr-10 12:34 
AnswerRe: quick syntax question Pin
mprice21426-Apr-10 9:03
mprice21426-Apr-10 9:03 
Question"Fade Panel" control or method Pin
Jon Hulatt26-Apr-10 6:02
Jon Hulatt26-Apr-10 6:02 
AnswerRe: "Fade Panel" control or method Pin
Not Active26-Apr-10 6:18
mentorNot Active26-Apr-10 6:18 
AnswerRe: "Fade Panel" control or method [modified] Pin
Rutvik Dave26-Apr-10 7:14
professionalRutvik Dave26-Apr-10 7:14 
AnswerRe: "Fade Panel" control or method [modified] Pin
#realJSOP26-Apr-10 7:25
professional#realJSOP26-Apr-10 7:25 
QuestionMeaning of de code vb.net Pin
skskhoukhita201026-Apr-10 5:12
skskhoukhita201026-Apr-10 5:12 
AnswerRe: Meaning of de code vb.net Pin
Richard MacCutchan26-Apr-10 5:19
mveRichard MacCutchan26-Apr-10 5:19 
GeneralRe: Meaning of de code vb.net Pin
skskhoukhita201026-Apr-10 5:24
skskhoukhita201026-Apr-10 5:24 
AnswerRe: Meaning of de code vb.net Pin
Michel Godfroid26-Apr-10 5:35
Michel Godfroid26-Apr-10 5:35 
GeneralRe: Meaning of de code vb.net Pin
skskhoukhita201026-Apr-10 6:09
skskhoukhita201026-Apr-10 6: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.