Click here to Skip to main content
15,893,381 members
Home / Discussions / C#
   

C#

 
AnswerRe: Only in Release config, SetWindowsHookEx throws error 80004005 Pin
Dave Kreskowiak21-Jul-10 10:22
mveDave Kreskowiak21-Jul-10 10:22 
Question? : Operator Pin
I Believe In GOD21-Jul-10 7:00
I Believe In GOD21-Jul-10 7:00 
AnswerRe: ? : Operator Pin
harold aptroot21-Jul-10 7:02
harold aptroot21-Jul-10 7:02 
GeneralRe: ? : Operator Pin
I Believe In GOD21-Jul-10 7:06
I Believe In GOD21-Jul-10 7:06 
GeneralRe: ? : Operator Pin
harold aptroot21-Jul-10 7:13
harold aptroot21-Jul-10 7:13 
GeneralRe: ? : Operator Pin
I Believe In GOD21-Jul-10 7:12
I Believe In GOD21-Jul-10 7:12 
AnswerRe: ? : Operator Pin
Luc Pattyn21-Jul-10 7:02
sitebuilderLuc Pattyn21-Jul-10 7:02 
GeneralRe: ? : Operator Pin
I Believe In GOD21-Jul-10 7:10
I Believe In GOD21-Jul-10 7:10 
Thank you ,
But for a certain things MSDN is Yak !


http://msdn.microsoft.com/en-us/library/ty67wk28.aspx[^]
The conditional operator is right-associative. The expression a ? b : c ? d : e  is evaluated as a ? b : (c ? d : e), not as (a ? b : c) ? d : e.<br />
<br />
The conditional operator cannot be overloaded.
Dead | X|
I know nothing , I know nothing ...

GeneralRe: ? : Operator Pin
Roger Wright21-Jul-10 7:54
professionalRoger Wright21-Jul-10 7:54 
GeneralRe: ? : Operator Pin
Luc Pattyn21-Jul-10 8:05
sitebuilderLuc Pattyn21-Jul-10 8:05 
GeneralRe: ? : Operator Pin
Roger Wright21-Jul-10 8:35
professionalRoger Wright21-Jul-10 8:35 
GeneralRe: ? : Operator Pin
Eddy Vluggen21-Jul-10 9:12
professionalEddy Vluggen21-Jul-10 9:12 
GeneralRe: ? : Operator Pin
dan!sh 21-Jul-10 9:18
professional dan!sh 21-Jul-10 9:18 
AnswerRe: ? : Operator Pin
dan!sh 21-Jul-10 9:24
professional dan!sh 21-Jul-10 9:24 
AnswerRe: ? : Operator Pin
yu-jian21-Jul-10 9:37
yu-jian21-Jul-10 9:37 
AnswerRe: ? : Operator Pin
brunoseixas22-Jul-10 5:24
brunoseixas22-Jul-10 5:24 
QuestionStopping Process Pin
anveshvm21-Jul-10 6:06
anveshvm21-Jul-10 6:06 
AnswerRe: Stopping Process Pin
PIEBALDconsult21-Jul-10 7:54
mvePIEBALDconsult21-Jul-10 7:54 
GeneralRe: Stopping Process Pin
anveshvm22-Jul-10 2:36
anveshvm22-Jul-10 2:36 
GeneralRe: Stopping Process Pin
PIEBALDconsult22-Jul-10 3:21
mvePIEBALDconsult22-Jul-10 3:21 
GeneralRe: Stopping Process Pin
anveshvm22-Jul-10 4:16
anveshvm22-Jul-10 4:16 
GeneralRe: Stopping Process Pin
PIEBALDconsult22-Jul-10 3:35
mvePIEBALDconsult22-Jul-10 3:35 
AnswerRe: Stopping Process Pin
PIEBALDconsult21-Jul-10 17:36
mvePIEBALDconsult21-Jul-10 17:36 
Questionsave data structure in resource dll Pin
Jassim Rahma21-Jul-10 5:36
Jassim Rahma21-Jul-10 5:36 
AnswerRe: save data structure in resource dll Pin
Ennis Ray Lynch, Jr.21-Jul-10 5:40
Ennis Ray Lynch, Jr.21-Jul-10 5:40 

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.