Re: [newbie] g++ compiler error

2000-11-23 Thread Paul
On Wed, 22 Nov 2000, Wilbert Ho wrote: >Hello. I wrote an elementary C++ program with vi and called it temp.cpp >After compiling with g++ temp.cpp I'm presented with the executable a.out >(which is as it should be). My problem is, when I try running a.out all I'm >getting is > >bash: Command not

RE: [newbie] g++ compiler error

2000-11-23 Thread Dennis M Pettersson
Try ./a.out or sh a.out > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Wilbert Ho > Sent: Wednesday, November 22, 2000 10:47 PM > To: [EMAIL PROTECTED] > Subject: [newbie] g++ compiler error > > > Hello. I wrote an elementary C++ program with vi an