passing reference to reference to variable from ObjC++ to method of C++ class
passing reference to reference to variable from ObjC++ to method of C++ class
- Subject: passing reference to reference to variable from ObjC++ to method of C++ class
- From: "Shashikant Hire" <email@hidden>
- Date: Thu, 11 Dec 2003 15:59:03 +0530
Hello
Is it possible to pass reference to char array from ObjC++ code to method of
C++ object?
For example
char name[512];
cppObj = new CppClass();
cppObj->setName(name);
After debugging using GDB I found that reference to name is null. Cpp
library is CFM-based.
SBH
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.