Skip to content

Commit 2a4a842

Browse files
committed
Add C/C++ links
1 parent 25a5907 commit 2a4a842

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,27 @@ When contributing to this project, please follow the provided guidelines.
3939
(...coming soon...)
4040

4141

42-
#### C/C++
42+
#### C++
4343

4444
(...coming soon...)
4545

4646
* [Core Guidelines](https://github.com/isocpp/CppCoreGuidelines)
47+
* [FAQ](http://www.stroustrup.com/bs_faq2.html)
48+
* [cppdoc](http://www.edparrish.net/common/cppdoc.html)
49+
* [cpm](https://github.com/iauns/cpm)
50+
- can also be used for C packages
51+
52+
53+
#### C
54+
55+
(...coming soon...)
56+
57+
* [clib](https://github.com/clibs/clib)
58+
* [package.json](https://github.com/clibs/clib/wiki/Explanation-of-package.json)
59+
* [packages](https://github.com/clibs/clib/wiki/Packages)
60+
* [list](https://github.com/clibs/list)
61+
* [levenshtein.c](https://github.com/wooorm/levenshtein.c)
62+
4763

4864

4965
#### Make

0 commit comments

Comments
 (0)