C
C Newby
Is there a difference between the C# "int" and System.Int32 ??? TIA//
C Newby said:Is there a difference between the C# "int" and System.Int32 ??? TIA//
C said:Is there a difference between the C# "int" and System.Int32 ??? TIA//
C Newby said:That is as I thought.
But I was wondering ... so far as I remember, there was an intrinsic
integer type in Java. Is there any reason to think that the .NET
implementation of integers would suffer from performance problems (in
comparison to Java), even if only slightly? Or is the Java
implementation in fact the same and I'm just remembering it
incorrectly?
C Newby said:Thanks Jon. I looked around a little on MSDN as to how Int32 is handled by
the runtime, but I didn't see anything. Could you either elaborate on the
subject some more or direct me to a reference? Thanks again//
C Newby said:That is as I thought.
But I was wondering ... so far as I remember, there was an intrinsic integer
type in Java. Is there any reason to think that the .NET implementation of
integers would suffer from performance problems (in comparison to Java),
even if only slightly? Or is the Java implementation in fact the same and
I'm just remembering it incorrectly?
TIA//