Click here to Skip to main content
15,896,063 members
Home / Discussions / C#
   

C#

 
Questiondouble v. Double? Pin
prrusa12-Mar-06 5:56
prrusa12-Mar-06 5:56 
AnswerRe: double v. Double? Pin
Stanciu Vlad12-Mar-06 6:12
Stanciu Vlad12-Mar-06 6:12 
GeneralRe: double v. Double? Pin
prrusa12-Mar-06 6:25
prrusa12-Mar-06 6:25 
GeneralRe: double v. Double? Pin
Jon Sagara12-Mar-06 7:41
Jon Sagara12-Mar-06 7:41 
AnswerRe: double v. Double? Pin
Ed.Poore12-Mar-06 7:44
Ed.Poore12-Mar-06 7:44 
GeneralRe: double v. Double? Pin
Guffa12-Mar-06 10:40
Guffa12-Mar-06 10:40 
GeneralRe: double v. Double? Pin
Ed.Poore12-Mar-06 11:09
Ed.Poore12-Mar-06 11:09 
GeneralRe: double v. Double? Pin
turbochimp12-Mar-06 19:43
turbochimp12-Mar-06 19:43 
I agree, there is a different conception of the shorthand 'int' between classic C and managed languages using the common type system, since the CTS doesn't consult the system on which it's compiled to see what size an integer should be.
However that's not the same as saying 'int' will always represent a 32 bit integer. I think the idea is that if, say, 64 bit systems became the standard, 'int' might eventually map to Int64. Obviously, that would require a release of the framework (or at least the CTS), but the possibility definitely exists, and there are numerous warnings to that effect in the documentation. In such a case, source compiled using 'int' could take on a different meaning than code written using the (more explicit) 'Int32' under the updated type system.
That said, do I typically fully qualify all of my integral type declarations? No, not really. Do I lay awake nights worrying about it? No, not really. Smile | :)

The most exciting phrase to hear in science, the one that heralds the most discoveries, is not 'Eureka!' ('I found it!') but 'That's funny...’

Questionsplash screen Pin
Vineet Rajan12-Mar-06 5:19
Vineet Rajan12-Mar-06 5:19 
AnswerRe: splash screen Pin
Colin Angus Mackay12-Mar-06 5:39
Colin Angus Mackay12-Mar-06 5:39 
QuestionHow I Can Design this Form ? Pin
mm31012-Mar-06 4:52
mm31012-Mar-06 4:52 
AnswerRe: How I Can Design this Form ? Pin
Ed.Poore12-Mar-06 4:59
Ed.Poore12-Mar-06 4:59 
GeneralRe: How I Can Design this Form ? Pin
mm31012-Mar-06 8:59
mm31012-Mar-06 8:59 
GeneralRe: How I Can Design this Form ? Pin
Luis Alonso Ramos12-Mar-06 17:35
Luis Alonso Ramos12-Mar-06 17:35 
QuestionIIS Access denies Pin
mohdmeraj12-Mar-06 3:46
mohdmeraj12-Mar-06 3:46 
AnswerRe: IIS Access denies Pin
Dave Kreskowiak12-Mar-06 16:28
mveDave Kreskowiak12-Mar-06 16:28 
AnswerRe: IIS Access denies Pin
Luis Alonso Ramos12-Mar-06 17:38
Luis Alonso Ramos12-Mar-06 17:38 
QuestionGZipStream, CryptoStream and NetworkStream interaction Pin
Marc Clifton12-Mar-06 2:59
mvaMarc Clifton12-Mar-06 2:59 
AnswerRe: GZipStream, CryptoStream and NetworkStream interaction Pin
Ed.Poore12-Mar-06 4:54
Ed.Poore12-Mar-06 4:54 
GeneralRe: GZipStream, CryptoStream and NetworkStream interaction Pin
Marc Clifton12-Mar-06 7:14
mvaMarc Clifton12-Mar-06 7:14 
GeneralRe: GZipStream, CryptoStream and NetworkStream interaction Pin
Ed.Poore12-Mar-06 7:40
Ed.Poore12-Mar-06 7:40 
GeneralRe: GZipStream, CryptoStream and NetworkStream interaction Pin
Marc Clifton12-Mar-06 7:44
mvaMarc Clifton12-Mar-06 7:44 
GeneralRe: GZipStream, CryptoStream and NetworkStream interaction Pin
Ed.Poore12-Mar-06 7:51
Ed.Poore12-Mar-06 7:51 
GeneralRe: GZipStream, CryptoStream and NetworkStream interaction Pin
Marc Clifton12-Mar-06 10:28
mvaMarc Clifton12-Mar-06 10:28 
GeneralRe: GZipStream, CryptoStream and NetworkStream interaction Pin
Ed.Poore12-Mar-06 11:11
Ed.Poore12-Mar-06 11:11 

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.