scanf 의 parameter는 아래와 같이 3가지로 분류된다. Whitespace charaterNon-whitespace character, except format specifier(%)Format specifier 여기서 whitespace는 아래 중 하나를 말하며, EOT(End of Text)로 인식한다. ' '(0x20)space (SPC)'\t'(0x09)horizontal tab (TAB)'\n'(0x0a)newline (LF)'\v'(0x0b)vertical tab (VT)'\f'(0x0c)feed (FF)'\r'(0x0d)carriage return (CR) 위 표에서도 나와있듯이 공백은 whitespace중 하나이기 때문에 데이터가 아닌 종료문자로 인식된다. 따라서 아래와 같은 코..
0x01 What is File access mode? C언어에서 파일 입출력을 사용하기 위해서는 우선 파일을 열어야 한다. 파일을 개방한다는 의미는 프로그렘과 파일 간의 Stream을 생성한다는 뜻이다. 이 Stream을 생성해주는 메소드가 바로 fopen인데 이 함수의 원형을 살펴보자. FILE* fopen(const char *filename,const char *mode); Parameters filenameFilename.modeType of access permitted. Return Value Each of these functions returns a pointer to the open file. A null pointer value indicates an error. If filename..
0x01 What is the system function? system 함수란 cstdlib [ C Standard General Utilities Library ] header file에 정의되어 있는 function으로, Program 실행 중 system command를 사용할 수 있게 해준다. 금일 포스팅은 필자가 Windows console application을 개발 중 system("cls"); [화면을 청소해 주는 명령어] 가 필요해서 관련 자료를 찾아본 후 정리한 것이다. 0x02 system function int system (const char* command);Execute system commandInvokes the command processor to execute a co..
- Total
- Today
- Yesterday
- 안드로이드 스튜디오 라이브 템플릿
- 안드로이드 스튜디오
- 개발자
- kotlin 기초
- Kotlin
- 영어발음
- live template
- 컴포즈 바텀시트
- 코딩
- Android
- 런탭
- 코틀린 기초
- compose bottomsheet
- 자바
- 프로젝트오일러
- 프로그래밍
- 코틀린
- LiveTemplate
- 문제풀이
- android studio
- php
- 코딩문제
- Programming
- 안스 템플릿
- 영어회화
- 안드로이드 바텀시트
- 안드로이드 컴포즈
- Java
- 안드로이드
- 코틀린 기초강의
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |