CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7

Threaded View

  1. #1
    Join Date
    Jun 2009
    Posts
    6

    Angry strcat a char to open a file in C++ MFC environment

    Hello,

    I am using the code below to open a file but for some reason it is not reading anything. The function takes a char * and it complies and runs without error. Just that when I try to see the output it never open the file. Below is the code I wrote:
    Last edited by trasha001; July 8th, 2009 at 10:07 AM. Reason: Already solved

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