Skip to content

Commit

Permalink
Add C FAQ and C++ FAQ under websites
Browse files Browse the repository at this point in the history
  • Loading branch information
myd7349 committed Dec 4, 2014
1 parent 6417a77 commit 1f7f985
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -590,8 +590,10 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
* [CppCon](http://cppcon.org/) - The C++ Conference.
* [C++ reference](http://cppreference.com/) - C++98, C++03, C++11, C++14 reference.
* [cplusplus.com](http://www.cplusplus.com/) - The C++ Resources Network.
* [C FAQ](http://c-faq.com/) - C frequently asked questions.
* [C++ FAQ](http://www.parashift.com/c++-faq/) - C++ frequently asked questions.
* [C++ FQA Lite](http://yosefk.com/c++fqa/) - C++ frequently questioned answers.
* [Guru of the Week](http://www.gotw.ca/gotw/) - a regular series of C++ programming problems created and written by Herb Sutter.
* [Guru of the Week](http://www.gotw.ca/gotw/) - A regular series of C++ programming problems created and written by Herb Sutter.
* [Meeting C++](http://meetingcpp.com/)

## Weblogs
Expand Down

0 comments on commit 1f7f985

Please sign in to comment.