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

Search:

Type: Posts; User: jiapei100

Search: Search took 0.03 seconds.

  1. How can I build a COM from C++, which can be fed into C Sharp code?

    Hi, all:

    Sorry for my entry-level question. Just as in the title:

    "How can I build a COM from C++, which can be fed into C Sharp code?"
  2. How to read a file stream entirely into a vector?

    I've got a file to read, well, read to a vector<short> m_vVoice;

    we all know that

    1 ) ios_base->ios->istream->ifstream

    2 ) istream& read ( char* s, streamsize n );


    So, I tried the...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured