¡@

Home 

c++ Programming Glossary: passedstruct

Passing array of structures to function c++

http://stackoverflow.com/questions/3613302/passing-array-of-structures-to-function-c

Pass to this to a function void myFunction struct MyStruct PassedStruct PassedStruct 0 .a 1 PassedStruct 0 .b 2 ... etc My question.. to a function void myFunction struct MyStruct PassedStruct PassedStruct 0 .a 1 PassedStruct 0 .b 2 ... etc My question is will calling.. struct MyStruct PassedStruct PassedStruct 0 .a 1 PassedStruct 0 .b 2 ... etc My question is will calling the function like..