Re: C++
Re: C++
- Subject: Re: C++
- From: Ondra Cada <email@hidden>
- Date: Tue, 28 Aug 2001 13:45:21 +0200
Bradley,
>
>>>>> Smith, Bradley (SB) wrote at Tue, 28 Aug 2001 09:06:46 +0100:
SB> I'm a C++ programmer, recently moved to Mac OS X development. If I wanted
SB> to continue coding in C++ what are my options? Would CodeWarrior 7 be a
SB> good bet when it comes out? I use MS Visual C++ at work.
ProjectBuilder supports C++ as well; from 10.1 it will support even ObjC++,
but you are not interesed in ObjC anyway. Just keep your sources named *.cpp
(or *.C), and they will be compiled properly.
For UI you would have to resort to Carbon and for engine to CoreFoundation
(plain C-API), I guess. You definitely won't be able to use anything from
Cocoa.
SB> P.S. Please, no replies in the form "Switch to Obj-C, it's really easy"
SB> etc. i.e. no Obj-C evangelism
Please, _don't ever_ switch to ObjC. Who knows, you might be a good
programmer, after all, and switching to ObjC/Cocoa would allow you to write
great applications in no time flat; we "evangelists" who have tried both and
chosen the much better way then would have more competition.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
References: | |
| >C++ (From: "Smith, Bradley" <email@hidden>) |