각종 환경에서 C코드 디버깅하는 법을 알아봅시다!
C포인터에 대한 간략한 이해 후 C를 이용해 백준 문제풀이
자료에 따라 int의 Bytes가 2와 4로 다른 이유 요약: 컴파일러에 따라 다르다. 표준은 최소범위만 지정해줄 뿐이다. >C 표준 은 지원되는 정수 유형 의 최소 범위 만 지정합니다 . int-32767 ~ 32767을 보유 할 수 있으며 16 비트가 필요합니다. 이 경우, int는 2 바이트입니다. 그러나 많은 현대 컴파일러가 int32 비트를 만듭...
int 길이 = sprintf(배열, 서식, 값);아래와같이 sprintf 누적해서 사용 가능. 배열이 누적되어 길어짐
https://developer.mozilla.org/ko/docs/Web/HTTP/Headers터미널 여러게telnet localhost 5000 한 후에GET / HTTP/1.1 하니까 됨.
문자열의 끝을 \\0를 통해 임의로 구분지어 줄 수 있다.https://noirstar.tistory.com/16
sprintf fprintfhttps://haruhiism.tistory.com/8표준스트림표준 스트림(standard streams)은 특정한 프로그래밍 언어 인터페이스뿐 아니라 유닉스 및 유닉스 계열 운영 체제(어느 정도까지는 윈도에도 해당함)에서 컴퓨터
https://dsnight.tistory.com/50
https://stackoverflow.com/questions/9944785/what-is-the-difference-between-exit0-and-exit1-in-c/9944875exit(0) usually indicates that all is well
https://m.blog.naver.com/PostView.nhn?blogId=parkjaeeup&logNo=130126732811&proxyReferer=https:%2F%2Fwww.google.com%2F