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

Search:

Type: Posts; User: Emapat

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,138

    Re: Call function undirectly

    Thank you very mush for your help :)
  2. Replies
    2
    Views
    1,138

    Call function undirectly

    Hello
    I am programming an executable application (not a dll or any kind of library). I simply want an equivalent of calling function using GetProcAddress and not just a simple typedef because that...
  3. Replies
    3
    Views
    4,889

    Open unicode filename with C++

    Hello

    I have no idea how to open a file which its name is unicode letters ? usually :


    basic_ifstream<wchar_t> src("source.txt");

    Work well to read file with unicode content not filename,...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured