FROM : Kevin Elliott
DATE : Thu Jan 31 19:17:14 2008
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...
DATE : Thu Jan 31 19:17:14 2008
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...
| Related mails | Author | Date |
|---|---|---|
| John Stiles | Jan 30, 16:22 | |
| Cor | Jan 31, 00:17 | |
| Vance | Jan 31, 00:42 | |
| Uli Kusterer | Jan 31, 00:53 | |
| John Stiles | Jan 31, 01:00 | |
| Thomas Engelmeier | Jan 31, 09:22 | |
| Jiva DeVoe | Jan 31, 16:17 | |
| Shawn Erickson | Jan 31, 17:39 | |
| Shawn Erickson | Jan 31, 17:40 | |
| John Stiles | Jan 31, 18:25 | |
| Kevin Elliott | Jan 31, 19:17 | |
| Jay Reynolds Freem… | Jan 31, 19:20 | |
| Thomas Engelmeier | Feb 1, 12:13 | |
| John Stiles | Feb 1, 18:35 | |
| Thomas Engelmeier | Feb 3, 17:44 | |
| Alastair Houghton | Feb 3, 19:16 |






Cocoa mail archive

