bit-cmdr / cpp_pointers

Just a small console app to introduce people to pointers in C++ and how they work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playing with pointers in C++

When I first learned C++ I had the hardest time with pointers. As I start re-learning the language I wanted to get a handle on what things would do in certain situations. It helped me visualize how pointers and parameters interact.

This is a console app that displays the values of the variables in their current state as they are modified.

Hope it's helpful to anyone just coming to the language.

About

Just a small console app to introduce people to pointers in C++ and how they work

License:MIT License


Languages

Language:C++ 100.0%