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++)