• 파일시티 이벤트
  • LF몰 이벤트
  • 캠퍼스북
  • 서울좀비 이벤트
  • 탑툰 이벤트
  • 닥터피엘 이벤트
  • 아이템베이 이벤트
  • 아이템매니아 이벤트

C++ GUI 소켓 채팅 프로그램 (네트워크 소켓 프로그래밍)

*동*
개인인증판매자스토어
최초 등록일
2016.08.18
최종 저작일
2016.08
파일확장자 압축파일
가격 3,500원 할인쿠폰받기
다운로드
장바구니

소개글

비쥬얼 스튜디오(Visual Studio)에서 작성한 C++ GUI 소켓 채팅 프로그램입니다. 프로그램은 기본적으로 서버를 실행시킨 뒤에 클라이언트들이 해당 서버에 접속해서 서로 채팅을 할 수 있게 하는 것이 기본적인 목표입니다. 소스 코드 자체가 주석이 필요하지 않을 만큼 어렵지 않게 구성이 되어 있으며, 한마디로 아주 우수한 프로젝트라고 할 수 있습니다. 뿐만 아니라 클라이언트끼리는 서로 글씨체나 글자 색상을 조절할 수 있는 부가적인 기능도 추가하였습니다.

● 압축 파일 내용 ●

- 실행 파일 : Server, Client의 실행 파일이 담긴 폴더
- 전체 프로그램 소스 파일 : 비쥬얼 스튜디오 혹은 기타 개발 환경에서 바로 작업 가능한 전체 소스 파일
- 실행 화면.jpg : 대표적인 실행 화면을 보여주는 캡처 이미지
- 프로그램 설명.txt : 간단한 프로그램 설명이 적힌 텍스트 파일

컴파일 실행환경

Microsoft Visual C++, Microsoft Visual Studio, Visual C++, Visual Studio

압축파일 내 파일목록

실행 파일/ChatClient.exe
실행 파일/ChatServer.exe
실행 화면.jpg
전체 프로그램 소스 파일/Socket Chat Application/.vs/Socket Chat Application/v14/.suo
전체 프로그램 소스 파일/Socket Chat Application/ChatClient/ChatClient.vcxproj
전체 프로그램 소스 파일/Socket Chat Application/ChatClient/ChatClient.vcxproj.filters
전체 프로그램 소스 파일/Socket Chat Application/ChatClient/Debug/.NETFramework,Version=v4.5.2.AssemblyAttributes.asm
전체 프로그램 소스 파일/Socket Chat Application/ChatClient/Debug/.NETFramework,Version=v4.5.2.AssemblyAttributes.obj
전체 프로그램 소스 파일/Socket Chat Application/ChatClient/Debug/ChatClient.Build.CppClean.log
전체 프로그램 소스 파일/Socket Chat Application/ChatClient/Debug/ChatClient.log
전체 프로그램 소스 파일/Socket Chat Application/ChatClient/Debug/ChatClient.MyForm.resources
전체 프로그램 소스 파일/Socket Chat Application/ChatClient/Debug/ChatClient.tlog/ChatClient.lastbuildstate
전체 프로그램 소스 파일/Socket Chat Application/ChatClient/Debug/ChatClient.tlog/ChatClient.write.1u.tlog
전체 프로그램 소스 파일/Socket Chat Application/ChatClient/Debug/ChatClient.tlog/CL.command.1.tlog
전체 프로그램 소스 파일/Socket Chat Application/ChatClient/Debug/ChatClient.tlog/CL.read.1.tlog
전체 프로그램 소스 파일/Socket Chat Application/ChatClient/Debug/ChatClient.tlog/CL.write.1.tlog
전체 프로그램 소스 파일/Socket Chat Application/ChatClient/Debug/ChatClient.tlog/link.command.1.tlog
전체 프로그램 소스 파일/Socket Chat Application/ChatClient/Debug/ChatClient.tlog/link.read.1.tlog
전체 프로그램 소스 파일/Socket Chat Application/ChatClient/Debug/ChatClient.tlog/link.write.1.tlog
전체 프로그램 소스 파일/Socket Chat Application/ChatClient/Debug/ChatClient.tlog/metagen.read.1.tlog
전체 프로그램 소스 파일/Socket Chat Application/ChatClient/Debug/ChatClient.tlog/metagen.write.1.tlog
전체 프로그램 소스 파일/Socket Chat Application/ChatClient/Debug/ChatClient.vcxproj.GenerateResource.Cache
전체 프로그램 소스 파일/Socket Chat Application/ChatClient/Debug/ChatClient.vcxprojResolveAssemblyReference.cache
전체 프로그램 소스 파일/Socket Chat Application/ChatClient/Debug/MyForm.obj
전체 프로그램 소스 파일/Socket Chat Application/ChatClient/Debug/vc140.pdb
전체 프로그램 소스 파일/Socket Chat Application/ChatClient/MyForm.cpp
전체 프로그램 소스 파일/Socket Chat Application/ChatClient/MyForm.h
전체 프로그램 소스 파일/Socket Chat Application/ChatClient/MyForm.resx
전체 프로그램 소스 파일/Socket Chat Application/ChatServer/ChatServer.vcxproj
전체 프로그램 소스 파일/Socket Chat Application/ChatServer/ChatServer.vcxproj.filters
전체 프로그램 소스 파일/Socket Chat Application/ChatServer/Debug/.NETFramework,Version=v4.5.2.AssemblyAttributes.asm
전체 프로그램 소스 파일/Socket Chat Application/ChatServer/Debug/.NETFramework,Version=v4.5.2.AssemblyAttributes.obj
전체 프로그램 소스 파일/Socket Chat Application/ChatServer/Debug/ChatServer.Build.CppClean.log
전체 프로그램 소스 파일/Socket Chat Application/ChatServer/Debug/ChatServer.log
전체 프로그램 소스 파일/Socket Chat Application/ChatServer/Debug/ChatServer.MyForm.resources
전체 프로그램 소스 파일/Socket Chat Application/ChatServer/Debug/ChatServer.tlog/ChatServer.lastbuildstate
전체 프로그램 소스 파일/Socket Chat Application/ChatServer/Debug/ChatServer.tlog/ChatServer.write.1u.tlog
전체 프로그램 소스 파일/Socket Chat Application/ChatServer/Debug/ChatServer.tlog/CL.command.1.tlog
전체 프로그램 소스 파일/Socket Chat Application/ChatServer/Debug/ChatServer.tlog/CL.read.1.tlog
전체 프로그램 소스 파일/Socket Chat Application/ChatServer/Debug/ChatServer.tlog/CL.write.1.tlog
전체 프로그램 소스 파일/Socket Chat Application/ChatServer/Debug/ChatServer.tlog/link.command.1.tlog
전체 프로그램 소스 파일/Socket Chat Application/ChatServer/Debug/ChatServer.tlog/link.read.1.tlog
전체 프로그램 소스 파일/Socket Chat Application/ChatServer/Debug/ChatServer.tlog/link.write.1.tlog
전체 프로그램 소스 파일/Socket Chat Application/ChatServer/Debug/ChatServer.tlog/metagen.read.1.tlog
전체 프로그램 소스 파일/Socket Chat Application/ChatServer/Debug/ChatServer.tlog/metagen.write.1.tlog
전체 프로그램 소스 파일/Socket Chat Application/ChatServer/Debug/ChatServer.vcxproj.GenerateResource.Cache
전체 프로그램 소스 파일/Socket Chat Application/ChatServer/Debug/ChatServer.vcxprojResolveAssemblyReference.cache
전체 프로그램 소스 파일/Socket Chat Application/ChatServer/Debug/MyForm.obj
전체 프로그램 소스 파일/Socket Chat Application/ChatServer/Debug/vc140.pdb
전체 프로그램 소스 파일/Socket Chat Application/ChatServer/MyForm.cpp
전체 프로그램 소스 파일/Socket Chat Application/ChatServer/MyForm.h
전체 프로그램 소스 파일/Socket Chat Application/ChatServer/MyForm.resx
전체 프로그램 소스 파일/Socket Chat Application/Debug/ChatClient.exe
전체 프로그램 소스 파일/Socket Chat Application/Debug/ChatClient.exe.metagen
전체 프로그램 소스 파일/Socket Chat Application/Debug/ChatClient.pdb
전체 프로그램 소스 파일/Socket Chat Application/Debug/ChatServer.exe
전체 프로그램 소스 파일/Socket Chat Application/Debug/ChatServer.exe.metagen
전체 프로그램 소스 파일/Socket Chat Application/Debug/ChatServer.pdb
전체 프로그램 소스 파일/Socket Chat Application/Debug/FormatterText.dll
전체 프로그램 소스 파일/Socket Chat Application/Debug/FormatterText.dll.metagen
전체 프로그램 소스 파일/Socket Chat Application/Debug/FormatterText.pdb
전체 프로그램 소스 파일/Socket Chat Application/FormatterText/app.ico
전체 프로그램 소스 파일/Socket Chat Application/FormatterText/app.rc
전체 프로그램 소스 파일/Socket Chat Application/FormatterText/AssemblyInfo.cpp
전체 프로그램 소스 파일/Socket Chat Application/FormatterText/Debug/.NETFramework,Version=v4.5.2.AssemblyAttributes.asm
전체 프로그램 소스 파일/Socket Chat Application/FormatterText/Debug/.NETFramework,Version=v4.5.2.AssemblyAttributes.obj
전체 프로그램 소스 파일/Socket Chat Application/FormatterText/Debug/app.res
전체 프로그램 소스 파일/Socket Chat Application/FormatterText/Debug/AssemblyInfo.obj
전체 프로그램 소스 파일/Socket Chat Application/FormatterText/Debug/FormatterText.Build.CppClean.log
전체 프로그램 소스 파일/Socket Chat Application/FormatterText/Debug/FormatterText.log
전체 프로그램 소스 파일/Socket Chat Application/FormatterText/Debug/FormatterText.obj
전체 프로그램 소스 파일/Socket Chat Application/FormatterText/Debug/FormatterText.pch
전체 프로그램 소스 파일/Socket Chat Application/FormatterText/Debug/FormatterText.tlog/CL.command.1.tlog
전체 프로그램 소스 파일/Socket Chat Application/FormatterText/Debug/FormatterText.tlog/CL.read.1.tlog
전체 프로그램 소스 파일/Socket Chat Application/FormatterText/Debug/FormatterText.tlog/CL.write.1.tlog
전체 프로그램 소스 파일/Socket Chat Application/FormatterText/Debug/FormatterText.tlog/FormatterText.lastbuildstate
전체 프로그램 소스 파일/Socket Chat Application/FormatterText/Debug/FormatterText.tlog/link.command.1.tlog
전체 프로그램 소스 파일/Socket Chat Application/FormatterText/Debug/FormatterText.tlog/link.read.1.tlog
전체 프로그램 소스 파일/Socket Chat Application/FormatterText/Debug/FormatterText.tlog/link.write.1.tlog
전체 프로그램 소스 파일/Socket Chat Application/FormatterText/Debug/FormatterText.tlog/metagen.read.1.tlog
전체 프로그램 소스 파일/Socket Chat Application/FormatterText/Debug/FormatterText.tlog/metagen.write.1.tlog
전체 프로그램 소스 파일/Socket Chat Application/FormatterText/Debug/FormatterText.tlog/rc.command.1.tlog
전체 프로그램 소스 파일/Socket Chat Application/FormatterText/Debug/FormatterText.tlog/rc.read.1.tlog
전체 프로그램 소스 파일/Socket Chat Application/FormatterText/Debug/FormatterText.tlog/rc.write.1.tlog
전체 프로그램 소스 파일/Socket Chat Application/FormatterText/Debug/Stdafx.obj
전체 프로그램 소스 파일/Socket Chat Application/FormatterText/Debug/vc140.pdb
전체 프로그램 소스 파일/Socket Chat Application/FormatterText/FormatterText.cpp
전체 프로그램 소스 파일/Socket Chat Application/FormatterText/FormatterText.h
전체 프로그램 소스 파일/Socket Chat Application/FormatterText/FormatterText.vcxproj
전체 프로그램 소스 파일/Socket Chat Application/FormatterText/FormatterText.vcxproj.filters
전체 프로그램 소스 파일/Socket Chat Application/FormatterText/ReadMe.txt
전체 프로그램 소스 파일/Socket Chat Application/FormatterText/resource.h
전체 프로그램 소스 파일/Socket Chat Application/FormatterText/Stdafx.cpp
전체 프로그램 소스 파일/Socket Chat Application/FormatterText/Stdafx.h
전체 프로그램 소스 파일/Socket Chat Application/ipch/FORMATTERTEXT-67849fb7/FORMATTERTEXT-e5368745.ipch
전체 프로그램 소스 파일/Socket Chat Application/Socket Chat Application.sln
전체 프로그램 소스 파일/Socket Chat Application/Socket Chat Application.VC.db
전체 프로그램 소스 파일/Socket Chat Application/Socket Chat Application.VC.VC.opendb
프로그램 설명.txt

참고 자료

없음

자료후기(1)

*동*
판매자 유형Bronze개인인증

주의사항

저작권 자료의 정보 및 내용의 진실성에 대하여 해피캠퍼스는 보증하지 않으며, 해당 정보 및 게시물 저작권과 기타 법적 책임은 자료 등록자에게 있습니다.
자료 및 게시물 내용의 불법적 이용, 무단 전재∙배포는 금지되어 있습니다.
저작권침해, 명예훼손 등 분쟁 요소 발견 시 고객센터의 저작권침해 신고센터를 이용해 주시기 바랍니다.
환불정책

해피캠퍼스는 구매자와 판매자 모두가 만족하는 서비스가 되도록 노력하고 있으며, 아래의 4가지 자료환불 조건을 꼭 확인해주시기 바랍니다.

파일오류 중복자료 저작권 없음 설명과 실제 내용 불일치
파일의 다운로드가 제대로 되지 않거나 파일형식에 맞는 프로그램으로 정상 작동하지 않는 경우 다른 자료와 70% 이상 내용이 일치하는 경우 (중복임을 확인할 수 있는 근거 필요함) 인터넷의 다른 사이트, 연구기관, 학교, 서적 등의 자료를 도용한 경우 자료의 설명과 실제 자료의 내용이 일치하지 않는 경우
최근 본 자료더보기
탑툰 이벤트
C++ GUI 소켓 채팅 프로그램 (네트워크 소켓 프로그래밍)
  • 레이어 팝업
  • 레이어 팝업
  • 레이어 팝업