mirror of
https://github.com/fffaraz/awesome-cpp.git
synced 2025-12-18 12:54:39 +03:00
Merge pull request #59 from myd7349/master
Add 3 online compilers: Rextester, Rise4Fun and Wandbox
This commit is contained in:
@@ -182,6 +182,9 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
|
||||
* [Hiredis](https://github.com/redis/hiredis) - A minimalistic C client library for the Redis database. [BSD]
|
||||
* [LevelDB](https://github.com/google/leveldb) - A fast key-value storage library. [BSD]
|
||||
* [LMDB](http://symas.com/mdb/) - Very fast embedded key/value store with full ACID semantics. [OpenLDAP]
|
||||
* [MongoDB C Driver](https://github.com/mongodb/mongo-c-driver) - MongoDB client library for C. [Apache version 2.0]
|
||||
* [MongoDB C++ Driver](https://github.com/mongodb/mongo-cxx-driver) - C++ driver for MongoDB. [Apache version 2.0]
|
||||
* [MongoDB Libbson](https://github.com/mongodb/libbson) - A BSON utility library. [Apache version 2.0]
|
||||
* [MySQL++](http://www.tangentsoft.net/mysql++/) - A C++ wrapper for MySQL's C API. [LGPL]
|
||||
* [RocksDB](https://github.com/facebook/rocksdb) - Embedded key-value store for fast storage from facebook. [BSD]
|
||||
* [SQLite](http://www.sqlite.org/) - A completely embedded, full-featured relational database in a few 100k that you can include right into your project. [PublicDomain]
|
||||
@@ -469,6 +472,9 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
|
||||
* [Compiler Explorer](http://gcc.godbolt.org/) - An interactive compiler with assembly output available.
|
||||
* [CompileOnline](http://www.compileonline.com/compile_cpp11_online.php) - Compile and Execute C++ online on Linux.
|
||||
* [Ideone](http://ideone.com/) - An online compiler and debugging tool which allows you to compile source code and execute it online in more than 60 programming languages.
|
||||
* [Rextester](http://rextester.com/runcode) - Online compiler which provides several compilers(Clang, GCC, MSVC) and several editors.
|
||||
* [Rise4Fun](http://webcompiler.cloudapp.net/) - Online Visual C++ compiler.
|
||||
* [Wandbox](http://melpon.org/wandbox/) - An online Clang/GCC compiler with Boost available.
|
||||
|
||||
## Debugger
|
||||
*List of C/C++ debuggers*
|
||||
|
||||
Reference in New Issue
Block a user