-
Recent Posts
Recent Comments
Archives
Categories
Meta
Tag Archives: function
Pointers and References – Part 4 (Hacker Stuff) ;)
Ok, guys … party’s over. Some of you have requested some more in-depth stuff on pointers, so here we go: Function Pointer Arrays. Depending on your previous programming experience, Function Pointer Arrays (FPA) may seem a bit nerdy to you. … Continue reading
Posted in Pointers, Programming Essentials, Uncategorized
Tagged array, function, function pointer array, pointer
Comments Off on Pointers and References – Part 4 (Hacker Stuff) ;)
Subroutines, Functions, Methods
Most, if not all, programming languages allow you to create subroutines, functions, or methods, all of which follow the same principle. You can think of them as black-boxes that contain source code to perform a specific task. For example, you … Continue reading
Posted in Programming Essentials, Uncategorized
Tagged c, function, method, parameter, return value, source code, subroutine, variable
Leave a comment