예전에 C/C++ programming할때는 VIsual Studio에 MSDN을 설치해서 F1 Help를 통해서 standard library에 대한 reference를 쉽게 얻을 수 있었는데 요즘은 인터넷이 발달했다고는 하나 오히려 이런 면에서는 더 찾기 어려워졌습니다.
-----------------
http://en.cppreference.com/w/c
http://www.tutorialspoint.com/cprogramming/index.htm
http://stackoverflow.com/questions/tagged/c ; stack overflow C questions
https://msdn.microsoft.com/en-us/library/59ey50w6.aspx ; Microsoft C Runtime library reference
https://www.gnu.org/software/libc/download.html ; GNU C source code
http://www.tutorialspoint.com/data_structures_algorithms/index.htm ; data structures and alogorithms
http://www.cquestions.com/ ; c programming questions
-----------------
Mathematical functions Atomic operations library (since C11) Thread support library (since C11) |
-----------------
C Standard Library header files
References
- C11 standard (ISO/IEC 9899:2011):
- 7 Library (p: 180-457)
- C99 standard (ISO/IEC 9899:1999):
- 7 Library (p: 164-402)
- C89/C90 standard (ISO/IEC 9899:1990):
- 4 LIBRARY
http://en.cppreference.com/w/c/header
-----------------
'Programming' 카테고리의 다른 글
Test Driven Development for Embedded C (0) | 2015.11.18 |
---|---|
C++ reference link (0) | 2015.10.31 |
Eclipse for C/C++ (0) | 2015.10.17 |
Python - Lottery number generator (0) | 2015.10.15 |
Internet of Things(IOT) Programming (0) | 2015.10.13 |