Advertisement
Naohiro19

atlstr.h and atlconv.h test

Apr 2nd, 2014
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #include <iostream>
  2. #include <atlstr.h>
  3. #include <atlconv.h>
  4.  
  5. int main()
  6. {
  7. std::cout << CW2A(CString("テスト文字列")) << std::endl;
  8. return 0;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement