From 6965d8e972a032185fbc0f6918783d3a818e6007 Mon Sep 17 00:00:00 2001 From: myd7349 Date: Thu, 4 Dec 2014 16:46:19 +0800 Subject: [PATCH 1/3] Add Guru of The Week under websites --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54fb4e3..54362ca 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin ## Game Engine * [Cocos2d-x](http://www.cocos2d-x.org/) - A multi-platform framework for building 2d games, interactive books, demos and other graphical applications. [Commercial?] -* [delta3d](http://sourceforge.net/projects/delta3d/) - A open source robust simulation platform. [LGPLv2] +* [delta3d](http://sourceforge.net/projects/delta3d/) - An open source robust simulation platform. [LGPLv2] * [Grit](http://gritengine.com/) - Community project to build a free game engine for implementing open world 3D games. [MIT] * [Irrlicht](http://irrlicht.sourceforge.net/) - An open source high performance realtime 3D engine written in C++. [zlib] * [Polycode](http://polycode.org/) - Open-Source Framework for creating games in C++ (with Lua bindings). [MIT] @@ -590,6 +590,7 @@ 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. +* [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 From 6417a777ccc16c7b4fefffc25e14a3da6bfa3665 Mon Sep 17 00:00:00 2001 From: myd7349 Date: Thu, 4 Dec 2014 16:49:56 +0800 Subject: [PATCH 2/3] Add C++ FQA Lite under websites --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 54362ca..55bc3c1 100644 --- a/README.md +++ b/README.md @@ -590,6 +590,7 @@ 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++ 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. * [Meeting C++](http://meetingcpp.com/) From 1f7f985cc4892cbb4fb140f27e18f80ddc21e60f Mon Sep 17 00:00:00 2001 From: myd7349 Date: Thu, 4 Dec 2014 16:55:59 +0800 Subject: [PATCH 3/3] Add C FAQ and C++ FAQ under websites --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55bc3c1..af57f69 100644 --- a/README.md +++ b/README.md @@ -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