Created
December 19, 2016 23:42
-
-
Save abderraouf-adjal/a41fdb09cb0cc5194a7732b6f6de8447 to your computer and use it in GitHub Desktop.
C / C++ Reference Links
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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