Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Revelo Payroll - Free Global Payroll designed for tech teams
- Onboard AI - Learn any GitHub repo in 59 seconds
- SonarCloud - Analyze your C and C++ projects with just one click.
-
No. Even if you use 100% modern C++ constructs, and sanitizers/static analyzers, you will not, AFAIK, get the same static memory safety guarantees that Rust provides.
-
There are some blemishes on that guarantee: https://github.com/rust-lang/rust/labels/I-unsound
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
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.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- My game development journey & why I'm increasing my contribution to Zig to $200/mo
- Remaining Relevant Over Four Decades
- When Zig is safer and faster than (unsafe) Rust
- Chromium accepting Rust in a clear move to copy what Mozilla have done, replace C++ source code
- Using Exceptions for all Error Handling.... in Theory