Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
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 
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 
that would compile, however it too does not make sense to me. the variable starts by holding zero, so why compare it to " " in the original code (something it can't hold), or to null here (something it could but won't hold).

start by telling what you do want (in functional terms, not in bad code), before you attempt to code it.

BTW: the best way (quality wise and speed wise) to learn a new programming language (or programming in general), is by choosing, buying, and studying a book on the subject. And I do mean a real book, not an e-book or a web course.

Smile | :)
Luc Pattyn [My Articles] Nil Volentibus Arduum

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 
QuestionHow to auto scroll listbox on selection? Pin
GubiD12-Jan-12 5:52
GubiD12-Jan-12 5:52 

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.