Showing posts with label pointers. Show all posts
Showing posts with label pointers. Show all posts

Friday, 26 June 2009

Function Pointers in C & C++

Useful Website here which discusses Function Pointers & their usage in various programming languages.

Saturday, 28 February 2009

Basic4GL C++ & Functions

Here are some useful links I've found over time regarding the usage of Functions & Pointers in Basic4GL & C++.

  • Returning an array in C++ for the Basic4GL Plugin SDK, here.
  • Returning a Pointer from a Function in C++, here.
  • Returning an Array in the Basic4GL DLL SDK, here.




Powered by ScribeFire.

Monday, 13 October 2008

Pointers & References

For any aspiring C & C++ programmers who are having difficulty understanding the difference between a Pointer & a Reference; I suggest taking a look at the following Wikipedia pages. Here & here.

Monday, 4 August 2008

Help with Pointers

If you've just started using C or C++ you may need some help understanding what 'Pointers' are & how you use them. So here are some useful links.
  • A discussion about pointers on the Ubuntu forum, here.
  • An introduction to pointers, here.
  • Another pointer tutorial here.