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
@@ -292,7 +292,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
292
292
*[libtap](https://github.com/zorgnax/libtap) - Write tests in C. [GPL2]
293
293
*[MemTrack](http://www.almostinfinite.com/memtrack.html) - Tracking memory allocations in C++.
294
294
*[microprofile](https://bitbucket.org/jonasmeyer/microprofile/overview) - Profiler with web-view for multiple platforms. [PublicDomain]
295
-
*[MinUnit](https://github.com/siu/minunit) - A minimal unit testing framework for C/C++ self-contained in a single header file. [MIT]
295
+
*[MinUnit](https://github.com/siu/minunit) - A minimal unit testing framework for C self-contained in a single header file. [MIT]
296
296
*[Mockator](http://www.mockator.com) - Eclipse CDT plug-in for C++ Seams and Mock Objects.
297
297
*[Remotery](https://github.com/Celtoys/Remotery) - Single C File Profiler with Web Viewer. [Apache2]
298
298
*[UnitTest++](https://github.com/unittest-cpp/unittest-cpp) - A lightweight unit testing framework for C++. [MIT/X Consortium license]
@@ -467,7 +467,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
467
467
*[ExprTK](http://www.partow.net/programming/exprtk/) - The C++ Mathematical Expression Toolkit Library (ExprTk) is a simple to use, easy to integrate and extremely efficient run-time mathematical expression parser and evaluation engine. [MIT]
468
468
*[GLM](https://github.com/g-truc/glm) - Header-only C++ math library that matches and inter-operates with OpenGL's GLSL math. [MIT]
469
469
*[GMTL](http://ggt.sourceforge.net/) - Graphics Math Template Library is a collection of tools implementing Graphics primitives in generalized ways. [GPL2]
470
-
*[GMP](https://gmplib.org/) - A C/C++ library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating-point numbers. [LGPL3 & GPL2]
470
+
*[GMP](https://gmplib.org/) - A C library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating-point numbers. [LGPL3 & GPL2]
471
471
*[MIRACL](https://github.com/CertiVox/MIRACL) - A Multiprecision Integer and Rational Arithmetic Cryptographic Library. [AGPL]
472
472
*[muparser](http://beltoforion.de/article.php?a=muparser) - muParser is an extensible high performance math expression parser library written in C++. [MIT]
473
473
*[NT2](https://github.com/Mathieu-/nt2) - A SIMD-optimized numerical template library that provides an interface with MATLAB-like syntax. [Boost]
@@ -580,7 +580,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
580
580
*[luacxx](https://github.com/dafrito/luacxx) - C++11 API for creating Lua bindings. [MIT]
581
581
*[nbind](https://github.com/charto/nbind) - Magical headers that make your C++ library accessible from JavaScript. [MIT]
582
582
*[pybind11](https://github.com/pybind/pybind11) - Seamless operability between C++11 and Python. [BSD]
583
-
*[SIP](https://riverbankcomputing.com/software/sip/intro) - C/C++ Bindings Generator for Python v2 and v3. [GPL]
583
+
*[SIP](https://riverbankcomputing.com/software/sip/intro) - C or C++ Bindings Generator for Python v2 and v3. [GPL]
584
584
*[SWIG](https://github.com/swig/swig) - A wrapper/interface Generator that let you link your c++ code to Javascript, Perl, PHP, Python, Tcl and Ruby. [GPL/Output not licensed][website](http://www.swig.org/)
585
585
*[V7](https://github.com/cesanta/v7) - An embedded JavaScript engine. [GPL2]
586
586
*[V8](http://code.google.com/p/v8/) - A fast JavaScript engine by Google that can be embedded into any C++ application. [BSD]
@@ -591,7 +591,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
591
591
*[cereal](https://github.com/USCiLab/cereal) - A C++11 library for serialization. [BSD]
592
592
*[cppcodec](https://github.com/tplgy/cppcodec) - Header-only C++11 library to encode/decode base64, base32 and hex with consistent, flexible API. [MIT]
593
593
*[FlatBuffers](https://github.com/google/flatbuffers) - A Memory efficient serialization library. [Apache2]
594
-
*[MessagePack](https://github.com/msgpack/msgpack-c) - Efficient binary serialization format "like JSON" for C/C++. [Apache2][website](http://msgpack.org/)
594
+
*[MessagePack](https://github.com/msgpack/msgpack-c) - Efficient binary serialization format "like JSON" for C and C++. [Apache2][website](http://msgpack.org/)
595
595
*[protobuf](https://github.com/google/protobuf) - Protocol Buffers - Google's data interchange format. [BSD]
596
596
*[protobuf-c](https://github.com/protobuf-c/protobuf-c) - Protocol Buffers implementation in C. [BSD]
597
597
*[SimpleBinaryEncoding](https://github.com/real-logic/simple-binary-encoding) - encoding and decoding application messages in binary format for low-latency applications. [Apache2]
@@ -685,7 +685,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
685
685
*Software for creating a development environment.*
686
686
687
687
## Compiler
688
-
*List of C/C++ compilers*
688
+
*List of C or C++ compilers*
689
689
690
690
*[8cc](https://github.com/rui314/8cc) - A Small C Compiler.
691
691
*[c](https://github.com/ryanmjacobs/c) - Compile and execute C "scripts" in one go! [MIT]
@@ -700,7 +700,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
700
700
*[TCC](http://bellard.org/tcc/) - Tiny C Compiler. [LGPL]
701
701
702
702
## Online Compiler
703
-
*List of online C/C++ compilers*
703
+
*List of online C or C++ compilers*
704
704
705
705
*[codepad](http://codepad.org/) - An online compiler/interpreter, and a simple collaboration tool.
706
706
*[CodeTwist](http://codetwist.com/) - A simple online compiler/interpreter, where you can paste your C, C++ or Java code and execute it online and see results.
@@ -713,7 +713,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
713
713
*[Wandbox](http://melpon.org/wandbox/) - An online Clang/GCC compiler with Boost available.
714
714
715
715
## Debugger
716
-
*List of C/C++ debuggers*
716
+
*List of C or C++ debuggers*
717
717
718
718
*[Comparison of debuggers](https://en.wikipedia.org/wiki/Comparison_of_debuggers) - A list of Debuggers from Wikipedia.
719
719
*[GDB](https://www.gnu.org/software/gdb/) - GNU Debugger.
@@ -723,14 +723,14 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
723
723
*[x64dbg](http://x64dbg.com/) - An open-source x64/x32 debugger for windows.
724
724
725
725
## Integrated Development Environment
726
-
*List of C/C++ nominal IDEs.*
726
+
*List of C or C++ nominal IDEs.*
727
727
728
728
*[Anjuta DevStudio](http://anjuta.org/) - The GNOME IDE. [GPL3]
729
729
*[AppCode](http://www.jetbrains.com/objc/) - an IDE for Objective-C, C, C++, and JavaScript development built on JetBrains’ IntelliJ IDEA platform.
730
-
*[Cevelop](https://www.cevelop.com) - Cross-platform C/C++ IDE based on Eclipse CDT with additional plug-ins.
731
-
*[CLion](http://www.jetbrains.com/clion/) - Cross-platform C/C++ IDE from JetBrains.
730
+
*[Cevelop](https://www.cevelop.com) - Cross-platform C and C++ IDE based on Eclipse CDT with additional plug-ins.
731
+
*[CLion](http://www.jetbrains.com/clion/) - Cross-platform C and C++ IDE from JetBrains.
732
732
*[Code::Blocks](http://www.codeblocks.org/) - A free C, C++ and Fortran IDE.
733
-
*[CodeLite](http://codelite.org/) - Another cross-plaform, free C/C++ IDE. [GPL2 with an exception for plugins]
733
+
*[CodeLite](http://codelite.org/) - Another cross-plaform, free C and C++ IDE. [GPL2 with an exception for plugins]
734
734
*[color_coded](https://github.com/jeaye/color_coded) - A vim plugin for libclang-based highlighting. [MIT]
735
735
*[Dev-C++](http://sourceforge.net/projects/orwelldevcpp/) - A portable C/C++/C++11 IDE.
736
736
*[Eclipse CDT](http://www.eclipse.org/cdt/) - A fully functional C and C++ IDE based on the Eclipse platform.
@@ -795,7 +795,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
795
795
*[Designing Qt-Style C++ APIs](https://doc.qt.io/archives/qq/qq13-apis.html)
@@ -809,9 +809,9 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
809
809
*[C++Now 2012 Presentations](https://github.com/boostcon/cppnow_presentations_2012) - Presentation materials presented at C++Now 2012.
810
810
811
811
## Books
812
-
*Fantastic C/C++ related books.*
812
+
*Fantastic C or C++ related books.*
813
813
814
-
*[List of Free C/C++ Books](https://github.com/fffaraz/awesome-cpp/blob/master/books.md)
814
+
*[List of Free C or C++ Books](https://github.com/fffaraz/awesome-cpp/blob/master/books.md)
815
815
*[Free C Books](https://github.com/vhf/free-programming-books/blob/master/free-programming-books.md#c) - vhf/free-programming-books/C.
816
816
*[Free C++ Books](https://github.com/vhf/free-programming-books/blob/master/free-programming-books.md#c-1) - vhf/free-programming-books/C++.
817
817
*[cppbestpractices](https://github.com/lefticus/cppbestpractices) - Collaborative Collection of C++ Best Practices.
@@ -833,9 +833,9 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
833
833
*[Presentation on Hana for C++Now 2015](https://github.com/ldionne/hana-cppnow-2015)
834
834
835
835
## Videos
836
-
*Fantastic C/C++ related videos.*
836
+
*Fantastic C or C++ related videos.*
837
837
838
-
*[List of C/C++ YouTube Videos](https://github.com/fffaraz/awesome-cpp/blob/master/videos.md)
838
+
*[List of C or C++ YouTube Videos](https://github.com/fffaraz/awesome-cpp/blob/master/videos.md)
839
839
*[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.
840
840
*[C++](https://www.youtube.com/playlist?list=PL2F919ADECA5E39A6) - by VoidRealms.
841
841
*[C++ Qt Programming](https://www.youtube.com/playlist?list=PL2D1942A4688E9D63) - by VoidRealms.
@@ -846,7 +846,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
846
846
*[Bo Qian's playlist](https://www.youtube.com/user/BoQianTheProgrammer/playlists) - Boost Library, C++ Standard Library, Modern C++, Advanced C++, Advanced STL, ...
847
847
848
848
## Websites
849
-
*Useful C/C++ related websites.*
849
+
*Useful C or C++ related websites.*
850
850
851
851
*[Standard C++](https://isocpp.org/):zap: - News, Status & Discussion about Standard C++.
852
852
*[CppCon](http://cppcon.org/) - The C++ Conference.
@@ -859,11 +859,11 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
859
859
*[Meeting C++](http://meetingcpp.com/)
860
860
*[C++ Quiz](http://q.viva64.com/) - C++ quiz in which you propose to find errors in code fragments of open source projects.
861
861
*[Udemy C++ Courses and Tutorials](https://www.udemy.com/topic/C-plus-plus-tutorials/)
862
-
*[C++ Hints](http://cpphints.com/) - Every business day hints about most often C/C++ mistakes and ways to solve them from PVS-Studio Team.
862
+
*[C++ Hints](http://cpphints.com/) - Every business day hints about most often C++ mistakes and ways to solve them from PVS-Studio Team.
863
863
*[C++ tutorial](https://hackr.io/tutorials/learn-c-plus-plus) - A user ranked online tutorial bank site displaying multiple courses to learn C++ from.
864
864
865
865
## Weblogs
866
-
*Useful C/C++ related weblogs.*
866
+
*Useful C or C++ related weblogs.*
867
867
868
868
*[Coding For Speed](https://codingforspeed.com/) - Coding For Speed DOT COM, Less Execution Time.
869
869
*[Eric Niebler](http://ericniebler.com/)
@@ -877,7 +877,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
877
877
878
878
*[algorithms](https://github.com/xtaci/algorithms) - Algorithms & Data Structures in C++.
879
879
*[c-algorithms](https://github.com/fragglet/c-algorithms) - C algorithms library.
880
-
*[C/C++ Awesome Pack](https://github.com/JunianNet/CppAwesomePack) - Contains some awesome c++ codes, packed in one.
880
+
*[C++ Awesome Pack](https://github.com/JunianNet/CppAwesomePack) - Contains some awesome c++ codes, packed in one.
881
881
882
882
# Other Awesome Lists
883
883
*Other amazingly awesome lists*
@@ -886,8 +886,8 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
886
886
*[awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness) - A curated list of awesome awesomeness.
887
887
*[awesome](https://github.com/sindresorhus/awesome):zap: - A curated list of awesome lists.
888
888
*[C++ links](https://github.com/MattPD/cpplinks) - A categorized list of C++ resources.
*[AwesomePerfCpp](https://github.com/fenbf/AwesomePerfCpp) - A curated list of awesome C/C++ performance optimization resources.
@@ -897,7 +897,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
897
897
*[awesome-algorithms](https://github.com/tayllan/awesome-algorithms) - A curated list of awesome places to learn and/or practice algorithms.
898
898
*[awesome-talks](https://github.com/JanVanRyswyck/awesome-talks) - A lot of screencasts, recordings of user group gatherings and conference talks.
899
899
*[Projects](https://github.com/karan/Projects) - A list of practical projects that anyone can solve in any programming language.
900
-
*[Awesome interview questions](https://github.com/MaximAbramchuck/awesome-interviews) - A list of lists of interview questions for the most popular technologies, including C/C++.
900
+
*[Awesome interview questions](https://github.com/MaximAbramchuck/awesome-interviews) - A list of lists of interview questions for the most popular technologies, including C and C++.
901
901
*[nothings/single_file_libs](https://github.com/nothings/single_file_libs):zap: - List of single-file C/C++ libraries.
0 commit comments