CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: proxy_lainux

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    5,516

    Re: How convert bytes to ASCII?

    sorry was my mistake for the post, I apologize for that

    And I am using Visual Studio 2012, but i'm very accustomed to use C, and I'm trying to do a software to recover data files deleted

    I...
  2. Replies
    3
    Views
    5,516

    How convert bytes to ASCII?

    Hi

    How can I convert bytes to ASCII?, I read wikipedia about UTF-8 and I understood a little bit about add or split bytes to change the value.

    Now I have those bytes

    0xC7 0xE6 0xC2 0x91...
  3. Replies
    2
    Views
    5,905

    Error with ReadFile and Overlapped

    Hi

    I have a problem with ReadFile and overlapped.

    first I use ReadFile with overlapped with 0


    ZeroMemory(&overlapped ,sizeof(OVERLAPPED));

    hDevice = CreateFileW(zwpath, GENERIC_READ |...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured