Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Video Overview

  • Simple example of pass by value
  • What is pass by reference
  • Why use it?
    • Avoid copying large data
    • Change original value
      • Prevent with const

Titles

  • Why Senior Engineers (Almost) Never Pass by Value in C++

  • C++ Performance: The Hidden Cost of Passing by Value

  • C++ Pass by Reference vs Pass by Value Explained

  • Why Senior C++ Devs (Almost) Never Pass by Value

  • Why Senior C++ Engineers Use Pass by Reference (And When They Don't)

  • Why Senior C++ Engineers Almost Always Pass by Reference

References

  • ChatGPT and Gemini