|
c언어로 만든 문자 입출력 함수 getchar, putchar함수 프로그램 c언어로 만든 문자 입출력 함수 getchar, putchar함수 프로그램
|
- 페이지 1페이지
- 가격 800원
- 등록일 2007.10.31
- 파일종류 기타
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
putchar, getchar) / 문자열(string 함수들) / 파일입출력 세 개를
선택할 수 있도록 switch-case 문을 사용함.
- 문자열함수의 경우 함수의 종류가 많기 때문에 다시 한번 switch-case 문을
사용함.
○ 기능별 함수 정의
- 문자관련 / 문자열 / 파
|
- 페이지 3페이지
- 가격 700원
- 등록일 2009.06.01
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
5);
gotoxy(count,1);
printf(\"%d\",t=t-10);
gotoxy(count++,5);
putchar(25);
for(i=0; i<8; i++)
{
for(j=0; j<4; j++)
{
gotoxy(count++,5);
putchar(5);
}
gotoxy(count,1);
printf(\"%d\",t=t-10);
gotoxy(count++,5);
putchar(25);
}
gotoxy(count++,5);
putchar(5);
gotoxy(count++,5);
putchar(5);
gotoxy(
|
- 페이지 39페이지
- 가격 3,000원
- 등록일 2011.11.09
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
putchar(\'\\n\');
exit(0);
}
void sigctrld(){
FILE* fp = fopen(\"client.txt\",\"a+\");
fprintf(fp, \"End Signal : CTRL + D\\n\");
fclose(fp);
printf(\"Exit program !\");
putchar(\'\\n\');
exit(0);
}
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <sys/types.h
|
- 페이지 12페이지
- 가격 2,000원
- 등록일 2011.04.28
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
putchar(\'\\n\');
exit(0);
}
void sigctrld(){
FILE* fp = fopen(\"client.txt\",\"a+\");
fprintf(fp, \"End Signal : CTRL + D\\n\");
fclose(fp);
printf(\"Exit program !\");
putchar(\'\\n\');
exit(0);
}
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <sys/types.h
|
- 페이지 12페이지
- 가격 3,000원
- 등록일 2011.11.14
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|