- 5인용C++스터디/소켓프로그래밍 . . . . 11 matches
void SendData(CString& strData);
void CServerApp::SendData(CString& strData)
CString strText;
CString strText;
CString strData;
CString m_strAddress;
void SendData(CString& strData);
void CClientApp::SendData(CString& strData)
CString strText;
CString strText;
CString strData;
- GuiTestingWithMfc . . . . 7 matches
CString str;
bool isSameString (CString& str1, PSTR str2) {
CString str;
CString str;
CString str;
CString str;
CString str;
- Cpp에서의가변인자 . . . . 5 matches
C의 io 라이브러리인 printf에 쓰이는 그것이다. 또는 MFC - CString의 CString::Format이나 CString::AppendFormat에 쓰이는 그것이기도 하다. 함수 쓸때 ...이라고 나오는 인자를 가변인자라고 한다. 이렇게 하면 인자를 여러개를 받을 수 있다.
CString str;
CString str;
- DebuggingSeminar_2005/AutoExp.dat . . . . 2 matches
CStringList =count=<m_nCount>
ATL::CStringT<*> =<m_pszData>
- ProjectSemiPhotoshop/SpikeSolution . . . . 2 matches
CString filetype;
CString filetype;
- STL/vector . . . . 2 matches
m_inputMessage.~vector<CString>();
new ( &m_inputMessage ) vector<CString>();
- 데블스캠프2009/목요일/연습문제/MFC/서민관 . . . . 2 matches
CString strAboutMenu;
CString strAboutMenu;
- 레밍즈프로젝트/프로토타입 . . . . 2 matches
참고 : MFC에서는 [(zeropage)STL/String] 보다는 CString 클래스를 사용하는게 [(zeropage)MFC/Serialize]를 하는데 용이하다고 한다.
참고2 : [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmfc98/html/_mfc_cstring.asp MSDN_CString]
- 5인용C++스터디/에디트박스와콤보박스 . . . . 1 match
CString str;
- ACE/CallbackExample . . . . 1 match
ACE_CString data(">> ");
- EffectiveC++ . . . . 1 match
동적 메모리 할당을 행하는 클래스들은 메모리를 할당하기 위해서 생성자에 new를 쓴다. (CString class같은것들?)[[BR]]
- MFC/Print . . . . 1 match
|| m_strPageDesc || CString 객체로 프린트 preview 동안에 페이지 번호를 나타내기 위해 프레임 웍에서 사용되는 포맷 문자열을 포함한다. ||
- MFC/Serialize . . . . 1 match
(float, double, BYTE, int, LONG, WORD, DWORD, CObject*, CString, SIZE, CSize, POINT, CPoint, RECT, CRect, CTime, CTimeSpan 이 오버라이딩 되어있다.)
- MoreEffectiveC++/Techniques2of3 . . . . 1 match
물론 이의 이름은 String과 다른 이름을 매겨야 하겠지만,(아마 RCString정도?) 하지만 String자체를 구현한다는 의미로 그냥 이름은 유지하고, 앞으로 말할 참조세기를 적용시킨 String 객체를 만들어 나가겠다.
- 데블스캠프2009/목요일/연습문제/MFC/김태욱 . . . . 1 match
CString strAboutMenu;
- 데블스캠프2009/목요일/연습문제/MFC/박준호 . . . . 1 match
CString strAboutMenu;
- 데블스캠프2009/목요일/연습문제/MFC/송지원 . . . . 1 match
CString strAboutMenu;
- 데블스캠프2009/목요일/연습문제/MFC/정종록 . . . . 1 match
CString strAboutMenu;
- 위키에 코드컬러라이저 추가하기 . . . . 1 match
그런데 MoinMoin:ParserMarket 에 [http://bbs.rhaon.co.kr/mywiki/moin.cgi/ProgrammingTips_2fCStringFormat Example]이라 된 곳에서는 잘 사용하고 있는것이다...[[BR]]
import string, sys, cStringIO
buff = cStringIO.StringIO()
import string, sys, cStringIO
buff = cStringIO.StringIO()
Found 19 matching pages out of 7555 total pages (5000 pages are searched)
You can also click here to search title.