Re: C++ and Cocoa
Re: C++ and Cocoa
- Subject: Re: C++ and Cocoa
- From: Finlay Dobbie <email@hidden>
- Date: Mon, 1 Oct 2001 18:26:41 +0100
On Monday, October 1, 2001, at 03:14 PM, Brice D Ruth wrote:
I would like to write an application that takes advantage of
ImageMagick's C++ API for image manipulation and I would like it to be
a Cocoa native app (my first). Is there a tutorial that walks a person
through integrating C++ code with Obj-C/C++? I have to admit that
Obj-C is totally new to me, most of my experience is in C/C++.
Objective-C++ is in OS X as of 10.1. If you have 10.1, see
http://developer.apple.com/techpubs/macosx/ReleaseNotes/Objective-
C++.html
-- Finlay