Re: Is Visual C++ .NET fully ANSI complaint?
From: Jason (spacenjasset_at_yahoo.co.uk)
Date: 01/21/04
- Next message: Renato: "Problems in running VC++ exe file"
- Previous message: Coyoteboy: "Re: is there any powerful program that can......."
- In reply to: Ernesto: "Is Visual C++ .NET fully ANSI complaint?"
- Next in thread: Bob Jacobs: "Re: Is Visual C++ .NET fully ANSI complaint?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 21 Jan 2004 10:19:42 -0000
"Ernesto" <ebascon@hotmail.com> wrote in message
news:f7c444ea.0401201552.4c37e88@posting.google.com...
> Hi:
>
> I want to develop a cross-platform library and application, and I want
> to know if the Visual C++ .NET compiler is 100% ANSI complaint
> (obviously, forgetting the MANAGED code and all that stuff)
>
Every compiler has it's extentions. Make sure you only use ANSIC++98
constructions, and if possible run it though another compiler - even if
you're not going to link your modules. VC++.NET in my opinion is quite good
and warns about troubblesome casts, and arithmetic mismatches and memory
problems much better than visual C 6 did. It's a good thing.
- Next message: Renato: "Problems in running VC++ exe file"
- Previous message: Coyoteboy: "Re: is there any powerful program that can......."
- In reply to: Ernesto: "Is Visual C++ .NET fully ANSI complaint?"
- Next in thread: Bob Jacobs: "Re: Is Visual C++ .NET fully ANSI complaint?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|