Introduction to Object-Oriented Programming in C++

This course is part of Object Oriented Programming Specialization

Instructor: Dr Matthew Yee-King

What you'll learn

  •   By the end of the course, you will be able to write, compile and run a C++ program that takes user input and prints messages to the console.
  •   By the end of the course, you will be able to use loops and if statements to create an interactive menu system.
  •   By the end of the course, you will have started developing a simplified cryptocurrency trading platform.
  • Skills you'll gain

  •   Integrated Development Environments
  •   C++ (Programming Language)
  •   Debugging
  •   Programming Principles
  •   User Interface (UI)
  •   Object Oriented Programming (OOP)
  •   Computer Programming
  •   Program Development
  •   Command-Line Interface
  • There are 2 modules in this course

    This specialisation is for individuals who want to learn about objected oriented programming. It's an all-in-one package that will take you from the very fundamentals of C++, all the way to building a crypto-currency exchange platform. During the five courses, you will work with the instructor on a single project: a crypto-currency exchange platform. Whilst building the project, you will learn about a range of programming techniques from basic control flow and input/output through to file parsing, object-oriented techniques and user interaction on the console. In this first course, you will get started with C++ by writing, building and running your first program. You will then learn about text input/output, if statements and loops by building an interactive menu system for the crypto-currency exchange platform. Upon completing the course, you will be able to: * Write, compile and run a C++ program that prints messages to the console * Use the standard library to do text I/O in the console * Write and call simple functions * Use a while loop to repeatedly receive and respond to user input

    Topic 1 Text I/O and functions: the main menu, part 2

    ©2025  ementorhub.com. All rights reserved