Click here to Skip to main content
15,880,469 members
Home / Discussions / C#
   

C#

 
GeneralRe: OS architecture vs compiling issues Pin
turbosupramk312-Jan-12 17:58
turbosupramk312-Jan-12 17:58 
GeneralRe: OS architecture vs compiling issues Pin
turbosupramk313-Jan-12 4:11
turbosupramk313-Jan-12 4:11 
AnswerRe: OS architecture vs compiling issues Pin
Luc Pattyn13-Jan-12 4:24
sitebuilderLuc Pattyn13-Jan-12 4:24 
GeneralRe: OS architecture vs compiling issues Pin
turbosupramk313-Jan-12 4:46
turbosupramk313-Jan-12 4:46 
AnswerRe: OS architecture vs compiling issues Pin
Luc Pattyn13-Jan-12 5:26
sitebuilderLuc Pattyn13-Jan-12 5:26 
QuestionOperator '==' cannot be applied to operands of type 'string' and 'int' Pin
bigphish12-Jan-12 8:01
bigphish12-Jan-12 8:01 
AnswerRe: Operator '==' cannot be applied to operands of type 'string' and 'int' Pin
Luc Pattyn12-Jan-12 8:10
sitebuilderLuc Pattyn12-Jan-12 8:10 
GeneralRe: Operator '==' cannot be applied to operands of type 'string' and 'int' Pin
bigphish12-Jan-12 8:13
bigphish12-Jan-12 8:13 
Thnks for the reply Luc.
will the below code can give the same result?
int? legseq = 0;
                if (legseq == null)
                {
                    legseq = 0;
                }

AnswerRe: Operator '==' cannot be applied to operands of type 'string' and 'int' PinPopular
Luc Pattyn12-Jan-12 8:28
sitebuilderLuc Pattyn12-Jan-12 8:28 
GeneralRe: Operator '==' cannot be applied to operands of type 'string' and 'int' Pin
Pete O'Hanlon12-Jan-12 8:48
mvePete O'Hanlon12-Jan-12 8:48 
GeneralRe: Operator '==' cannot be applied to operands of type 'string' and 'int' Pin
harold aptroot12-Jan-12 8:18
harold aptroot12-Jan-12 8:18 
GeneralMessage Removed Pin
12-Jan-12 10:44
professionalN_tro_P12-Jan-12 10:44 
GeneralRe: Operator '==' cannot be applied to operands of type 'string' and 'int' Pin
harold aptroot12-Jan-12 10:49
harold aptroot12-Jan-12 10:49 
GeneralMessage Removed Pin
12-Jan-12 10:54
professionalN_tro_P12-Jan-12 10:54 
GeneralRe: Operator '==' cannot be applied to operands of type 'string' and 'int' Pin
harold aptroot12-Jan-12 10:56
harold aptroot12-Jan-12 10:56 
AnswerRe: Operator '==' cannot be applied to operands of type 'string' and 'int' Pin
Luc Pattyn12-Jan-12 15:48
sitebuilderLuc Pattyn12-Jan-12 15:48 
GeneralRe: Operator '==' cannot be applied to operands of type 'string' and 'int' Pin
BillWoodruff12-Jan-12 16:14
professionalBillWoodruff12-Jan-12 16:14 
AnswerRe: Operator '==' cannot be applied to operands of type 'string' and 'int' Pin
Abhinav S12-Jan-12 17:48
Abhinav S12-Jan-12 17:48 
AnswerRe: Operator '==' cannot be applied to operands of type 'string' and 'int' Pin
V.12-Jan-12 20:44
professionalV.12-Jan-12 20:44 
GeneralRe: Operator '==' cannot be applied to operands of type 'string' and 'int' Pin
bigphish12-Jan-12 23:03
bigphish12-Jan-12 23:03 
GeneralRe: Operator '==' cannot be applied to operands of type 'string' and 'int' Pin
BobJanova12-Jan-12 23:17
BobJanova12-Jan-12 23:17 
AnswerRe: Operator '==' cannot be applied to operands of type 'string' and 'int' Pin
V.12-Jan-12 23:18
professionalV.12-Jan-12 23:18 
GeneralRe: Operator '==' cannot be applied to operands of type 'string' and 'int' Pin
Wayne Gaylard12-Jan-12 23:19
professionalWayne Gaylard12-Jan-12 23:19 
GeneralRe: Operator '==' cannot be applied to operands of type 'string' and 'int' Pin
bigphish13-Jan-12 8:35
bigphish13-Jan-12 8:35 
AnswerRe: Operator '==' cannot be applied to operands of type 'string' and 'int' Pin
Mc_Topaz13-Jan-12 4:07
Mc_Topaz13-Jan-12 4:07 

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.