|
|
|
|
|
by creata
591 days ago
|
|
Learn both. Rust first, because it's a lot more approachable. Modern C++ doesn't really have much in common with C to be honest. Also, you'd probably have found these quickly, but cppreference.com is the nicest C++ reference (!cppref on DuckDuckGo) and doc.rust-lang.org (!rust on DuckDuckGo) has the Rust standard library documentation. |
|