Mail Archives: djgpp/1997/06/24/13:21:58
Josh Lothian wrote:
> hello,
>
> I began to write my first program in c++ today, the classic "hello".
> I
> can compile it just fine under RHIDE, but it will compile the .o file,
>
> but I cannot produce an executable. There is simply no "run" option.
> Is there something real obvious that I am missing? Here is the code:
>
> #include <iostream.h>
>
> int main()
> {
> cout<<"hello";
> }
>
> I have the include directory correct, but I can't understand why I
> can't
> make an executable.
>
> Thanks much in advance.
> --
> Josh Lothian / tlothian AT icx DOT net
> http://user.icx.net/~tlothian
okies rhide does this sometimes
Under the project menu just close the project. Then recompile and it
should produce an exe :)
Hope it workz
D.
- Raw text -