C++ Tutorial for Beginners Ep#20 - References and Passing by Reference - SavvyNik on Linux

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



Category:
Tutorial
Duration: 9:55
482 views
36


C++ Tutorial for Beginners Ep#20 where we learn about References and Passing by Reference in C++. This will be an introduction to C++ References for Beginners. References allow you to change up and already existing name of a variable while keeping the original variable intact. Passing by reference can help you edit variables outside the scope of a called function. 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.

Learn the different about using & as a Reference operator and the difference between References and Memory Access operators. Passing by Reference is a way to pass a variable into a function scope of a called function so that you can make edits to a variable, structure, or object. This is a great way to be able to edit multiple variables inside a function. Which seemed impossible before learning about pass by reference.

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 #Tutorial




Other Videos By SavvyNik


2021-01-17Veloren - NEW! Skills and Updates - Open Source Games & Linux Talk (Like Minecraft/Cube World) (Q&A)
2021-01-16Veloren - Updates, Caves, and Fun - Open Source Games Linux & Tech Talk (Q&A)
2021-01-15How to Install Arch Linux on VirtualBox on Windows 10 | Beginners Guide
2021-01-12How to Extend or Create a Linux Swap Partition / Volume / Disk | (Gparted - Ubuntu)
2021-01-11Virtual Machine Maintenance with VirtualBox using Windows 10 and Linux - Live 2021
2021-01-09Veloren - Free and Open Source - Dungeons , PvP, and Updates! Available on Linux.(Q&A)
2021-01-05C++ Tutorial for Beginners Ep#22 - Enums / Enumerations with Examples - SavvyNik on Linux
2021-01-04Arch Linux with XMonad - Minimal & Beautiful Desktop Setup - My Linux Daily Driver Update!
2021-01-02Interview with a Rust Open Source Game Developer. Let's Play Veloren!! Q&A Live on Linux!
2021-01-01C++ Tutorial for Beginners Ep#21 - Recursion and Recursive Functions - SavvyNik on Linux
2020-12-31C++ Tutorial for Beginners Ep#20 - References and Passing by Reference - SavvyNik on Linux
2020-12-30GRUB Rescue and Repair on Linux | Rescue and Repair your Bootloader! (Ubuntu)
2020-12-27Veloren - Exploring the World and Having Fun - Free and Open Source! (Q&A)
2020-12-26Veloren - Exploring the Mountainside Caves - Free and Open Source! (Q&A)
2020-12-23Pop OS 20.10! - My Experience Update using for the last few months.. Is it the best?
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!!