I have a 3rd party header that has a function declaration in it like this -
Code:static int Foo(FooClass& FooData);
I can't seem to recall what exactly they are wanting passed, it looks like they want the data in FooClass passed, but that doesnt make sense int eh context its used in.



LinkBack URL
About LinkBacks



CornedBee