-
C++ in 100 Seconds
C++ or C-plus-plus or Cpp is an extremely popular object-oriented programming language. Created in 1979, today it powers game engines, databases, compilers, embedded systems, desktop software, and much of our software infrastructure.
#programming #compsci #100SecondsOfCode
🔗 Resources
Microsoft Docs https://docs.microsoft.com/en-us/cpp/
Bjarne Stroustrup Homepage https://www.stroustrup.com/
C in 100 Seconds https://youtu.be/U3aXWizDbQ4
C# in 100 Seconds https://youtu.be/ravLFzIguCM
🔥 Get More Content - Upgrade to PRO
Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.
🎨 My Editor Settings
- Atom One Dark
- vscode-icons
- Fira Code Font
🔖 Topics Covered
- What is C++?
- C++ basics tutorial
- Who invented C++?
- What is C++ used f...
published: 07 Feb 2022
-
C++ Tutorial for Beginners - Learn C++ in 1 Hour
Learn C++ basics in 1 hour! 🚀 Get 6 months of CLion FREE with the coupon in the description!
🚀 Ready for a deep dive?
- Check out my complete C++ course: https://mosh.link/cpp-course
- Subscribe for more awesome content: https://goo.gl/6PYaGF
📕 Get the FREE goodies:
- C++ cheat sheet & summary notes: https://mosh.link/cpp-cheatsheet
- Get 6 months of CLion for free with this coupon code: MOSH_YOUTUBE - Redeem it at: https://jb.gg/redeem
✋ Stay connected:
- Twitter: https://twitter.com/moshhamedani
- Facebook: https://www.facebook.com/programmingwithmosh/
- Instagram: https://www.instagram.com/codewithmosh.official/
- LinkedIn: https://www.linkedin.com/school/codewithmosh/
📖 TABLE OF CONTENT
0:00:00 Course Introduction
0:00:56 Introduction to C++
0:04:14 Popular IDEs
0:06:11 Your First...
published: 10 Aug 2022
-
the TRUTH about C++ (is it worth your time?)
C++ gets a lot of hate on the internet, and there may be good reason for that. I think C++ is misunderstood, and there are a few simple reasons why. Despite being designed around 3 simple principles, the language has inflated to have a ton of features that are either too complicated to understand, or too powerful to implement without making your code base unmanageable.
But, should you learn C++? Yes. There are a few caveats though.
🏫 COURSES 🏫 Check out my new courses at https://lowlevel.academy
🙌 SUPPORT THE CHANNEL 🙌 Become a Low Level Associate and support the channel at https://youtube.com/c/LowLevelLearning/join
Why Are Switch Statements so HECKIN fast? https://youtu.be/fjUG_y5ZaL4
Why Do Header Files Exist? https://youtu.be/tOQZlD-0Scc
How Does Return Work? https://youtu.be/e46...
published: 19 Nov 2022
-
C++ Tutorial for Beginners - Full Course
This course will give you a full introduction into all of the core concepts in C++.
Want more from Mike? He's starting a coding RPG/Bootcamp - https://simulator.dev/
⭐️ Contents ⭐
⌨️ (0:00:00) Introduction
⌨️ (0:01:38) Windows Installation
⌨️ (0:04:54) Mac Installation
⌨️ (0:08:44) Setup & Hello World
⌨️ (0:12:29) Drawing a Shape
⌨️ (0:19:55) Variables
⌨️ (0:31:43) Data Types
⌨️ (0:39:15) Working With Strings
⌨️ (0:49:00) Working With Numbers
⌨️ (0:59:41) Getting User Input
⌨️ (1:05:32) Building a Calculator
⌨️ (1:09:28) Building a Mad Libs
⌨️ (1:13:45) Arrays
⌨️ (1:20:03) Functions
⌨️ (1:29:47) Return Statement
⌨️ (1:35:22) If Statements
⌨️ (1:47:15) If Statements (con't)
⌨️ (1:55:58) Building a Better Calculator
⌨️ (2:02:20) Switch Statements
⌨️ (2:10:47) While Loops
⌨️ (2:18:53) Buil...
published: 24 Aug 2018
-
C vs C++ vs C#
Join this channel to get access to perks:
https://www.youtube.com/channel/UCRLHJ-7b4pjDpBBHAUXEvjQ/join
Discord Server: https://discord.gg/Gm6HqS8n
Github: https://github.com/conaticus
Twitter: https://twitter.com/conaticus
Learn C++: https://learncpp.com
Music Credit:
Faster Does It by Kevin MacLeod is licensed under a Creative Commons Attribution licence (https://creativecommons.org/licenses/...)
Source: http://incompetech.com/music/royalty-...
Artist: http://incompetech.com/
published: 24 Dec 2021
-
Creator Of C++ On How Long To Learn A Language | Prime Reacts
Recorded live on twitch, GET IN
### Reviewed Video
https://www.youtube.com/watch?v=oIFkg1zQE-0
By: Udacity | https://www.youtube.com/@Udacity
### My Stream
https://twitch.tv/ThePrimeagen
### Best Way To Support Me
Become a backend engineer. Its my favorite site
https://boot.dev/?promo=PRIMEYT
This is also the best way to support me is to support yourself becoming a better backend engineer.
MY MAIN YT CHANNEL: Has well edited engineering videos
https://youtube.com/ThePrimeagen
Discord
https://discord.gg/ThePrimeagen
Have something for me to read or react to?: https://www.reddit.com/r/ThePrimeagen
Kinesis Advantage 360: https://bit.ly/Prime-Kinesis
Get production ready SQLite with Turso: https://turso.tech/deeznuts
published: 26 Oct 2024
-
This is the best way to learn C++ for free
This is the best way to learn C++ for free and it is better than learning on YouTube. Don't believe us? Try this course yourself for free!
Are you confused where to start coding/what to learn/what roadmap to take? Take this free 2 minute quiz: https://codedamn.com/career-path-quiz
👉 Checkout codedamn on social:
✨ Instagram: https://cdm.sh/ig
✨ Twitter: https://cdm.sh/twt
If you found the video valuable, please leave a like and subscribe ❤️ It helps the channel grow and helps us push out more valuable content.
✨ Tags ✨
How to learn C++ in 2023?
Learn C++ for beginners
Best way to learn C++ for free
published: 15 Jun 2023
-
C++ Full Course for free ⚡️
This video is a beginner's introduction to C++ that assumes you have no coding experience.
C++ is a vast and complex language. This 6-hour video covers just enough to get you started working with C++ on your own. After completion, I would recommend researching: Vectors, Polymorphism, STL, Smart Pointers, and modern C++23 features.
⭐️Time Stamps⭐️
1# (00:00:00) C++ tutorial for beginners 👨💻
2# (00:13:30) Variables and basic data types ✗
3# (00:24:14) Const 🚫
4# (00:27:37) Namespaces 📛
5# (00:32:13) Typedef and type aliases 🙋♂️
6# (00:37:39) Arithmetic operators 🧮
7# (00:43:18) Type conversion ✨
8# (00:47:05) User input ⌨️
9# (00:52:35) Useful math related functions🔢
10# (00:56:03) Hypotenuse calculator practice program 📐
11# (00:58:44) If statements 🤔
12# (01:03:40) Switches 🔀
1...
published: 28 Jun 2022
-
Cpp SoloLearn solving problem of Alphabet
Cpp SoloLearn solving problem of Alphabet
https://youtu.be/KG1Kk4I38Ys
#cpp
#programming
#sololearn
قناتنا متنوعة فى المنح و الوظائف وتعليم الفيزياء و البرمجة وتصميم المواقع الإلكترونية وإصلاح الأخطاء في البرامج و الاجهزة الالكترونية و الكهربائية وإصلاح المعدات و الادوات.و تعليم الشطرنج و الربح من الانترنيت و الاستثمار من خلال البورصة المصرية نحن نقدم المحتوى باللغتين العربية والإنجليزية للوصول إلى جمهور واسع وتلبية احتياجات متنوعة. انضم إلينا واستمتع بمحتوى متنوع ومفيد
Our channel offers a variety of content in scholarships, jobs, teaching physics, programming, website design, troubleshooting software and electronic devices, electrical equipment and tools repair. We also offer chess lessons, making money online, and investing through the Egyptian stock market. We provide content in bo...
published: 19 Dec 2024
-
Average CPP Benefits at 60, 65, and 70: How Much Will You Get?
Discover how we can help: blueprintfinancial.ca
Business inquiries? Email us: [email protected]
Are you leaving money on the table with your CPP? Well the majority of people are. The average Canadian is getting 40% less than the maximum payout.
At Blueprint, we’ve helped a lot of Canadians optimize their CPP payouts. In this video, I’ll explain the average and maximum CPP payouts at ages 60, 65, and 70 and I’ll share some strategies to help you get closer to the max amount. Plus, I'll guide you on how to estimate your CPP benefits to see if you’re on track.
Links:
Get our retirement tax saving guide here: https://blueprintfinancial.ca/retirement-tax-saving-guide
Link to the blog post: https://blueprintfinancial.ca/average-cpp-benefits-at-60-65-and-70-how-much-will-you-get/
...
published: 11 Aug 2024
2:46
C++ in 100 Seconds
C++ or C-plus-plus or Cpp is an extremely popular object-oriented programming language. Created in 1979, today it powers game engines, databases, compilers, emb...
C++ or C-plus-plus or Cpp is an extremely popular object-oriented programming language. Created in 1979, today it powers game engines, databases, compilers, embedded systems, desktop software, and much of our software infrastructure.
#programming #compsci #100SecondsOfCode
🔗 Resources
Microsoft Docs https://docs.microsoft.com/en-us/cpp/
Bjarne Stroustrup Homepage https://www.stroustrup.com/
C in 100 Seconds https://youtu.be/U3aXWizDbQ4
C# in 100 Seconds https://youtu.be/ravLFzIguCM
🔥 Get More Content - Upgrade to PRO
Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.
🎨 My Editor Settings
- Atom One Dark
- vscode-icons
- Fira Code Font
🔖 Topics Covered
- What is C++?
- C++ basics tutorial
- Who invented C++?
- What is C++ used for?
- What is a smart pointer?
- C++ vs C
- Object oriented programming basics
https://wn.com/C_In_100_Seconds
C++ or C-plus-plus or Cpp is an extremely popular object-oriented programming language. Created in 1979, today it powers game engines, databases, compilers, embedded systems, desktop software, and much of our software infrastructure.
#programming #compsci #100SecondsOfCode
🔗 Resources
Microsoft Docs https://docs.microsoft.com/en-us/cpp/
Bjarne Stroustrup Homepage https://www.stroustrup.com/
C in 100 Seconds https://youtu.be/U3aXWizDbQ4
C# in 100 Seconds https://youtu.be/ravLFzIguCM
🔥 Get More Content - Upgrade to PRO
Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.
🎨 My Editor Settings
- Atom One Dark
- vscode-icons
- Fira Code Font
🔖 Topics Covered
- What is C++?
- C++ basics tutorial
- Who invented C++?
- What is C++ used for?
- What is a smart pointer?
- C++ vs C
- Object oriented programming basics
- published: 07 Feb 2022
- views: 2080322
1:22:56
C++ Tutorial for Beginners - Learn C++ in 1 Hour
Learn C++ basics in 1 hour! 🚀 Get 6 months of CLion FREE with the coupon in the description!
🚀 Ready for a deep dive?
- Check out my complete C++ course: https...
Learn C++ basics in 1 hour! 🚀 Get 6 months of CLion FREE with the coupon in the description!
🚀 Ready for a deep dive?
- Check out my complete C++ course: https://mosh.link/cpp-course
- Subscribe for more awesome content: https://goo.gl/6PYaGF
📕 Get the FREE goodies:
- C++ cheat sheet & summary notes: https://mosh.link/cpp-cheatsheet
- Get 6 months of CLion for free with this coupon code: MOSH_YOUTUBE - Redeem it at: https://jb.gg/redeem
✋ Stay connected:
- Twitter: https://twitter.com/moshhamedani
- Facebook: https://www.facebook.com/programmingwithmosh/
- Instagram: https://www.instagram.com/codewithmosh.official/
- LinkedIn: https://www.linkedin.com/school/codewithmosh/
📖 TABLE OF CONTENT
0:00:00 Course Introduction
0:00:56 Introduction to C++
0:04:14 Popular IDEs
0:06:11 Your First C++ Program
0:13:36 Compiling and Running a C++ Program
0:16:01 Changing the Theme
0:17:16 Course Structure
0:18:48 Cheat Sheet
0:19:20 Section 1: The Basics
0:19:52 Variables
0:26:00 Constants
0:27:28 Naming Conventions
0:30:25 Mathematical Expressions
0:36:39 Order of Operators
0:39:49 Writing Output to the Console
0:49:06 Reading from the Console
0:53:41 Working with the Standard Library
0:58:19 Comments
1:00:51 Introduction to Fundamental Data Types
1:01:41 Section 2: Fundamental Data Types
1:04:45 Initializing Variables
1:09:29 Working with Numbers
1:13:03 Narrowing
1:15:17 Generating Random Numbers
💡 Why C++?
- It's a high-performance language used in gaming, systems programming, and more.
- Great for learning core programming concepts.
👉 This tutorial is perfect for you if:
- You're a complete beginner.
- You want a fast and practical intro to C++.
- You're aiming for a career where C++ is valuable.
#coding #programming
https://wn.com/C_Tutorial_For_Beginners_Learn_C_In_1_Hour
Learn C++ basics in 1 hour! 🚀 Get 6 months of CLion FREE with the coupon in the description!
🚀 Ready for a deep dive?
- Check out my complete C++ course: https://mosh.link/cpp-course
- Subscribe for more awesome content: https://goo.gl/6PYaGF
📕 Get the FREE goodies:
- C++ cheat sheet & summary notes: https://mosh.link/cpp-cheatsheet
- Get 6 months of CLion for free with this coupon code: MOSH_YOUTUBE - Redeem it at: https://jb.gg/redeem
✋ Stay connected:
- Twitter: https://twitter.com/moshhamedani
- Facebook: https://www.facebook.com/programmingwithmosh/
- Instagram: https://www.instagram.com/codewithmosh.official/
- LinkedIn: https://www.linkedin.com/school/codewithmosh/
📖 TABLE OF CONTENT
0:00:00 Course Introduction
0:00:56 Introduction to C++
0:04:14 Popular IDEs
0:06:11 Your First C++ Program
0:13:36 Compiling and Running a C++ Program
0:16:01 Changing the Theme
0:17:16 Course Structure
0:18:48 Cheat Sheet
0:19:20 Section 1: The Basics
0:19:52 Variables
0:26:00 Constants
0:27:28 Naming Conventions
0:30:25 Mathematical Expressions
0:36:39 Order of Operators
0:39:49 Writing Output to the Console
0:49:06 Reading from the Console
0:53:41 Working with the Standard Library
0:58:19 Comments
1:00:51 Introduction to Fundamental Data Types
1:01:41 Section 2: Fundamental Data Types
1:04:45 Initializing Variables
1:09:29 Working with Numbers
1:13:03 Narrowing
1:15:17 Generating Random Numbers
💡 Why C++?
- It's a high-performance language used in gaming, systems programming, and more.
- Great for learning core programming concepts.
👉 This tutorial is perfect for you if:
- You're a complete beginner.
- You want a fast and practical intro to C++.
- You're aiming for a career where C++ is valuable.
#coding #programming
- published: 10 Aug 2022
- views: 4476935
3:17
the TRUTH about C++ (is it worth your time?)
C++ gets a lot of hate on the internet, and there may be good reason for that. I think C++ is misunderstood, and there are a few simple reasons why. Despite bei...
C++ gets a lot of hate on the internet, and there may be good reason for that. I think C++ is misunderstood, and there are a few simple reasons why. Despite being designed around 3 simple principles, the language has inflated to have a ton of features that are either too complicated to understand, or too powerful to implement without making your code base unmanageable.
But, should you learn C++? Yes. There are a few caveats though.
🏫 COURSES 🏫 Check out my new courses at https://lowlevel.academy
🙌 SUPPORT THE CHANNEL 🙌 Become a Low Level Associate and support the channel at https://youtube.com/c/LowLevelLearning/join
Why Are Switch Statements so HECKIN fast? https://youtu.be/fjUG_y5ZaL4
Why Do Header Files Exist? https://youtu.be/tOQZlD-0Scc
How Does Return Work? https://youtu.be/e46wHUjNDjE
🛒 GREAT BOOKS FOR THE LOWEST LEVEL🛒
C Programming Language, 2nd Edition: https://amzn.to/3OKh3q2
C++ Crash Course: A Fast-Paced Introduction: https://amzn.to/3qdZILK
The Rust Programming Language, 2nd Edition: https://amzn.to/3MHaS36
🔥🔥🔥 SOCIALS 🔥🔥🔥
Low Level Merch!: https://www.linktr.ee/lowlevellearning
Follow me on Twitter: https://twitter.com/LowLevelTweets
Follow me on Twitch: https://twitch.tv/lowlevellearning
Join me on Discord!: https://discord.gg/gZhRXDdBYY
https://wn.com/The_Truth_About_C_(Is_It_Worth_Your_Time_)
C++ gets a lot of hate on the internet, and there may be good reason for that. I think C++ is misunderstood, and there are a few simple reasons why. Despite being designed around 3 simple principles, the language has inflated to have a ton of features that are either too complicated to understand, or too powerful to implement without making your code base unmanageable.
But, should you learn C++? Yes. There are a few caveats though.
🏫 COURSES 🏫 Check out my new courses at https://lowlevel.academy
🙌 SUPPORT THE CHANNEL 🙌 Become a Low Level Associate and support the channel at https://youtube.com/c/LowLevelLearning/join
Why Are Switch Statements so HECKIN fast? https://youtu.be/fjUG_y5ZaL4
Why Do Header Files Exist? https://youtu.be/tOQZlD-0Scc
How Does Return Work? https://youtu.be/e46wHUjNDjE
🛒 GREAT BOOKS FOR THE LOWEST LEVEL🛒
C Programming Language, 2nd Edition: https://amzn.to/3OKh3q2
C++ Crash Course: A Fast-Paced Introduction: https://amzn.to/3qdZILK
The Rust Programming Language, 2nd Edition: https://amzn.to/3MHaS36
🔥🔥🔥 SOCIALS 🔥🔥🔥
Low Level Merch!: https://www.linktr.ee/lowlevellearning
Follow me on Twitter: https://twitter.com/LowLevelTweets
Follow me on Twitch: https://twitch.tv/lowlevellearning
Join me on Discord!: https://discord.gg/gZhRXDdBYY
- published: 19 Nov 2022
- views: 834887
4:01:19
C++ Tutorial for Beginners - Full Course
This course will give you a full introduction into all of the core concepts in C++.
Want more from Mike? He's starting a coding RPG/Bootcamp - https://simulat...
This course will give you a full introduction into all of the core concepts in C++.
Want more from Mike? He's starting a coding RPG/Bootcamp - https://simulator.dev/
⭐️ Contents ⭐
⌨️ (0:00:00) Introduction
⌨️ (0:01:38) Windows Installation
⌨️ (0:04:54) Mac Installation
⌨️ (0:08:44) Setup & Hello World
⌨️ (0:12:29) Drawing a Shape
⌨️ (0:19:55) Variables
⌨️ (0:31:43) Data Types
⌨️ (0:39:15) Working With Strings
⌨️ (0:49:00) Working With Numbers
⌨️ (0:59:41) Getting User Input
⌨️ (1:05:32) Building a Calculator
⌨️ (1:09:28) Building a Mad Libs
⌨️ (1:13:45) Arrays
⌨️ (1:20:03) Functions
⌨️ (1:29:47) Return Statement
⌨️ (1:35:22) If Statements
⌨️ (1:47:15) If Statements (con't)
⌨️ (1:55:58) Building a Better Calculator
⌨️ (2:02:20) Switch Statements
⌨️ (2:10:47) While Loops
⌨️ (2:18:53) Building a Guessing Game
⌨️ (2:29:18) For Loops
⌨️ (2:38:32) Exponent Function
⌨️ (2:45:21) 2d Arrays & Nested Loops
⌨️ (2:54:55) Comments
⌨️ (2:59:11) Pointers
⌨️ (3:13:26) Classes & Objects
⌨️ (3:25:40) Constructor Functions
⌨️ (3:34:41) Object Functions
⌨️ (3:41:43) Getters & Setters
⌨️ (3:54:04) Inheritance
Course developed by Mike Dane. Check out his YouTube channel for more great programming courses: https://www.youtube.com/channel/UCvmINlrza7JHB1zkIOuXEbw
🐦Follow Mike on Twitter: https://twitter.com/GiraffeAcademy
🔗The Giraffe Academy website: http://www.giraffeacademy.com/
⭐️Other full courses by Giraffe Academy on our channel ⭐️
💻C: https://youtu.be/KJgsSFOSQv0
💻Python: https://youtu.be/rfscVS0vtbw
💻SQL: https://youtu.be/HXV3zeQKqGY
💻Ruby: https://youtu.be/t_ispmWmdjY
💻PHP: https://youtu.be/OK_JCtrrv-c
--
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://medium.freecodecamp.org
https://wn.com/C_Tutorial_For_Beginners_Full_Course
This course will give you a full introduction into all of the core concepts in C++.
Want more from Mike? He's starting a coding RPG/Bootcamp - https://simulator.dev/
⭐️ Contents ⭐
⌨️ (0:00:00) Introduction
⌨️ (0:01:38) Windows Installation
⌨️ (0:04:54) Mac Installation
⌨️ (0:08:44) Setup & Hello World
⌨️ (0:12:29) Drawing a Shape
⌨️ (0:19:55) Variables
⌨️ (0:31:43) Data Types
⌨️ (0:39:15) Working With Strings
⌨️ (0:49:00) Working With Numbers
⌨️ (0:59:41) Getting User Input
⌨️ (1:05:32) Building a Calculator
⌨️ (1:09:28) Building a Mad Libs
⌨️ (1:13:45) Arrays
⌨️ (1:20:03) Functions
⌨️ (1:29:47) Return Statement
⌨️ (1:35:22) If Statements
⌨️ (1:47:15) If Statements (con't)
⌨️ (1:55:58) Building a Better Calculator
⌨️ (2:02:20) Switch Statements
⌨️ (2:10:47) While Loops
⌨️ (2:18:53) Building a Guessing Game
⌨️ (2:29:18) For Loops
⌨️ (2:38:32) Exponent Function
⌨️ (2:45:21) 2d Arrays & Nested Loops
⌨️ (2:54:55) Comments
⌨️ (2:59:11) Pointers
⌨️ (3:13:26) Classes & Objects
⌨️ (3:25:40) Constructor Functions
⌨️ (3:34:41) Object Functions
⌨️ (3:41:43) Getters & Setters
⌨️ (3:54:04) Inheritance
Course developed by Mike Dane. Check out his YouTube channel for more great programming courses: https://www.youtube.com/channel/UCvmINlrza7JHB1zkIOuXEbw
🐦Follow Mike on Twitter: https://twitter.com/GiraffeAcademy
🔗The Giraffe Academy website: http://www.giraffeacademy.com/
⭐️Other full courses by Giraffe Academy on our channel ⭐️
💻C: https://youtu.be/KJgsSFOSQv0
💻Python: https://youtu.be/rfscVS0vtbw
💻SQL: https://youtu.be/HXV3zeQKqGY
💻Ruby: https://youtu.be/t_ispmWmdjY
💻PHP: https://youtu.be/OK_JCtrrv-c
--
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://medium.freecodecamp.org
- published: 24 Aug 2018
- views: 12691577
2:26
C vs C++ vs C#
Join this channel to get access to perks:
https://www.youtube.com/channel/UCRLHJ-7b4pjDpBBHAUXEvjQ/join
Discord Server: https://discord.gg/Gm6HqS8n
Github: htt...
Join this channel to get access to perks:
https://www.youtube.com/channel/UCRLHJ-7b4pjDpBBHAUXEvjQ/join
Discord Server: https://discord.gg/Gm6HqS8n
Github: https://github.com/conaticus
Twitter: https://twitter.com/conaticus
Learn C++: https://learncpp.com
Music Credit:
Faster Does It by Kevin MacLeod is licensed under a Creative Commons Attribution licence (https://creativecommons.org/licenses/...)
Source: http://incompetech.com/music/royalty-...
Artist: http://incompetech.com/
https://wn.com/C_Vs_C_Vs_C
Join this channel to get access to perks:
https://www.youtube.com/channel/UCRLHJ-7b4pjDpBBHAUXEvjQ/join
Discord Server: https://discord.gg/Gm6HqS8n
Github: https://github.com/conaticus
Twitter: https://twitter.com/conaticus
Learn C++: https://learncpp.com
Music Credit:
Faster Does It by Kevin MacLeod is licensed under a Creative Commons Attribution licence (https://creativecommons.org/licenses/...)
Source: http://incompetech.com/music/royalty-...
Artist: http://incompetech.com/
- published: 24 Dec 2021
- views: 1920844
6:22
Creator Of C++ On How Long To Learn A Language | Prime Reacts
Recorded live on twitch, GET IN
### Reviewed Video
https://www.youtube.com/watch?v=oIFkg1zQE-0
By: Udacity | https://www.youtube.com/@Udacity
### My Stream
h...
Recorded live on twitch, GET IN
### Reviewed Video
https://www.youtube.com/watch?v=oIFkg1zQE-0
By: Udacity | https://www.youtube.com/@Udacity
### My Stream
https://twitch.tv/ThePrimeagen
### Best Way To Support Me
Become a backend engineer. Its my favorite site
https://boot.dev/?promo=PRIMEYT
This is also the best way to support me is to support yourself becoming a better backend engineer.
MY MAIN YT CHANNEL: Has well edited engineering videos
https://youtube.com/ThePrimeagen
Discord
https://discord.gg/ThePrimeagen
Have something for me to read or react to?: https://www.reddit.com/r/ThePrimeagen
Kinesis Advantage 360: https://bit.ly/Prime-Kinesis
Get production ready SQLite with Turso: https://turso.tech/deeznuts
https://wn.com/Creator_Of_C_On_How_Long_To_Learn_A_Language_|_Prime_Reacts
Recorded live on twitch, GET IN
### Reviewed Video
https://www.youtube.com/watch?v=oIFkg1zQE-0
By: Udacity | https://www.youtube.com/@Udacity
### My Stream
https://twitch.tv/ThePrimeagen
### Best Way To Support Me
Become a backend engineer. Its my favorite site
https://boot.dev/?promo=PRIMEYT
This is also the best way to support me is to support yourself becoming a better backend engineer.
MY MAIN YT CHANNEL: Has well edited engineering videos
https://youtube.com/ThePrimeagen
Discord
https://discord.gg/ThePrimeagen
Have something for me to read or react to?: https://www.reddit.com/r/ThePrimeagen
Kinesis Advantage 360: https://bit.ly/Prime-Kinesis
Get production ready SQLite with Turso: https://turso.tech/deeznuts
- published: 26 Oct 2024
- views: 224191
0:40
This is the best way to learn C++ for free
This is the best way to learn C++ for free and it is better than learning on YouTube. Don't believe us? Try this course yourself for free!
Are you confused whe...
This is the best way to learn C++ for free and it is better than learning on YouTube. Don't believe us? Try this course yourself for free!
Are you confused where to start coding/what to learn/what roadmap to take? Take this free 2 minute quiz: https://codedamn.com/career-path-quiz
👉 Checkout codedamn on social:
✨ Instagram: https://cdm.sh/ig
✨ Twitter: https://cdm.sh/twt
If you found the video valuable, please leave a like and subscribe ❤️ It helps the channel grow and helps us push out more valuable content.
✨ Tags ✨
How to learn C++ in 2023?
Learn C++ for beginners
Best way to learn C++ for free
https://wn.com/This_Is_The_Best_Way_To_Learn_C_For_Free
This is the best way to learn C++ for free and it is better than learning on YouTube. Don't believe us? Try this course yourself for free!
Are you confused where to start coding/what to learn/what roadmap to take? Take this free 2 minute quiz: https://codedamn.com/career-path-quiz
👉 Checkout codedamn on social:
✨ Instagram: https://cdm.sh/ig
✨ Twitter: https://cdm.sh/twt
If you found the video valuable, please leave a like and subscribe ❤️ It helps the channel grow and helps us push out more valuable content.
✨ Tags ✨
How to learn C++ in 2023?
Learn C++ for beginners
Best way to learn C++ for free
- published: 15 Jun 2023
- views: 489875
6:00:00
C++ Full Course for free ⚡️
This video is a beginner's introduction to C++ that assumes you have no coding experience.
C++ is a vast and complex language. This 6-hour video covers just eno...
This video is a beginner's introduction to C++ that assumes you have no coding experience.
C++ is a vast and complex language. This 6-hour video covers just enough to get you started working with C++ on your own. After completion, I would recommend researching: Vectors, Polymorphism, STL, Smart Pointers, and modern C++23 features.
⭐️Time Stamps⭐️
1# (00:00:00) C++ tutorial for beginners 👨💻
2# (00:13:30) Variables and basic data types ✗
3# (00:24:14) Const 🚫
4# (00:27:37) Namespaces 📛
5# (00:32:13) Typedef and type aliases 🙋♂️
6# (00:37:39) Arithmetic operators 🧮
7# (00:43:18) Type conversion ✨
8# (00:47:05) User input ⌨️
9# (00:52:35) Useful math related functions🔢
10# (00:56:03) Hypotenuse calculator practice program 📐
11# (00:58:44) If statements 🤔
12# (01:03:40) Switches 🔀
13# (01:09:29) Console calculator program 🖩
14# (01:14:13) Ternary operator ❓
15# (01:18:53) Logical operators 🔣
16# (01:23:55) Temperature conversion program 🌡️
17# (01:29:17) Useful string methods in C++ 〰️
18# (01:35:51) While loops ♾️
19# (01:38:56) Do while loops 🔃
20# (01:42:15) For loops 🔂
21# (01:45:53) Break & continue 💔
22# (01:47:34) Nested loops ➿
23# (01:51:51) Random number generator 🎲
24# (01:55:25) Random event generator 🎁
25# (01:59:05) Number guessing game ↕️
26# (02:03:10) User defined functions 📞
27# (02:10:33) Return keyword 🔙
28# (02:16:42) Overloaded functions 🍕
29# (02:19:49) Variable scope 🌎
30# (02:24:11) Banking practice program 💰
31# (02:38:04) ROCK PAPER SCISSORS game 👊
32# (02:51:11) Arrays 🚗
33# (02:56:40) Sizeof() operator ⚖️
34# (03:01:34) Iterate over an array 🗃️
35# (03:05:40) Foreach loop 🗂️
36# (03:08:36) Pass array to a function 💵
37# (03:13:07) Search an array for an element 🔎
38# (03:20:43) Sort an array ➡️
39# (03:26:37) Fill() function 🍔
40# (03:31:19) Fill an array with user input 🌭
41# (03:38:17) Multidimensional arrays ⬜
42# (03:45:57) QUIZ GAME 💯
43# (03:57:42) Memory addresses 🏠
44# (04:00:31) Pass by VALUE vs pass by REFERENCE 📧
45# (04:04:47) Const parameters 🧱
46# (04:07:54) Credit card validator program 💳
47# (04:17:56) Pointers 👈
48# (04:23:12) Null pointers ⛔
49# (04:27:17) TIC TAC TOE game ⭕
50# (04:46:26) Dynamic memory 🧠
51# (04:52:15) Recursion 😵
52# (04:58:35) Function templates 🍪
53# (05:03:49) Structs 🏗️
54# (05:08:49) Pass structs as arguments 🚚
55# (05:14:17) Enums 📅
56# (05:18:38) Object Oriented Programming 🧍
57# (05:29:32) Constructors 👷
58# (05:38:26) Constructor overloading 👨🍳
59# (05:42:51) Getters & setters 🔒
60# (05:48:59) Inheritance 👩👧👦
Copyright Disclaimer:
This video is the intellectual property of Bro Code. All rights reserved. No part of this video may be reproduced, distributed, or transmitted in any form or by any means, including but not limited to recording, uploading, or other electronic or mechanical methods, without my written permission, except in the case of brief quotations embodied in critical reviews and certain other noncommercial uses permitted by copyright law.
https://wn.com/C_Full_Course_For_Free_⚡️
This video is a beginner's introduction to C++ that assumes you have no coding experience.
C++ is a vast and complex language. This 6-hour video covers just enough to get you started working with C++ on your own. After completion, I would recommend researching: Vectors, Polymorphism, STL, Smart Pointers, and modern C++23 features.
⭐️Time Stamps⭐️
1# (00:00:00) C++ tutorial for beginners 👨💻
2# (00:13:30) Variables and basic data types ✗
3# (00:24:14) Const 🚫
4# (00:27:37) Namespaces 📛
5# (00:32:13) Typedef and type aliases 🙋♂️
6# (00:37:39) Arithmetic operators 🧮
7# (00:43:18) Type conversion ✨
8# (00:47:05) User input ⌨️
9# (00:52:35) Useful math related functions🔢
10# (00:56:03) Hypotenuse calculator practice program 📐
11# (00:58:44) If statements 🤔
12# (01:03:40) Switches 🔀
13# (01:09:29) Console calculator program 🖩
14# (01:14:13) Ternary operator ❓
15# (01:18:53) Logical operators 🔣
16# (01:23:55) Temperature conversion program 🌡️
17# (01:29:17) Useful string methods in C++ 〰️
18# (01:35:51) While loops ♾️
19# (01:38:56) Do while loops 🔃
20# (01:42:15) For loops 🔂
21# (01:45:53) Break & continue 💔
22# (01:47:34) Nested loops ➿
23# (01:51:51) Random number generator 🎲
24# (01:55:25) Random event generator 🎁
25# (01:59:05) Number guessing game ↕️
26# (02:03:10) User defined functions 📞
27# (02:10:33) Return keyword 🔙
28# (02:16:42) Overloaded functions 🍕
29# (02:19:49) Variable scope 🌎
30# (02:24:11) Banking practice program 💰
31# (02:38:04) ROCK PAPER SCISSORS game 👊
32# (02:51:11) Arrays 🚗
33# (02:56:40) Sizeof() operator ⚖️
34# (03:01:34) Iterate over an array 🗃️
35# (03:05:40) Foreach loop 🗂️
36# (03:08:36) Pass array to a function 💵
37# (03:13:07) Search an array for an element 🔎
38# (03:20:43) Sort an array ➡️
39# (03:26:37) Fill() function 🍔
40# (03:31:19) Fill an array with user input 🌭
41# (03:38:17) Multidimensional arrays ⬜
42# (03:45:57) QUIZ GAME 💯
43# (03:57:42) Memory addresses 🏠
44# (04:00:31) Pass by VALUE vs pass by REFERENCE 📧
45# (04:04:47) Const parameters 🧱
46# (04:07:54) Credit card validator program 💳
47# (04:17:56) Pointers 👈
48# (04:23:12) Null pointers ⛔
49# (04:27:17) TIC TAC TOE game ⭕
50# (04:46:26) Dynamic memory 🧠
51# (04:52:15) Recursion 😵
52# (04:58:35) Function templates 🍪
53# (05:03:49) Structs 🏗️
54# (05:08:49) Pass structs as arguments 🚚
55# (05:14:17) Enums 📅
56# (05:18:38) Object Oriented Programming 🧍
57# (05:29:32) Constructors 👷
58# (05:38:26) Constructor overloading 👨🍳
59# (05:42:51) Getters & setters 🔒
60# (05:48:59) Inheritance 👩👧👦
Copyright Disclaimer:
This video is the intellectual property of Bro Code. All rights reserved. No part of this video may be reproduced, distributed, or transmitted in any form or by any means, including but not limited to recording, uploading, or other electronic or mechanical methods, without my written permission, except in the case of brief quotations embodied in critical reviews and certain other noncommercial uses permitted by copyright law.
- published: 28 Jun 2022
- views: 4654184
2:26
Cpp SoloLearn solving problem of Alphabet
Cpp SoloLearn solving problem of Alphabet
https://youtu.be/KG1Kk4I38Ys
#cpp
#programming
#sololearn
قناتنا متنوعة فى المنح و الوظائف وتعليم الفيزياء و البرمج...
Cpp SoloLearn solving problem of Alphabet
https://youtu.be/KG1Kk4I38Ys
#cpp
#programming
#sololearn
قناتنا متنوعة فى المنح و الوظائف وتعليم الفيزياء و البرمجة وتصميم المواقع الإلكترونية وإصلاح الأخطاء في البرامج و الاجهزة الالكترونية و الكهربائية وإصلاح المعدات و الادوات.و تعليم الشطرنج و الربح من الانترنيت و الاستثمار من خلال البورصة المصرية نحن نقدم المحتوى باللغتين العربية والإنجليزية للوصول إلى جمهور واسع وتلبية احتياجات متنوعة. انضم إلينا واستمتع بمحتوى متنوع ومفيد
Our channel offers a variety of content in scholarships, jobs, teaching physics, programming, website design, troubleshooting software and electronic devices, electrical equipment and tools repair. We also offer chess lessons, making money online, and investing through the Egyptian stock market. We provide content in both Arabic and English to reach a wide audience and meet diverse needs. Join us and enjoy diverse and helpful content.
يمكنك التبرع لاستمرارية القناة من خلال رابط باى بال التالى
_*You can donate for our Chanel to continue through the following Paypal account :*_
https://paypal.me/ghandourgeris
شاهد ايضا
Other Videos you Should watch in my Chanel
برنامج إعداد كشوف ملاحظين و لجان الإمتحانات
https://sites.google.com/a/stemassiut.moe.edu.eg/electronics-2020/
برنامج مخزن و حسابات الشركات المتوسطة و الصغيرة
https://osmgg1.tripod.com/
برنامج رسومات المصاعد
https://www.youtube.com/watch?v=Gfi1RWzSxjc&list=PLOB0DtE2PK78gFI6xn3eaAkMDl4ZjkWEM&index=2
أول عشرة استراتيجيات من 1 الى 10 من كتابى المترجم 100 استراتيجية فى الشطرنج
https://youtu.be/fIXpveqF8b0
Electronics part pr 1 regulators
https://youtu.be/k--tsd2UoSI
القلعة للاستشارات المالية CCAP
https://youtu.be/MfGLLLPi0ds
contact me @
https://jawak.com/author/OsamaGhandourGeris
https://www.pinterest.com/osamageris/
https://www.sololearn.com/profile/15955824
http://stemassiut.byethost17.com/
https://github.com/osamageris
https://stackoverflow.com/users/15041791/osama-ghandour-geris
https://eng55.tripod.com/
002 01099674652 - whatsapp : 002 01147172052 - 002 01227007316
Engineer and Educator Osama Ghandour
مهندس /أسامه غندور جريس
متنساش اللايك و الأشتراك و كمان متنساش تعمل مشاركة وكمان تسيب استفسارك في الكومنت أو تسيب تعليق محفز و إيجابي
حتى تظهر القناة فى محركات البحث مثل جوجل و ياهو و شات جى بى تى Search engines
https://wn.com/Cpp_Sololearn_Solving_Problem_Of_Alphabet
Cpp SoloLearn solving problem of Alphabet
https://youtu.be/KG1Kk4I38Ys
#cpp
#programming
#sololearn
قناتنا متنوعة فى المنح و الوظائف وتعليم الفيزياء و البرمجة وتصميم المواقع الإلكترونية وإصلاح الأخطاء في البرامج و الاجهزة الالكترونية و الكهربائية وإصلاح المعدات و الادوات.و تعليم الشطرنج و الربح من الانترنيت و الاستثمار من خلال البورصة المصرية نحن نقدم المحتوى باللغتين العربية والإنجليزية للوصول إلى جمهور واسع وتلبية احتياجات متنوعة. انضم إلينا واستمتع بمحتوى متنوع ومفيد
Our channel offers a variety of content in scholarships, jobs, teaching physics, programming, website design, troubleshooting software and electronic devices, electrical equipment and tools repair. We also offer chess lessons, making money online, and investing through the Egyptian stock market. We provide content in both Arabic and English to reach a wide audience and meet diverse needs. Join us and enjoy diverse and helpful content.
يمكنك التبرع لاستمرارية القناة من خلال رابط باى بال التالى
_*You can donate for our Chanel to continue through the following Paypal account :*_
https://paypal.me/ghandourgeris
شاهد ايضا
Other Videos you Should watch in my Chanel
برنامج إعداد كشوف ملاحظين و لجان الإمتحانات
https://sites.google.com/a/stemassiut.moe.edu.eg/electronics-2020/
برنامج مخزن و حسابات الشركات المتوسطة و الصغيرة
https://osmgg1.tripod.com/
برنامج رسومات المصاعد
https://www.youtube.com/watch?v=Gfi1RWzSxjc&list=PLOB0DtE2PK78gFI6xn3eaAkMDl4ZjkWEM&index=2
أول عشرة استراتيجيات من 1 الى 10 من كتابى المترجم 100 استراتيجية فى الشطرنج
https://youtu.be/fIXpveqF8b0
Electronics part pr 1 regulators
https://youtu.be/k--tsd2UoSI
القلعة للاستشارات المالية CCAP
https://youtu.be/MfGLLLPi0ds
contact me @
https://jawak.com/author/OsamaGhandourGeris
https://www.pinterest.com/osamageris/
https://www.sololearn.com/profile/15955824
http://stemassiut.byethost17.com/
https://github.com/osamageris
https://stackoverflow.com/users/15041791/osama-ghandour-geris
https://eng55.tripod.com/
002 01099674652 - whatsapp : 002 01147172052 - 002 01227007316
Engineer and Educator Osama Ghandour
مهندس /أسامه غندور جريس
متنساش اللايك و الأشتراك و كمان متنساش تعمل مشاركة وكمان تسيب استفسارك في الكومنت أو تسيب تعليق محفز و إيجابي
حتى تظهر القناة فى محركات البحث مثل جوجل و ياهو و شات جى بى تى Search engines
- published: 19 Dec 2024
- views: 21
11:24
Average CPP Benefits at 60, 65, and 70: How Much Will You Get?
Discover how we can help: blueprintfinancial.ca
Business inquiries? Email us:
[email protected]
Are you leaving money on the table with your CPP? Well...
Discover how we can help: blueprintfinancial.ca
Business inquiries? Email us:
[email protected]
Are you leaving money on the table with your CPP? Well the majority of people are. The average Canadian is getting 40% less than the maximum payout.
At Blueprint, we’ve helped a lot of Canadians optimize their CPP payouts. In this video, I’ll explain the average and maximum CPP payouts at ages 60, 65, and 70 and I’ll share some strategies to help you get closer to the max amount. Plus, I'll guide you on how to estimate your CPP benefits to see if you’re on track.
Links:
Get our retirement tax saving guide here: https://blueprintfinancial.ca/retirement-tax-saving-guide
Link to the blog post: https://blueprintfinancial.ca/average-cpp-benefits-at-60-65-and-70-how-much-will-you-get/
Chapters:
00:00 Introduction
00:37 Average CPP Payout at 60, 65, and 70 in 2024
02:02 Key Factors Determining Your CPP Benefits:
04:54 Ways to Increase Your CPP Payments
07:47 How to Estimate Your CPP Benefits in Retirement
10:12 Delaying Age of CPP
Disclaimer: The videos and opinions on this channel are for informational and educational purposes only and do not constitute investment advice. Neither Christopher Liew nor Blueprint Financial provide specific investment recommendations. For investment advice, please consult a registered professional. This channel is not responsible for any investment actions taken by viewers based on these videos.
https://wn.com/Average_Cpp_Benefits_At_60,_65,_And_70_How_Much_Will_You_Get
Discover how we can help: blueprintfinancial.ca
Business inquiries? Email us:
[email protected]
Are you leaving money on the table with your CPP? Well the majority of people are. The average Canadian is getting 40% less than the maximum payout.
At Blueprint, we’ve helped a lot of Canadians optimize their CPP payouts. In this video, I’ll explain the average and maximum CPP payouts at ages 60, 65, and 70 and I’ll share some strategies to help you get closer to the max amount. Plus, I'll guide you on how to estimate your CPP benefits to see if you’re on track.
Links:
Get our retirement tax saving guide here: https://blueprintfinancial.ca/retirement-tax-saving-guide
Link to the blog post: https://blueprintfinancial.ca/average-cpp-benefits-at-60-65-and-70-how-much-will-you-get/
Chapters:
00:00 Introduction
00:37 Average CPP Payout at 60, 65, and 70 in 2024
02:02 Key Factors Determining Your CPP Benefits:
04:54 Ways to Increase Your CPP Payments
07:47 How to Estimate Your CPP Benefits in Retirement
10:12 Delaying Age of CPP
Disclaimer: The videos and opinions on this channel are for informational and educational purposes only and do not constitute investment advice. Neither Christopher Liew nor Blueprint Financial provide specific investment recommendations. For investment advice, please consult a registered professional. This channel is not responsible for any investment actions taken by viewers based on these videos.
- published: 11 Aug 2024
- views: 128628