Created Date : 2011.05.27
Language : C++ /MFC
Tool : Visual Studio C++ 2010
Library & Utilized : CAsyncSocket class
Reference : -
Etc. : -
This source is simple chatting program using CAsyncSocket class in MFC.
The source is useful for someone who want to make chatting program simple and quickly.
--------------------------------------------------------------------
CAsyncSocket 클래스를 이용한 간단한 채팅 프로그램입니다.
처음 채팅 프로그램을 시작하거나 간단하게 데이터 전송을 하고 싶은 분은, 이 소스를 이용해서 쉽게 접근 할 수 있을 것 같네요.