Skip to content

Commit b4327e5

Browse files
committed
Merge pull request fffaraz#62 from myd7349/master
Add C++ FAQ, C++ FQA, C FAQ, GoTW under websites
2 parents 592d35a + 1f7f985 commit b4327e5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
210210
## Game Engine
211211

212212
* [Cocos2d-x](http://www.cocos2d-x.org/) - A multi-platform framework for building 2d games, interactive books, demos and other graphical applications. [Commercial?]
213-
* [delta3d](http://sourceforge.net/projects/delta3d/) - A open source robust simulation platform. [LGPLv2]
213+
* [delta3d](http://sourceforge.net/projects/delta3d/) - An open source robust simulation platform. [LGPLv2]
214214
* [Grit](http://gritengine.com/) - Community project to build a free game engine for implementing open world 3D games. [MIT]
215215
* [Irrlicht](http://irrlicht.sourceforge.net/) - An open source high performance realtime 3D engine written in C++. [zlib]
216216
* [Polycode](http://polycode.org/) - Open-Source Framework for creating games in C++ (with Lua bindings). [MIT]
@@ -597,6 +597,10 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
597597
* [CppCon](http://cppcon.org/) - The C++ Conference.
598598
* [C++ reference](http://cppreference.com/) - C++98, C++03, C++11, C++14 reference.
599599
* [cplusplus.com](http://www.cplusplus.com/) - The C++ Resources Network.
600+
* [C FAQ](http://c-faq.com/) - C frequently asked questions.
601+
* [C++ FAQ](http://www.parashift.com/c++-faq/) - C++ frequently asked questions.
602+
* [C++ FQA Lite](http://yosefk.com/c++fqa/) - C++ frequently questioned answers.
603+
* [Guru of the Week](http://www.gotw.ca/gotw/) - A regular series of C++ programming problems created and written by Herb Sutter.
600604
* [Meeting C++](http://meetingcpp.com/)
601605

602606
## Weblogs

0 commit comments

Comments
 (0)