CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Dec 2011
    Posts
    6

    help me...how to create limit ascii

    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

  2. #2
    Join Date
    Jul 2006
    Location
    Germany
    Posts
    3,725

    Re: help me...how to create limit ascii

    It does not become clear what you actually want to do.
    Please be more specific.

    Do you want to implement a compression algorithm?

  3. #3
    Join Date
    Dec 2011
    Posts
    6

    Re: help me...how to create limit ascii

    Quote Originally Posted by WoF View Post
    It does not become clear what you actually want to do.
    Please be more specific.

    Do you want to implement a compression algorithm?
    yes ok i will be more spesific

  4. #4
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: help me...how to create limit ascii

    Quote Originally Posted by Denightman View Post
    yes ok i will be more spesific
    hmm.. Much better.
    Always use [code][/code] tags when posting code.

  5. #5
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: help me...how to create limit ascii

    Quote Originally Posted by Denightman View Post
    yes ok i will be more spesific
    Don't be shy. Show us your code, then we'll show you ours...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured