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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

STL for Visual C++ 2

Status
Not open for further replies.
Mar 13, 2000
20
CA
As far as I know, Visual C++ does not support STL (standard template library) (please correct me if I am wrong). However, I want to have STL available in Visual C++. Please let me know what I should do.<br>
<br>
Thank you.<br>
<br>

 
it does support STL(least to a partial extent)<br>
whenever you do namespace , and #include&lt;iostream&gt;(wihout the .h), yuo are using the STL<br>
(correct me as well if i am wrong) <p>Karl<br><a href=mailto:kb244@bellsouth.net>kb244@bellsouth.net</a><br><a href= </a><br>Experienced in , or have messed with : VC++, Borland C++ Builder, VB-Dos, VB1 thru VB6, Delphi 3 pro, Borland C++ 3(DOS), Borland C++ 4.5, HTML, ASP(somewhat), QBasic(hehe, yea it was 4.5 too, least i didnt start with COBOL)
 
Thanks! what your described is what I am looking for. My following questions are:<br>
1. Can I use the mentioned STL (which is in the Standard C++ Library) and MFC together in a Visual C++ program?<br>
2. Have MFC already had somethings look like STL?<br>
<br>
Please let me know. Thank you.<br>

 
hehe you should be able to , the standard library, is always enabled, so that if some1 learned the C++ standard, they can just type it in, and you can have MFC and STL i cant see why not. <p>Karl<br><a href=mailto:kb244@bellsouth.net>kb244@bellsouth.net</a><br><a href= </a><br>Experienced in , or have messed with : VC++, Borland C++ Builder, VB-Dos, VB1 thru VB6, Delphi 3 pro, Borland C++ 3(DOS), Borland C++ 4.5, HTML, ASP(somewhat), QBasic(hehe, yea it was 4.5 too, least i didnt start with COBOL)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top