Engineering and Technology
This course teaches C++ to students already familiar with a programming language. Students will learn how to use header files, control flow, functions, classes.
In the course C++ For Programmers on Udacity, you will learn the basics of C++ programming, including program structure, header files, IO compilation, and execution. You will also learn about arithmetic operations, control flow statements such as if, if-else, while, do-while, and switch statements. The course includes a quick review of pointers, which will be used in the arrays lesson. You will explore one-dimensional, two-dimensional, and multi-dimensional arrays. The course also covers functions, including those with and without return values, parameters, and passing by reference. You will practice creating and instantiating classes in the classes lesson, and learn about overloading functions as a segue into templates. Finally, the course introduces generic programming through function templates and class templates.
by Udacity
This course teaches C++ to students already familiar with a programming language. Students will lear...
by Udacity
Get hands-on experience building five real-world projects in this popular general-purpose programmin...
by Udacity
Build five hands-on projects to acquire core robotics software engineering skills: ROS, Gazebo, loca...
by Udacity
This introductory program is the perfect way to start your journey into the future of transportation...