'CString'에 해당되는 글 1건

  1. 2008.01.10 How to convert from CString to std::string?
2008. 1. 10. 15:55
There are really many ways to do it.

But, the simplest one is just this -


Note that as discussed in this post, CStringA is a template specialization of class CStringT for type char avaílable with Visual Studio 7.x and better.



CString 을 string 으로 변환할 일이 있었는데 VS 6.0 에서는 먹히던 방법이 VS 2005 에서 안먹히길래 다른 방법을 찾아봤습니다.

구글링을 해보니 금새 나오는군요 ;)
Posted by envi