I'm telling the truth, c++ is very bloated now, you have to accept this fact and improve it.
Your first statement is that C and C++ have no future. This is not truth, because:
1) You use software which is written in C and C++ everyday — starting with OS, embedded devices (such as payment terminals at any store), ending with search engines, maps, etc
2) Some software even if it wasn't written in C or C++, runs with a help of C++ — JavaScript and Python interpreters are written in C/C++. Rust, C# Mono, Kotlin Native and other compilers use LLVM to produce efficient code (LLVM written in C++)
Now about second message:
1) C++ is bloated — ok, but no one forces you to use the WHOLE C++ — you can use a subset of C++ you are comfortable with.
2) C++ is improved every 3 years — ISO committee releases new standards of C++ which make it more modern and safe
And yeah, every language has its issues