ANSI-standard C++ compiler

Aaron Hackney aaron at aaronhackney.com
Fri Nov 21 16:44:19 GMT 2003


Speaking of ANSI standard, when I start a new project, it puts system 
headers in as <header.h>
Isn't the ANSI standard just <header> ?

At 01:13 PM 11/21/2003 +0000, you wrote:
>On Thu, 2003-11-20 at 17:04, John wrote:
> > I will have to investigate this as I what ever I chose to use I will
> > need to have it run on MS Dos.  He is an older teacher and he wants
> > things done his way and always has.
>
>I doubt it is an age thing. It makes sense to get things done in a
>common way for assessment reasons. No one, 19 or 90, wants to assess
>dozens of assignments submitted for half a dozen or more various
>platforms.
>
>Stick to using ANSI headers and you'll probably have few problems.
>
>Paul.
>
>
>
> > On Thursday, November 20, 2003, at 08:18 AM, Paul Redmond wrote:
> >
> > >
> > > I just would just point out that gcc or g++ running on a Linux box (and
> > > invoked by Kdev) will produce a binary for Linux.
> > >
> > > This binary will not execute under MDOS.
> > >
> > > However there is nothing to stop you using Kdevelop to create a well
> > > written and portable terminal application. You would then recompile
> > > your
> > > source code using the environment that will probably be described to
> > > you
> > > at the start of your course.
> > >
> > > Additionally there are ways to set up cross-compilation (creating a
> > > binary executable to run on a foreign system). You can bear this in
> > > mind
> > > and investigate if you find you have time to kill.
> > >
> > > Best of luck,
> > > Paul.
>
>
>
>-
>to unsubscribe from this list send an email to 
>kdevelop-request at kdevelop.org with the following body:
>unsubscribe »your-email-address«



-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list