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

Previous
Previous

Software Lessons Session 18: Programming in C++: Pass by Reference, Pointer, & Value Part 1

Next
Next

Software Lessons Session 16: Programming in C++: Memory, Stack, Heap, Syntax