DEV Community

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

Collapse
 
sunbingfeng profile image
sunbingfeng

Hi, first you must choose one sub-field in autonomous vehicle engineering, such as perception, localization, plan & control etc, according to your interest.

To master C++ well, you should have a solid foundation in computer science, such as data structures and algorithms. These are general knowledges and not specified only to C++.

Effective C++ series are recommended for you, Scott Meyers Effective C++.

And refer to cpp reference whenever you have any syntax issues.

May it help!