C언어로 일한지 2년이 넘어가니 조금 익숙해져가는데, 

보다더 자세히 알아보고 싶은 와중에 

좋은 정보가 있어서 여기에 올려두고 공유하려합니다.

http://stackoverflow.com/questions/562303/the-definitive-c-book-guide-and-list



참조해야할 레퍼런스, 초급, 중급, 고급에 따라서 볼만한 책들인데.

괜히 고급단계에 있는 책은 꼭 한번 봐야할 것 같은 기분은 왜인지....

  - 고급레벨의 'expert c programming deep c secrets' 책은 PDF로 받아 볼수도 있습니다. 

http://www.e-reading-lib.org/bookreader.php/138815/Linden_-_Expert_C_Programming%3A_Deep_C_Secrets.pdf


Reference Style - All Levels

  1. The C Programming Language (Second edition) - Brian W. Kernighan and Dennis M. Ritchie
  2. C: A Reference Manual - Samuel P. Harbison and Guy R. Steele
  3. C Pocket Reference (O'Reilly) - Peter Prinz, Ulla Kirch-Prinz

Beginner

  1. Programming in C (3rd Edition) - Stephen Kochan
  2. C Primer Plus - Stephen Prata
  3. C Programming: A Modern Approach - K. N. King
  4. A Book on C - Al Kelley/Ira Pohl
  5. Learn C The Hard Way - Zed Shaw
  6. The C book - Mike Banahan, Declan Brady and Mark Doran
  7. Practical C Programming, 3rd Edition - Steve Oualline
  8. C: How to Program (6th Edition) - Paul Deitel & Harvey M. Deitel
  9. Head First C - David & Dawn Griffiths

Intermediate

  1. 21st Century C - Ben Klemens
  2. Object-oriented Programming with ANSI-C - Axel-Tobias Schreiner
  3. C Interfaces and Implementations - David R. Hanson
  4. The C Puzzle Book - Alan R. Feuer
  5. The Standard C Library - P.J. Plauger

Above Intermediate

  1. Expert C Programming: Deep C Secrets - Peter van der Linden


반응형

'Language > C' 카테고리의 다른 글

MYSQL 쿼리 모음  (5) 2014.07.02
각 변수별 min, max  (6) 2014.01.13
파일사이즈구하기 예제 (c언어 linux)  (6) 2013.06.18
extern 선언에 대한 쉬운설명  (6) 2012.12.07
fwrite함수 예제  (6) 2012.11.06

+ Recent posts