|
-
Jan 21st, 2012, 06:50 AM
#1
Thread Starter
New Member
longs
how many characters can a long hold?
-
Jan 21st, 2012, 07:55 AM
#2
-
Jan 21st, 2012, 11:27 AM
#3
Re: longs
Or treated as a raw set of bits there are 32 in a Long, so you could cram in 2 normal characters (16 bits), or 4 after ANSI conversion and loss of fidelity (8 bits each), or 8 Hex digits (4 bits each), etc.
-
Jan 21st, 2012, 11:30 AM
#4
Re: longs
Or the answer is infinite. The long can be a pointer to memory space that contains ~ characters
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
|