일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- C++
- c++ using
- node.js
- react native mac
- 벡터와 리스트의 차이
- 싸이월드
- 리액트 네이티브 맥
- node
- react-native
- react native ios 기기 연결
- javascript
- react native typescript navigate
- react native typescript
- 리액트 네이티브 설치 오류
- stencil buffer
- 스탠실 버퍼 사용
- Expo
- GitHub
- unity stencil buffer
- 스탠실 버퍼 튜토리얼
- cyworld
- react
- c++ 정보은닉
- react native typescript navigation
- CSS
- html
- react native accessible
- react native 타입스크립트
- 스탠실 버퍼 시작
- react native
Archives
- Today
- Total
혀니의 이거저거 뿌시기
fread/fwrite와 fgets/fputs의 차이점 본문
728x90
fread 와 fwrite 이용 하기 및 fgets 와 fputs 와의 차이점 (tistory.com)
fread 와 fwrite 이용 하기 및 fgets 와 fputs 와의 차이점
fread 함수는 매개변수로 버퍼,몇 바이트씩 읽을것인지,몇개 읽을 것인지, 파일 포인터 이다. ex) #include #include int main() { FILE *Test=0,*Test2 = 0; char buffer[1000] = {0,}; char * freadData = 0; int i = 0; int count = 0;
tmsen.tistory.com
728x90
'CS > C++' 카테고리의 다른 글
이동 의미론(move semantics) (0) | 2024.01.09 |
---|---|
이동 의미론(move semantics) (0) | 2024.01.09 |
다형성 (0) | 2024.01.09 |
static 변수 (0) | 2024.01.05 |
name mangling (0) | 2023.12.14 |