DEV Community

Discussion on: I am c++ coder in autonomous vehicle developing, Ask Me Anything!

Collapse
 
sunbingfeng profile image
sunbingfeng

Hello, I recommend you to search C++ reference manual usually whenever you have trouble about some class or templates. It always provides example codes for use, and I think it's the most effective tool for C++ programmers.

Also there's a official tech blog where you could find many useful modern C++ tricks.

Finally, codeproject also has many valuable posts worthy to have a look.

I hope it will help you somehow!