DEV Community

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

Collapse
 
maxdepas profile image
maxdepas

Hi, I want to learn more about this field and work as Engineer. What kind of method or algorithm I must learn in C++? and where can I learn to program in C++ for autonomous vehicle?
thanks for yr help

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!