본문 바로가기

프로그래밍/C, C++

The Definitive C++ Book Guide and List https://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list The Definitive C++ Book Guide and List
구글 C++ 스타일 가이드 https://google.github.io/styleguide/cppguide.html C++ is one of the main development languages used by many of Google's open-source projects. As every C++ programmer knows, the language has many powerful features, but this power brings with it complexity, which in turn can make code more bug-prone and harder to read and maintain. The goal of this guide is to manage this complexity by describing ..
KNK C를 보고있습니다. 얼마전에 프로그래밍을 다시 해보기로 마음먹고 나서 산 책이 있습니다.이른바 KNK C라고 불리는 책인데요, C표준을 다루는 정석과도 같은 책입니다. 이렇게 생긴 책입니다. 표지에 나와있듯이 C89와 C99를 모두 커버하는 책입니다.C89라던지 C99등은 C언어의 버전이라고 생각하시면 됩니다. 중세 국어, 현대 국어 등으로 나누는 것처럼요. 서문에 따르면, C99를 따르는 것에 일부 독자들이 관심없거나 사용할 수 없음을 고려하여 별도로 구분해놓았다고 합니다.다만 제가 이 책을 산 이유는 좀 더 현대적인 C언어를 다시금 배워보고 싶었기 때문입니다.중구난방 트릭으로 점철된 야매 책과는 비교할 수 없기 때문이죠. 참고하셔야 할 것이 이 책은 번역서가 없기 때문에 영문 원서로 보셔야 합니다. 가격도 저렴한 편은 ..