Tag Archives: pointer

Function Pointers in C and C++ Primer Tutorial

When programming C and C++ you often talk about functions and methods respectively as a way to compartmentalize the work that your program needs to do. Have you found yourself having these functions and methods well defined and similarly structured … Continue reading

Posted in eLearning, Tutorials, Xcode | Tagged , , , , , , | Leave a comment

C++ and C Reference Pointer Primer Tutorial

C and C++ love you to use pointers to memory and references because it is more direct and faster than the use of variables. So in this tutorial we see four different ways to write a function that can change … Continue reading

Posted in eLearning, Tutorials, Xcode | Tagged , , , , , | Leave a comment