• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
passing reference to reference to variable from ObjC++ to method of C++ class
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: Re: Threads and UI
  • Next by Date: Re: Grabbing key-downs when not front-most app
  • Previous by thread: Re: Threads and UI
  • Next by thread: Re: passing reference to reference to variable from ObjC++ to method of C++ class
  • Index(es):
    • Date
    • Thread