C언어로 일한지 2년이 넘어가니 조금 익숙해져가는데,
보다더 자세히 알아보고 싶은 와중에
좋은 정보가 있어서 여기에 올려두고 공유하려합니다.
http://stackoverflow.com/questions/562303/the-definitive-c-book-guide-and-list
참조해야할 레퍼런스, 초급, 중급, 고급에 따라서 볼만한 책들인데.
괜히 고급단계에 있는 책은 꼭 한번 봐야할 것 같은 기분은 왜인지....
- 고급레벨의 'expert c programming deep c secrets' 책은 PDF로 받아 볼수도 있습니다.
Reference Style - All Levels
- The C Programming Language (Second edition) - Brian W. Kernighan and Dennis M. Ritchie
- C: A Reference Manual - Samuel P. Harbison and Guy R. Steele
- C Pocket Reference (O'Reilly) - Peter Prinz, Ulla Kirch-Prinz
Beginner
- Programming in C (3rd Edition) - Stephen Kochan
- C Primer Plus - Stephen Prata
- C Programming: A Modern Approach - K. N. King
- A Book on C - Al Kelley/Ira Pohl
- Learn C The Hard Way - Zed Shaw
- The C book - Mike Banahan, Declan Brady and Mark Doran
- Practical C Programming, 3rd Edition - Steve Oualline
- C: How to Program (6th Edition) - Paul Deitel & Harvey M. Deitel
- Head First C - David & Dawn Griffiths
Intermediate
- 21st Century C - Ben Klemens
- Object-oriented Programming with ANSI-C - Axel-Tobias Schreiner
- C Interfaces and Implementations - David R. Hanson
- The C Puzzle Book - Alan R. Feuer
- The Standard C Library - P.J. Plauger
Above Intermediate
- Expert C Programming: Deep C Secrets - Peter van der Linden
반응형
'Language > C' 카테고리의 다른 글
MYSQL 쿼리 모음 (595) | 2014.07.02 |
---|---|
각 변수별 min, max (780) | 2014.01.13 |
파일사이즈구하기 예제 (c언어 linux) (758) | 2013.06.18 |
extern 선언에 대한 쉬운설명 (1880) | 2012.12.07 |
fwrite함수 예제 (758) | 2012.11.06 |