User profile: hnick

User info
User name:hnick
History
Joined:
Number of posts:4
Latest posts:

Problem passing a vector array as a parameter
Bingo! That evidently changed and I didn't notice it when I merged the code. Thank you very much! I ...

Problem passing a vector array as a parameter
Method declaration: RETURNCODE getAllArrayPtrs(vector<hCitemBase*> &ArrayPtrList);// for all condit...

Problem passing a vector array as a parameter
I screwed up in the copying of my functions: definition: getAllArrayPtrs(vector<someObject*> &apList...

Problem passing a vector array as a parameter
First: I am doing maintenance on legacy code. This used to work (and still does) in a different code...