You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
42
42
- [Buildsystem](#buildsystem)
43
43
- [Static Code Analysis](#static-code-analysis)
44
44
-[Resources](#resources)
45
-
-[API-Design](#apidesign)
45
+
- [APIDesign](#api-design)
46
46
- [Articles](#articles)
47
47
- [Books](#books)
48
48
- [Coding Style](#coding-style)
@@ -266,10 +266,10 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
266
266
267
267
## Logging
268
268
269
+
*[Boost.Log](http://www.boost.org/doc/libs/1_56_0/libs/log/doc/html/index.html) - Designed to be very modular and extensible. [Boost]
270
+
*[easyloggingpp](https://github.com/easylogging/easyloggingpp) - Single header only C++ logging library. [MIT][website](http://easylogging.org/)
269
271
*[Log4cpp](http://log4cpp.sourceforge.net/) - A library of C++ classes for flexible logging to files, syslog, IDSA and other destinations. [LGPL]
270
272
*[templog](http://www.templog.org/) - A very small and lightweight C++ library which you can use to add logging to your C++ applications. [Boost]
271
-
*[easyloggingpp](https://github.com/easylogging/easyloggingpp) - Single header only C++ logging library. [MIT][website](http://easylogging.org/)
272
-
*[boost.Log](http://www.boost.org/doc/libs/1_56_0/libs/log/doc/html/index.html) - Boost.Log was designed to be very modular and extensible [Boost]
273
273
274
274
## Machine Learning
275
275
@@ -289,7 +289,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
289
289
*[CGal](http://www.cgal.org/) - Collection of efficient and reliable geometric algorithms. [LGPL&GPL]
290
290
*[cml](http://cmldev.net/) - free C++ math library for games and graphics. [Boost]
291
291
*[Eigen](http://eigen.tuxfamily.org/) - A high-level C++ library of template headers for linear algebra, matrix and vector operations, numerical solvers and related algorithms. [MPL2]
292
-
*[GMP](https://gmplib.org/) - A C/C++ library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating-point numbers. [LGPLv3 and GPLv2]
292
+
*[GMP](https://gmplib.org/) - A C/C++ library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating-point numbers. [LGPLv3 and GPLv2]
293
293
294
294
## Multimedia
295
295
@@ -512,18 +512,18 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
512
512
513
513
## Talks
514
514
515
-
*[Quick game development with C++11/C++14](https://github.com/SuperV1234/cppcon2014) - CppCon 2014 talk by vittorio romeo.
515
+
*[Quick game development with C++11/C++14](https://github.com/SuperV1234/cppcon2014) - CppCon 2014 talk by Vittorio Romeo.
516
516
517
517
## Videos
518
518
*Fantastic C/C++ related videos.*
519
519
520
520
*[Awesome C Programming Tutorials in Hi Def [HD]](https://www.youtube.com/playlist?list=PLCB9F975ECF01953C) - A collection of detailed C Programming Language Tutorials for Beginners and New Programmers.
521
521
*[C++](https://www.youtube.com/playlist?list=PL2F919ADECA5E39A6) - by VoidRealms.
522
522
*[C++ Qt Programming](https://www.youtube.com/playlist?list=PL2D1942A4688E9D63) - by VoidRealms.
523
-
*[C++ Programming Tutorials Playlist](https://www.youtube.com/playlist?list=PLAE85DE8440AA6B83) - thenewboston Official Buckys C++ Programming Tutorials Playlist.
523
+
*[C++ Programming Tutorials Playlist](https://www.youtube.com/playlist?list=PLAE85DE8440AA6B83) - TheNewBoston Official Buckys C++ Programming Tutorials Playlist.
524
524
*[C++ Programming Tutorials from thenewboston](https://www.youtube.com/playlist?list=PLF541C2C1F671AEF6) - These are all of thenewboston's C++ programming tutorials.
525
525
*[C++ GUI with Qt Playlist](https://www.youtube.com/playlist?list=PLD0D54219E5F2544D) - Official Playlist for thenewboston C++ GUI with Qt tutorials.
526
-
*[C Programming Tutorials](https://www.youtube.com/playlist?list=PL78280D6BE6F05D34) - All of thenewboston's C programming tutorials are right here.
526
+
*[C Programming Tutorials](https://www.youtube.com/playlist?list=PL78280D6BE6F05D34) - All of TheNewBoston's C programming tutorials are right here.
527
527
528
528
## Websites
529
529
*Useful C/C++ related websites.*
@@ -549,14 +549,14 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
549
549
# Other Awesome Lists
550
550
*Other amazingly awesome lists*
551
551
552
-
*[lists](https://github.com/jnv/lists) - List of (awesome) lists curated on GitHub
552
+
*[lists](https://github.com/jnv/lists) - List of (awesome) lists curated on GitHub.
553
553
*[awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) - A curated list of awesome awesomeness.
554
554
*[awesome](https://github.com/sindresorhus/awesome) - A curated list of awesome lists.
555
-
*[free-programming-books](https://github.com/vhf/free-programming-books) - List of Freely Available Programming Books
555
+
*[free-programming-books](https://github.com/vhf/free-programming-books) - List of Freely Available Programming Books.
556
556
*[papers-we-love](https://github.com/papers-we-love/papers-we-love) - Papers from the computer science community to read and discuss.
557
557
*[awesome-php](https://github.com/ziadoz/awesome-php) - Awesome PHP libraries, resources and shiny things.
558
558
*[awesome-python](https://github.com/vinta/awesome-python) - Awesome Python frameworks, libraries and software.
559
-
*[awesome-sysadmin](https://github.com/kahun/awesome-sysadmin) - Awesome open source sysadmin resources
559
+
*[awesome-sysadmin](https://github.com/kahun/awesome-sysadmin) - Awesome open source sysadmin resources.
560
560
*[awesome-talks](https://github.com/JanVanRyswyck/awesome-talks) - A lot of screencasts, recordings of user group gatherings and conference talks.
561
561
*[github-cheat-sheet](https://github.com/tiimgreen/github-cheat-sheet) - A list of cool features of Git and GitHub.
562
562
*[ToolsOfTheTrade](https://github.com/cjbarber/ToolsOfTheTrade) - Tools of The Trade, from Hacker News.
0 commit comments