c++ Programming Glossary: fooptrarray
array of pointers as function parameter http://stackoverflow.com/questions/1719051/array-of-pointers-as-function-parameter question on array and pointer in C C . Say I have Foo fooPtrArray 4 How to pass the fooPtrArray into a function I have tried int.. in C C . Say I have Foo fooPtrArray 4 How to pass the fooPtrArray into a function I have tried int getResult Foo fooPtrArray failed.. fooPtrArray into a function I have tried int getResult Foo fooPtrArray failed int getResult Foo fooPtrArray failed How can I deal with..
|