Object Oriented Programming (OOP) in C++ Course
By freeCodeCamp.org
Published: Feb 02, 2021“
Object Oriented Programming (OOP) is commonly used when writing code with C++. In this crash course, you will learn what OOP is and how to implement it using C++.This course was developed by Saldina Nurak (CodeBeauty). Check out her channel: https://www.youtube.com/c/CodeBeauty
Course Contents
- (0:00:00) Introduction
- (0:00:54) Introduction to OOP
- (0:03:17) Classes and objects
- (0:10:40) Access modifiers
- (0:17:26) Constructors
- (0:29:39) Encapsulation
- (0:39:50) Abstraction
- (0:52:23) Inheritance
- (1:15:43) Polymorphism
- (1:28:26) Outro
- (1:29:01) Bloopers
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
And subscribe for new videos on technology every day: https://youtube.com/subscription_cent…
”
Tag: C++
[#Script #Coding] Understanding Sorting Algorithms
Understanding Sorting Algorithms
By freeCodeCamp.org
Published: Jun 18, 2021“
Learn some of the most popular sorting algorithms! You will learn selection sort, bubble sort, insertion sort, merge sort, and their order of complexities! This video uses C++ but the concepts apply to any programming language.This course was created by Haris Iftikhar.
- Coding Cleverly YouTube Channel: https://www.youtube.com/codingcleverly
- Coding Cleverly Twitter: https://twitter.com/codingcleverly
- Coding Cleverly Instagram: https://instagram.com/codingcleverly
- Coding Cleverly Facebook: https://www.facebook.com/CodingClever…
Source code on GitHub: https://github.com/codingcleverly/sor…
Course Contents
- (0:00:00) Introduction
- (0:01:06) Simple Sorting Algorithm
- (0:16:16) Selection Sort
- (0:25:56) Diagrammatic Explanation
- (0:28:40) Bubble Sort
- (0:35:20) Graphical Explanation of BubbleSort
- (0:38:51) Insertion Sort
- (0:45:08) Graphical Implementation
- (0:49:30) Merge Sort
- (0:51:57) Extensive Explanation
- (1:09:37) Difference b/w the Algorithms
- (1:10:46) Conclusion
”
[#Script #Coding] Unreal Engine & C++ Tutorial – 1st Person Shooter Game
Unreal Engine & C++ Tutorial – 1st Person Shooter Game
By freeCodeCamp.org
Published: Nov 11, 2021“
Learn how to use Unreal Engine and C++ to create monster shooter game.Course created by Fahir from Awesome Tuts. Check out his channel: https://www.youtube.com/channel/UC5c-DuzPdH9iaWYdI0v0uzw
More tutorials from Fahir: https://awesometuts.com/Assets and Code: https://cdn.fs.teachablecdn.com/HVnF0XHHS3C8GxModarr
Course Contents
- (0:00:00) Game Preview
- (0:02:43) Creating The Player Character
- (0:22:17) Creating The Character Blueprint
- (0:29:23) Player Movement
- (0:37:41) The Projectile Class
- (0:47:54) Shooting The Projectile
- (1:02:41) Creating The Enemy And Enemy Animations
- (1:11:59) AI Perception Component Setup
- (1:27:58) Detecting The Player With Sight
- (1:44:34) Animating Enemy’s Movement
- (1:49:05) Dealing Damage To The Player And Enemy
- (1:57:27) Gameplay UI
- (2:04:55) Displaying Countdown Timer
- (2:20:04) Enemy Health UI
- (2:26:21) The Door Script
- (2:34:43) Creating The Level
”
[#Script #Coding] Unreal Engine & C++ Tutorial – Endless Runner Game
Unreal Engine & C++ Tutorial – Endless Runner Game
By freeCodeCamp.org
Published: Oct 21, 2021“
Learn how to use Unreal Engine and C++ to create an endless runner gameCourse created by Fahir from Awesome Tuts. Check out his channel: https://www.youtube.com/channel/UC5c-DuzPdH9iaWYdI0v0uzw
More tutorials from Fahir: https://awesometuts.com/.”