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

Search:

Type: Posts; User: jjsun

Search: Search took 0.02 seconds.

  1. Re: File Stream change its address during writing text contents to the stream

    Thanks Paul and S_M_A.

    The problem is solved now, the other buffer overrun cause the file stream address changed.

    Regards,

    Jason
  2. Re: File Stream change its address during writing text contents to the stream

    Thanks Paul.

    The file stream pointer is global and initialized variable, I did some debug on this file stream, the address was changed to 0x00000000 or 0xsomeFFFF sometime or oxFFFFFFFF other...
  3. File Stream change its address during writing text contents to the stream

    Hi guys,

    I wrote a program to write text contents to file stream through fputs, the file stream address was changed
    in the middle of writing text content to the stream (11% text content have...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured