Object-Oriented Data Structures in C++

Go to class
Write Review

Free Online Course: Object-Oriented Data Structures in C++ provided by Coursera is a comprehensive online course, which lasts for 4 weeks long, 21 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Coursera. Object-Oriented Data Structures in C++ is taught by Wade Fagen-Ulmschneider.

Overview
  • This course teaches learners how to write a program in the C++ language, including how to set up a development environment for writing and debugging C++ code and how to implement data structures as C++ classes. It is the first course in the Accelerated CS Fundamentals specialization, and subsequent courses in this specialization will be using C++ as the language for implementing the data structures covered in class.

Syllabus
    • Orientation; Writing a C++ Program
    • Understanding the C++ Memory Model
    • Developing C++ Classes
    • Engineering C++ Software Solutions