Skip to content

Instantly share code, notes, and snippets.

@abderraouf-adjal
Created December 19, 2016 23:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abderraouf-adjal/a41fdb09cb0cc5194a7732b6f6de8447 to your computer and use it in GitHub Desktop.
Save abderraouf-adjal/a41fdb09cb0cc5194a7732b6f6de8447 to your computer and use it in GitHub Desktop.
C / C++ Reference Links
[DevDocs - C documentation](https://devdocs.io/c/).
[DevDocs - C++ documentation](https://devdocs.io/cpp/).
[The Open Group Base Specifications Issue 7, 2016 Edition](http://pubs.opengroup.org/onlinepubs/9699919799/).
[The Base Specifications Issue 7](http://pubs.opengroup.org/onlinepubs/9699919799/nfindex.html).
[Reference - C++ Reference](http://www.cplusplus.com/reference/).
[C reference - cppreference.com](http://en.cppreference.com/w/c).
[C++ reference - cppreference.com](http://en.cppreference.com/w/cpp).
[Fundamental types - cppreference.com](http://en.cppreference.com/w/cpp/language/types).
[iso-9899 - C](http://www.iso-9899.info/wiki/Main_Page).
[Quick Reference - C - Lessons99 | Guru99](https://www.lessons99.com/quick-reference-c-programming.html).
[GNU coding standards - GNU Project - Free Software Foundation (FSF)](https://www.gnu.org/prep/standards/).
[NetBSD Code Style](ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/share/misc/style).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment