Cpptest Alternatives
Similar projects and alternatives to cpptest
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
CQC
CQC (Charmed Quark Controller) a commercial grade, full featured, software based automation system. CQC is built on our CIDLib C++ development system, which is also available here on GitHub.
-
-
DiscordCoreAPI
A bot library for Discord, written in C++, and featuring explicit multithreading through the usage of custom, asynchronous C++ CoRoutines.
-
ExprTK
C++ Mathematical Expression Parsing And Evaluation Library https://www.partow.net/programming/exprtk/index.html
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
cpptest discussion
cpptest reviews and mentions
-
What are some projects that taught you a lot?
Also I worked on cpptest repository. It was a kind of writing code of unit test framework after reading partial source code of ut. It doesnt work well as it was getting more and more similar to ut only as I was progressing on it. However, it taught me how unidirectional data flow can make the life easier. https://github.com/RishabhRD/cpptest
Stats
The primary programming language of cpptest is C++.