help me...how to create limit ascii example
8 bit = 2^8 = 256
9 bit = 2^9 = 512
10 bit = 2^10 =1024
11 bit = 2^11 =2048
12 bit = 2^12 =4096
13 bit = 2^13 =8192
i want to create that for compression to store string in ascii code ..
thx
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
+ Reply to Thread
Results 1 to 5 of 5
|
Click Here to Expand Forum to Full Width |
Bookmarks