Thanks in advance! ;)
Ask HN: I whant to Learn C++ not Rust!!
1–10 of 40 posts
Re: Ask HN: I whant to Learn C++ not Rust!!
#2Re: Ask HN: I whant to Learn C++ not Rust!!
#3It goes pretty fast if you've programmed before but covers a decent amount of the newer stuff. Once you get the fundamentals down you can probably figure out the C++20 features through the docs
Re: Ask HN: I whant to Learn C++ not Rust!!
#4I would start with "A Tour of C++", by Stroustrup.
Is there any edition that includes modern standards? (c++17 minimum)
Re: Ask HN: I whant to Learn C++ not Rust!!
#5I am working my way through this https://www.freecodecamp.org/news/learn-c-with-free-31-hour-... and I enjoy it It goes pretty fast if you've programmed before but covers a decent amount of the newer stuff. Once you get the fundamentals down you can probably figure out the C++20 features through the docs
Re: Ask HN: I whant to Learn C++ not Rust!!
#6Re: Ask HN: I whant to Learn C++ not Rust!!
#7Re: Ask HN: I whant to Learn C++ not Rust!!
#8Re: Ask HN: I whant to Learn C++ not Rust!!
#9Piggybacking on this: Is there any book out there which covers C++ 20? Most of the reference books suggested on forums (SO, IRC/Discord channels) seem to cover C++ 17 or 14, or even worse, 11.
Re: Ask HN: I whant to Learn C++ not Rust!!
#10I'm not a C++ dev, but I would recommend JetBrain's CLion IDE for C/C++ development. It has great integration with build tools, debugger, valgrind, iperf(for profiling). It's a bit pricy, but it's possible to redo the free trial indefinitely.