- Cpp에서의가변인자 . . . . 5 matches
C의 io 라이브러리인 printf에 쓰이는 그것이다. 또는 MFC - CString의 CString::Format이나 CString::AppendFormat에 쓰이는 그것이기도 하다. 함수 쓸때 ...이라고 나오는 인자를 가변인자라고 한다. 이렇게 하면 인자를 여러개를 받을 수 있다.
CString str;
CString str;
- 데블스캠프2009/목요일/연습문제/MFC/서민관 . . . . 2 matches
CString strAboutMenu;
CString strAboutMenu;
- 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;
- 위키에 코드컬러라이저 추가하기 . . . . 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 12 matching pages out of 7555 total pages (3780 pages are searched)
You can also click here to search title.