Skip to content

Commit 1f7f985

Browse files
committed
Add C FAQ and C++ FAQ under websites
1 parent 6417a77 commit 1f7f985

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,8 +590,10 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
590590
* [CppCon](http://cppcon.org/) - The C++ Conference.
591591
* [C++ reference](http://cppreference.com/) - C++98, C++03, C++11, C++14 reference.
592592
* [cplusplus.com](http://www.cplusplus.com/) - The C++ Resources Network.
593+
* [C FAQ](http://c-faq.com/) - C frequently asked questions.
594+
* [C++ FAQ](http://www.parashift.com/c++-faq/) - C++ frequently asked questions.
593595
* [C++ FQA Lite](http://yosefk.com/c++fqa/) - C++ frequently questioned answers.
594-
* [Guru of the Week](http://www.gotw.ca/gotw/) - a regular series of C++ programming problems created and written by Herb Sutter.
596+
* [Guru of the Week](http://www.gotw.ca/gotw/) - A regular series of C++ programming problems created and written by Herb Sutter.
595597
* [Meeting C++](http://meetingcpp.com/)
596598

597599
## Weblogs

0 commit comments

Comments
 (0)