Software Lessons Session 17: Programming in C++: Namespaces, Pointers, References, Types, Values
Software Lessons 17: Programming in C++: Namespaces, Pointers, References, Types, Values
-Namespaces
-Pointers v References v Values in the context of Stack & Heap
-Memory address vs values at that memory
-Pointers - Point to a memory address
-Reference - A pointer whose memory address cannot change
-Value - Just the value, not a memory address
-Declaring vs Defining variables
-Standard C++ library
-Preprocessing directives