Re: programming in C++ ?
Re: programming in C++ ?
- Subject: Re: programming in C++ ?
- From: Kevin Elliott <email@hidden>
- Date: Thu, 31 Jan 2008 10:17:14 -0800
On Jan 30, 2008, at 3:17 PM, Cor wrote:
I'm very new to Cocoa, so I'm sorry if this is more or less a stupid
question.
I want to make an application that uses the QTKit and some IOKit
things.
For QTKit I seem te need to write in Objective-C.
For the IOKit I need to write in C++.
I'm a experienced C++ programmer, so I prefer to program in C++, but
how do I interface to QTKit?
Just to point something obvious out, but why to you think you need C++
for IOKIt? Inside the kernel, IOKit is quasi-C++, but in user space
(where you'd be mixing with QTKit), it's a straight C API. You can
use C++ if you'd like, but nothing in IOKit needs/requires it...
_______________________________________________
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