Re: compiled program not running

From: Karl Heinz Buchegger (kbuchegg_at_gascad.at)
Date: 02/23/04


Date: Mon, 23 Feb 2004 11:33:08 +0100

sjb wrote:
>

Please don't top post.

> Pardon my jumping in here...but I am new to this and thoroughly confused
> too.
>
> You state that the program (IDE) is an environment for producing code and
> myriad other functions (debugging, etc...) but that the user should read his
> documentation on how to produce a "free standing" program. Shouldn't the
> program be free standing once an .exe is created (via the IDE's compiler)?

There are demo versions of some compilers around which are cheaper
then the full product or are an add on to some books. They produce
an exe, which can only be run from the IDE. That's good enough for
learning but not good enough to produce anything useful for real
life.

> Or, is this the difference between using an IDE and a "Command Line"
> interpreter? It's just that I've never understood why one would use a
> command line version when you have and IDE with which to do things much more
> simply.

IDE = Integrated Development Environment

Once your program is finished, you no longer run it from the IDE. You simply
start it from the command line and start doing some actual work with
the program.

-- 
Karl Heinz Buchegger
kbuchegg@gascad.at


Relevant Pages

  • RE: VS6 and intel C++ 8.0 - how to compile for WIN64?
    ... Because the native 64-bit IDE is still under ... #toc: back to the ... To set the 64-bit build environment variables, ... Build Environment Window", point to "Set Windows XP 64 Build ...
    (microsoft.public.vstudio.general)
  • Re: porting 32-bit to 64-bit on Xeon
    ... IDE to build 64-bit applications while you maintain the same code base ... To set the 64-bit build environment variables, ... Build Environment Window", point to "Set Windows XP 64 Build ... change the folder to the \Microsoft Visual ...
    (microsoft.public.vc.mfc)
  • Re: porting 32-bit to 64-bit on Xeon
    ... IDE to build 64-bit applications while you maintain the same code base ... Set the 64-Bit Build Environment ... Build Environment Window", point to "Set Windows XP 64 Build ... change the folder to the \Microsoft Visual ...
    (microsoft.public.vc.language)
  • Re: Which is the best open source C/C++ IDE out there?
    ... > I'm not a real programmer, ... > It's a tool based environment. ... > - Compiler with a debugger. ... > IDE vs. Toolbased Environments ??? ...
    (freebsd-questions)
  • Re: Compiler advice?
    ... > Please help me choose a compiler and environment for commercial ... I suspect gcc might give you the least pain for cross-platform development. ... Of course gcc is not an IDE; there are, however, IDEs with which it will ... via autoconf/automake) as a development environment. ...
    (comp.lang.cpp)