Skip to main content

lilin_fr

lilin_fr 's Public Library

16 Nov 09

Convertir un string en Cstring - C++ - Programmation - FORUM HardWare.fr

    • Bah oui, avec la nouvelle ATL, tu fais juste:

      Code :
      1. CString Convert(const std::string &leopard)
      2. {
      3.   CA2T szr( leopard.c_str() );
      4.   return CString(szr);
      5. }
      6. CString Convert(const std::string &leopard)
      7. {
      8.   USES_CONVERSION;
      9.   return CString(A2CT(leopard.c_str()));
      10. }

13 Nov 09

Phrases from The Hitchhiker's Guide to the Galaxy - Wikipedia, the free encyclopedia

1 - 20 of 1711 Next › Last »
Showing 20 items per page

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo