Re: Is there a decent Obj-C for Windows?
Re: Is there a decent Obj-C for Windows?
- Subject: Re: Is there a decent Obj-C for Windows?
- From: Ondra Cada <email@hidden>
- Date: Mon, 24 Sep 2001 13:10:44 +0200
Andreas,
>
>>>>> Andreas Monitzer (AM) wrote at Mon, 24 Sep 2001 11:16:15 +0200:
AM> ...that's the problem when there's no stdc++-equivalent
I have no idea what stdc++ might be, but if you mean a standard set of
libraries, like those stdio/stdlib/... ones for plain C, then ObjC naturally
has such a thing -- the standard Object class and its services. Each ObjC
implementation which is not flawed supports it. Just import <objc/Object.h>
and use it. If it does not work in CW, then CW does not support ObjC properly
(in the same meaning and with the same caveats as if we said "if you don't
have atoi or strlen, then your SDK does not support C properly").
In OS X, incidentally, we have it too, but don't use it often, since our
Foundation's ways better.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc