-
Recent Posts
Recent Comments
Archives
Categories
Meta
Tag Archives: reference
Pointers and References – Part 3 (Kinky Stuff)
Once in a while, I show my students some fancy examples of what you can (but shouldn’t) do with pointers. Most students would be watching the screen with baffled looks on their faces. Those who cannot find any interest in … Continue reading
Pointers and References – Part 2 (Intermediate Stuff)
This is my second posting on pointers and references. In part 1 you could read about the basic nature of pointers. Now we will have a look on two very common examples of how pointers are being used. 1. Passing … Continue reading
Posted in Pointers, Programming Essentials, Uncategorized
Tagged c, pointer, reference, variable
Leave a comment
Pointers and References – Part 1 (Rookie Stuff ;)
Pointers are subject of fear for a large number of people. Some of them hate pointers because they can cause nasty problems that are difficult to debug, others hate them because they never really understood what pointers actually are. Indeed, … Continue reading
Posted in Pointers, Programming Essentials, Uncategorized
Tagged c, pointer, reference, variable
Comments Off on Pointers and References – Part 1 (Rookie Stuff ;)