swarm-modeling
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swarm-Modelling] SWARM on Clusters


From: Marcus G. Daniels
Subject: Re: [Swarm-Modelling] SWARM on Clusters
Date: Thu, 04 Mar 2004 19:30:12 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113

Russell Standish wrote:

Yes but trying to interface between an Objective C model and C++ model
at the OO level via the C interface (non-OO) is _hard_ work.
Here's some info on it.

http://developer.apple.com/documentation/ReleaseNotes/Cocoa/Objective-C++.html

As you can see the two runtimes simply co-exist.
In any case, Obj C + C++ always existed in the gcc compiler - is this
non-news?
It didn't always exist. C++ is a different language that doesn't inherit everything from GNU C. For example, you can't use nested functions in C++ like you can in C. And until there was this integration work, Objective C syntax was rejected by the C++ compiler. If Objective C is areasonable extension to C, Objective C++ seems like a reasonable thing to do to C++..


reply via email to

[Prev in Thread] Current Thread [Next in Thread]