본문 바로가기

전체 글351

13. 프로세스 보기 2019. 3. 20.
12. 트레이 메세지 2019. 3. 20.
11. 폰트 꾸미기 2019. 3. 20.
10. 폼 꾸미기 2019. 3. 20.
09. 트레이 아이콘 2019. 3. 20.
08. 진행상태보기 2019. 3. 20.
07. 그림 보기 2019. 3. 20.
06. 입력 목록 보기 2019. 3. 20.
05. 리스트 추가 2019. 3. 20.
04. 타이머 2019. 3. 20.
03. 메뉴 추가 2019. 3. 20.
02. 메세지박스 보기 2019. 3. 20.
[01] wc main.c#include #include extern void countfile(), printtotal(); main(int argc, char *argv[]) { register FILE *fp; register int i; if (argc == 1) countfile(stdin, ""); else { i = 1; while (i 2) printtotal(); } exit(0); } wc.c #include #define BufSize 16#define Sentinel '\0'static unsigned char buf[BufSize*2+1];static unsigned char *lexeme_beginning, *forward;#define NextChar() ((*forward)? *forwar.. 2019. 3. 20.
01.문자 입출력 [미리 보기] 폼 컨틀롤 속성 값 Form1 Name Form1 Text 문자 입출력 FormBorderStyle FixedSingle MaximizeBox False TextBox1 Name txtEdit Button1 Name btnEdit Text 입력 labal1 Name lblResult Text 결과 : [주요 속성값]1234567891011121314151617181920212223242526using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Threadin.. 2019. 2. 3.
[1436] 영화감독 숌 /*1436 : 영화감독 숌https://www.acmicpc.net/problem/1436https://github.com/tjdskaqkshttp://jcoder1.tistory.com/*/#include #include using namespace std;int main(){ int n, num = 0;cin >> n;for (int i = 666; ; ++i){string s = to_string(i);if (s.find("666") != -1)++num;if (num == n){cout 2019. 1. 4.
[13장] 2019. 1. 3.
[11장] UDP 소켓을 이용하여 daytime 서버와 클라이언트를 구현 2019. 1. 3.
[7,8장] 서버를 다중처리 가능하도록 수정 2019. 1. 3.
[5,6장] 2019. 1. 3.
실습문제 4 2019. 1. 3.