[C,C++] 윤성우 열혈 C++ 프로그래밍 OOP 단계별 프로젝트 01단계
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144#include #include //strcpy 사용하기 위해 using namespace std;const int NAME_LEN ..
Software/C, C++
2018. 1. 27. 22:03
윈도우 10 설치 후 깔아야 할 프로그램
Sublime Text 3 : 프로그래밍 코드를 쉽게 볼 수 있다 (https://www.sublimetext.com/3) 반디집 : 무료 압축 프로그램(https://www.bandisoft.co.kr/bandizip/) PicPick : 화면 캡처 프로그램(http://ngwin.com/kr) 카카오톡 : 메신저(https://www.kakaocorp.com/service/KakaoTalk) 팟플레이어(https://tv.kakao.com/guide/potplayer)
Software/Windows
2017. 11. 27. 23:45