|
-
Aug 8th, 2006, 12:23 AM
#1
Thread Starter
PowerPoster
[RESOLVED] int against byte
Hi, I need your help………
byte and int are two data typed we used in programming.
byte is 8 bits long and int is 32 bits long.
Since that we can used int type variable instead of byte type variable without any effect to the application or code ( without worry about the resource used )
And also todays' most of the PC's are 32 bits.
If we used int instead of byte it will execute the code quickly?
Is it used more resource than byte?
I'm confusing with this …….
Last edited by eranga262154; Aug 8th, 2006 at 12:24 AM.
Reason: Incomplete
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|