CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2008
    Posts
    4

    ÿ problem in pdf's

    hi,

    I'm doing huffman coding, the problem is, when i code pdf's it is decoded perfectly except for the "ÿ" character.this character fails to appear in my output pdf.I am opening all my files in binary mode.the "ÿ" character is supposedly eof.so does it have anything to do with that?

  2. #2
    Join Date
    Jun 2004
    Location
    India
    Posts
    432

    Re: ÿ problem in pdf's

    Can you provide your file writing code?
    Say no to supplying ready made code for homework/work assignments!!

    Please rate this post!

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