R
Rex Roger
I'm looking for a C++ compiler for MacOS (10.3), any
suggestion on what currently available.
suggestion on what currently available.
[email protected] (Rex Roger) said:I'm looking for a C++ compiler for MacOS (10.3), any
suggestion on what currently available.
suggestion on what currently available.
kelvSYC said:XCode should do the trick on Panther 10.3.9. You have gcc 3.3 to work
with. I like the fact that it also compiles obj-c++, which, for the
most part, I think of as "C++ without having to use include guards".
XCode should do the trick on Panther 10.3.9. You have gcc 3.3 to work
with. I like the fact that it also compiles obj-c++, which, for the
most part, I think of as "C++ without having to use include guards".
Clark S. Cox III said:XCode should do the trick on Panther 10.3.9. You have gcc 3.3 to work
with. I like the fact that it also compiles obj-c++, which, for the
most part, I think of as "C++ without having to use include guards".
[OT]Objective-C++ has nothing to do with include guards. It's about the
mixing of Objective-C and C++ code within the same translation
unit.[/OT]
Clark S. Cox III said:I'm looking for a C++ compiler for MacOS (10.3), any suggestion on what
currently available.
XCode should do the trick on Panther 10.3.9. You have gcc 3.3 to work
with. I like the fact that it also compiles obj-c++, which, for the
most part, I think of as "C++ without having to use include guards".
[OT]Objective-C++ has nothing to do with include guards. It's about the
mixing of Objective-C and C++ code within the same translation
unit.[/OT]
True, but I just like using #import... Guess I'm just lazy.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.