Jeff Shilt wrote:
>Thanks for the help - it does compile with g++ instead of gcc, but the
>executable produced isn't d
>oing anything. Here's what i'm doing:
>
>//test.c
>#include
>
>main(){
> cout << "Hello there.";
>}
>
>The test file doesn't print out anything when I run it.
>
>Also, I was w
>Thanks for the help - it does compile with g++ instead of gcc, but the
>executable produced isn't doing anything. Here's what i'm doing:
>
>//test.c
>#include
>
>main(){
> cout << "Hello there.";
>}
>
>The test file doesn't print out anything when I run it.
Append a \n to your string. Or inc
At 10:23 PM 3/21/97 -0500, Jeff Shilt wrote:
>Thanks for the help - it does compile with g++ instead of gcc, but the
executable produced isn't doing anything. Here's what i'm doing:
>
>//test.c
Don't call it "test".
-- Matt
In message <[EMAIL PROTECTED]>, Hamish Moffatt writes
:
> On Mar 03, 1997 at 10:23:30PM -0500, Jeff Shilt wrote:
> > Thanks for the help - it does compile with g++ instead of gcc, but the exec
->utable produced isn't doing anything. Here's what i'm doing:
> >
> > //test.c
> > #include
> >
> > m
On Mar 03, 1997 at 10:23:30PM -0500, Jeff Shilt wrote:
> Thanks for the help - it does compile with g++ instead of gcc, but the
> executable produced isn't doing anything. Here's what i'm doing:
>
> //test.c
> #include
>
> main(){
> cout << "Hello there.";
> }
>
> The test file doesn't prin
On Fri, 21 Mar 1997, Jeff Shilt wrote:
> //test.c
>
> The test file doesn't print out anything when I run it.
try typing 'which test' and find out what program your really running
then type 'man test' to see what it does.
Then give your program a new name.
Time flies like arrows, but fruit fl
6 matches
Mail list logo