- 5인용C++스터디/소켓프로그래밍 . . . . 8 matches
기초 클래스가 CAsyncSocket인 새로운 클래스 CListenSock, CChildSock을 새로 생성한다.
[클래스위저드]의 CListenSock에 가상 함수 OnAccept()를 추가한 후 다음 라인을 삽입한다.
CListenSock* m_pServer;
m_pServer = new CListenSock;
((CListBox*)m_pMainWnd->GetDlgItem(IDC_LIST1))->InsertString(-1, strText);
((CListBox*)m_pMainWnd->GetDlgItem(IDC_LIST1))->InsertString(-1, strText);
((CListBox*)m_pMainWnd->GetDlgItem(IDC_LIST1))->InsertString(-1, strText);
((CListBox*)m_pMainWnd->GetDlgItem(IDC_LIST1))->InsertString(-1, strText);
- MFC/CollectionClass . . . . 5 matches
객체들의 컬렉션은 CArray, CList, CMap 템플릿 클래스들에 의해서 지원된다. 객체 포인터의 컬렉션은 {{{~cpp CTypedPtrArray, CTypedPtrList, CTypedPtrMap}}} 클래스들에 의해서 지원된다.
== CList ==
{{{~cpp CList<ObjectType, ObjectType&> aList
CList<저장될 객체의 형식, 사용되는 인수의 형식> aList
''제공되는 멤버 함수들은 CList에 의해서 제공되는 것들과 거의 비슷하며, 연산이 포인터에 대해서 행해진다는 것은 다른 점이다.''
- 레밍즈프로젝트/프로토타입/STLLIST . . . . 4 matches
|| CList || [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmfc98/html/_mfc_cstring.asp] ||
|| CList 사용 || [http://blog.naver.com/ryudk01.do?Redirect=Log&logNo=120007965930] ||
= 대략적인 CList =
|| CList || Constructs an empty ordered list. ||
- Gof/Singleton . . . . 2 matches
CList <CNSingleton*, CNSingleton*>* m_ContainerOfSingleton;
m_ContainerOfSingleton = new CList <CNSingleton*, CNSingleton*>;
Found 4 matching pages out of 7555 total pages (5000 pages are searched)
You can also click here to search title.