Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. aljehin

    BSTR <-> char* conversion(s) (implemented as C++ class)

    #include &lt;comdef.h&gt;<br><br>#ifndef _CONV_H<br>#define _CONV_H<br><br><br><br>class toBSTR <br>{<br><br>public:<br><br>&nbsp;&nbsp;&nbsp;// Foreign constructors<br>&nbsp;&nbsp;&nbsp;toBSTR (const char&nbsp;&nbsp;&nbsp;&nbsp;*p8);<br>&nbsp;&nbsp;&nbsp;toBSTR (const wchar_t...

Part and Inventory Search

Back
Top