YoVDO

Learn C++: Functions

Offered By: Codecademy

Tags

C++ Courses Modular Programming Courses Code Reusability Courses

Course Description

Overview

Use C++ functions to write more flexible, modular, reusable code.

Continue your C++ learning journey with Learn C++: Functions. Learn about functions, a way to reuse the same blocks of code over and over throughout your program. Use your new functions knowledge to create multi-file programs that include header files.


* Write your own functions

* Implement those functions

* Understand scope


### Notes on Prerequisites
We recommend that you complete [Learn C++: Vectors](https://www.codecademy.com/learn/learn-c-plus-plus-vectors) before completing this course.

Syllabus

  • Functions: Use C++ functions to write more flexible, modular, reusable code.
    • Lesson: Functions
    • Lesson: Code Challenge: C++ Functions
    • Lesson: Functions: Scope & Flexibility
    • Quiz: Functions
    • Project: UFO
    • Informational: Next Steps

Taught by

Jiwon Shin

Related Courses

Make an Action Bar in Unity Part 1 - Modular Action System
Coursera Project Network via Coursera
Advanced Modeling for Discrete Optimization
University of Melbourne via Coursera
C Programming: Modular Programming and Memory Management - 3
Dartmouth College via Coursera
Learn C++: Classes and Objects
Codecademy
Learn Go: Functions
Codecademy