Re: gcc c++ vs. visual c++ info?
Re: gcc c++ vs. visual c++ info?
- Subject: Re: gcc c++ vs. visual c++ info?
- From: Shawn Erickson <email@hidden>
- Date: Thu, 13 Jan 2005 08:42:00 -0800
On Jan 13, 2005, at 8:17 AM, james tittle wrote:
...I've recently been asked to port some windoze code to osx, and
fairly quickly got it to compile, but then realized that all kinds of
weird things are going on incorrectly...I've since determined that
this must be due to differences between the c++ dialects of gcc and
visual c++, and so am trying to work around this: so, I'm wondering
if anyone knows of a good site that deals with the possible
differences?
...also, can anyone suggest which of the extra c++ flags available in
xcode's target inspector would be most fruitful? Or should I just
invoke them all?
What type of weird things? We are mostly in the dark here on what is
going wrong so not much help will likely come your way...
Are you sure it isn't something like endian or packing issues?
Are you sharing file data across systems, if so what kinds?
Are you talking via a network protocol across platforms?
C++ is basically C++ and you can enable strictness checks in both GCC
and Visual C++ compilers to outline potential none standard use of the
C++ language.
-Shawn
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden