[C++/CLI] Marshaling in C++
Overview of Marshaling in C++ http://msdn.microsoft.com/library/bb384865.aspx marshal_context Class http://msdn.microsoft.com/library/bb384854.aspx marshal_as http://msdn.microsoft.com/library/bb384859.aspx How to: Extend the Marshaling Library http://msdn.microsoft.com/library/bb531313.aspx
Code/Hybrid
2010. 5. 17. 15:13
[C++] How to: Convert Between Various String Types
'CString' to 'std::string': CString cs("Hello"); std::string s((LPCTSTR)cs); 'std::string' to 'CString': std::string s("Hello"); CString cs(s.c_str()); 1. CString -> std::string CString str = "hello"; std::string stdStr = str.GetBuffer(0); 2. std::string -> CString std::string stdStr = "hello"; CString str = stdStr.c_str(); How to: Convert Between Various String Types http://msdn.microsoft.com/l..
Code/C C++
2010. 5. 17. 14:26
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 유틸리티
- Automation
- autohotkey
- java
- iTextSharp
- Service pack
- Sample Code
- Regular Expressions
- iText
- AdSense감추기
- ScreenHunter
- WinAutomation
- tagREADYSTATE
- 애드센스숨기기
- 스크린캡쳐
- download.com
- jre
- registry
- c#
- windows
- DotNetMagic
- READYSTATE_COMPLETE
- Microsoft
- AdSense숨기기
- .net framework
- Phalanger
- 애드센스감추기
- AxWebBrowser
- Rollback Rx
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 |
글 보관함