In our previous episode, Ludo Brands said:
> 1: void test(void *data)
> 2: void test(void &data)
> 
> The first one does compile in visual studio 2010 and the second does not.

The first is C and C++, the second might be C++ only. (& is also used for
smartpointer related stuff in C++)

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to