Click here to Skip to main content
15,892,927 members
Home / Discussions / C#
   

C#

 
Questionint is always 32-bit? Pin
George_George31-Jul-08 2:16
George_George31-Jul-08 2:16 
AnswerRe: int is always 32-bit? Pin
#realJSOP31-Jul-08 2:21
mve#realJSOP31-Jul-08 2:21 
GeneralRe: int is always 32-bit? Pin
George_George31-Jul-08 2:36
George_George31-Jul-08 2:36 
GeneralRe: int is always 32-bit? Pin
#realJSOP31-Jul-08 2:38
mve#realJSOP31-Jul-08 2:38 
GeneralRe: int is always 32-bit? Pin
George_George31-Jul-08 18:52
George_George31-Jul-08 18:52 
QuestionRe: int is always 32-bit? Pin
Mark Salsbery31-Jul-08 9:47
Mark Salsbery31-Jul-08 9:47 
AnswerRe: int is always 32-bit? Pin
George_George31-Jul-08 18:53
George_George31-Jul-08 18:53 
AnswerRe: int is always 32-bit? Pin
Guffa31-Jul-08 3:05
Guffa31-Jul-08 3:05 
George_George wrote:
When using "int", it is always 32-bit?


Yes. In C# an int is always 32 bits.

The keyword int is an alias for the type System.Int32.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: int is always 32-bit? Pin
George_George31-Jul-08 18:53
George_George31-Jul-08 18:53 
AnswerRe: int is always 32-bit? Pin
User 665831-Jul-08 3:21
User 665831-Jul-08 3:21 
GeneralRe: int is always 32-bit? Pin
George_George31-Jul-08 18:55
George_George31-Jul-08 18:55 
AnswerRe: int is always 32-bit? Pin
ElSpinos31-Jul-08 5:02
ElSpinos31-Jul-08 5:02 
GeneralRe: int is always 32-bit? Pin
George_George31-Jul-08 18:55
George_George31-Jul-08 18:55 
AnswerRe: int is always 32-bit? Pin
PIEBALDconsult31-Jul-08 11:55
mvePIEBALDconsult31-Jul-08 11:55 
GeneralRe: int is always 32-bit? Pin
George_George31-Jul-08 18:56
George_George31-Jul-08 18:56 
QuestionExecute a command "netstat" remotley and pipe results back to remote machine Pin
Member 241057231-Jul-08 1:35
Member 241057231-Jul-08 1:35 
AnswerRe: Execute a command "netstat" remotley and pipe results back to remote machine Pin
#realJSOP31-Jul-08 2:18
mve#realJSOP31-Jul-08 2:18 
AnswerRe: Execute a command "netstat" remotley and pipe results back to remote machine Pin
Brady Kelly31-Jul-08 2:45
Brady Kelly31-Jul-08 2:45 
QuestionConverting Word Doc to PDF on runtime Pin
Zuhair Rizvi31-Jul-08 1:34
Zuhair Rizvi31-Jul-08 1:34 
AnswerRe: Converting Word Doc to PDF on runtime Pin
Simon P Stevens31-Jul-08 1:48
Simon P Stevens31-Jul-08 1:48 
GeneralRe: Converting Word Doc to PDF on runtime Pin
Thomas Stockwell31-Jul-08 2:06
professionalThomas Stockwell31-Jul-08 2:06 
GeneralRe: Converting Word Doc to PDF on runtime Pin
Simon P Stevens31-Jul-08 2:27
Simon P Stevens31-Jul-08 2:27 
AnswerRe: Converting Word Doc to PDF on runtime Pin
Thomas Stockwell31-Jul-08 2:16
professionalThomas Stockwell31-Jul-08 2:16 
QuestionProgress Bar Problem Pin
Syed Shahid Hussain31-Jul-08 1:08
Syed Shahid Hussain31-Jul-08 1:08 
AnswerRe: Progress Bar Problem [modified] Pin
Simon P Stevens31-Jul-08 1:14
Simon P Stevens31-Jul-08 1:14 

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.