C++ Tutorial for Beginners Ep#18 - Functions Prototypes / Declarations - SavvyNik

Channel:
Subscribers:
72,300
Published on ● Video Link: https://www.youtube.com/watch?v=1oKrRVITMF8



Category:
Tutorial
Duration: 8:05
1,077 views
42


C++ Tutorial for Beginners Ep#18 where we learn about Declaring or Creating Function Prototypes in C++. This will be an introduction to C++ Functions for Beginners. Prototypes help you declare your functions so that you can use them throughout the program and outside the scope of other functions. Function Prototypes help organize code in C++. This C++ Tutorial is for Beginners and intended for learning the concepts of C++. Use Visual Studio Code or any text editor to follow along. Make sure to subscribe so you can follow the series.

Function Prototypes are helpful in C++. They help you structure code so that functions can be executed without defining them before the scope of other functions. Prototypes / Declarations will help you organize your program. Functions Prototypes can be also be known as declarations some people will use these two interchangeably.

My Linux Cheat Sheet and 25 Page Checklist here:
📚 https://learn.savvynik.com

Share this free tool and support Small YouTubers
https://editbulk.com
(I made this tool to help creators)

Want more info/content?
https://savvynik.com

Useful Commands/Links:

Windows 10 Compiler Tools Setup - https://youtu.be/hCLIDph7-mU
Visual Studio Code - https://code.visualstudio.com/

Online Compilers:
https://www.onlinegdb.com/online_c++_compiler
http://cpp.sh/
https://repl.it/languages/cpp

Great List of Online C++ compilers:
https://arnemertz.github.io/online-compilers/#tldr

Windows Compiler Tools - GCC (GNU Compiler Collection) MinGW64
Linux Compiler Tools - Build-Essentials (GCC)

Name of extensions installed:
1. Code Runner
2. C/C++ Intellisense

#Linux #Programming #ComputerScience




Other Videos By SavvyNik


2020-12-21Help Save CentOS Linux - Learn about the Petition and What You can do to Save CentOS!
2020-12-20Veloren - Into the darkness and never turning back - Free and Open Source! (Q&A)
2020-12-19Veloren - Inwards into the Sunset - Free and Open Source! (Q&A)
2020-12-18C++ Tutorial for Beginners Ep#19 - Function Overloading and Examples - SavvyNik on Linux
2020-12-17A beautiful game that’s Free and Open Source and Available on Linux! (Veloren)
2020-12-16How to Install Windows Terminal and Why You Should Use it on Windows 10!!
2020-12-15Create a Linux Persistent USB - Use Linux Anywhere with a Persistent Disk!! Easy Beginner Guide.
2020-12-13Veloren - In search of the Aura Borealis [Northern Lights] !! (Q&A)
2020-12-12Veloren - Into the Wilderness - What a time to Explore!! (Q&A)
2020-12-10How to Install and Use the SUDO command on Linux?? - What is SUDO? Explained using Arch Linux!
2020-12-09C++ Tutorial for Beginners Ep#18 - Functions Prototypes / Declarations - SavvyNik
2020-12-08How to Install DWM on Arch Linux - Minimal with No Bloat! Dynamic Window Manager
2020-12-07PowerToys on Windows 10 - Tools and Utilities (FancyZones, Run, Keyboard, and More)
2020-12-05Veloren Online Play - Game Play & Explore Adventure!! (Q&A)
2020-12-04C++ Tutorial for Beginners Ep#17 - Functions with Parameters and Examples - SavvyNik
2020-12-03Arch Linux with DWM - My New Linux Daily Driver.. this is the start of something!
2020-12-01C++ Programming - Flow Control using if, else if, else with Letter Grade App - SavvyNik [Highlight]
2020-11-30Open Source Game Development using Rust - An Interview with a Dev Team Member at Veloren [Highlight]
2020-11-29Veloren Online Play - Game Play & Release Party v0.8!! (Q&A)
2020-11-26Must Have Windows 10 Utilities! - How to Install PowerToys on Windows 10 and Quick Review of Tools.
2020-11-24C++ Programming - Pre Increment and Post Increment Operators Example - SavvyNik [Highlight]