• 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
Mixing Objective-C and C++ classes; How?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Mixing Objective-C and C++ classes; How?


  • Subject: Mixing Objective-C and C++ classes; How?
  • From: "Michael A. Crawford" <email@hidden>
  • Date: Thu, 06 Aug 2009 16:51:14 -0400

Should the following work (assuming it is included in an Objective-C file with a .mm extension)?

@interface CDBPMDetectOperation : NSOperation <CDAudioTrackDelegate>
{
class BPMDetect* bpmDetector; // C++ class as an objective-c class member
}


-Michael



Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Mixing Objective-C and C++ classes; How?
      • From: Shawn Erickson <email@hidden>
  • Prev by Date: Re: Change Opacity of Image
  • Next by Date: Re: Mixing Objective-C and C++ classes; How?
  • Previous by thread: Re: How to change to the smoother single-stage animation
  • Next by thread: Re: Mixing Objective-C and C++ classes; How?
  • Index(es):
    • Date
    • Thread