Re: Help for a novice

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



a.out is itself an executable.

Note that by default, Unix does not look for executables in the local
directory,
so to run it, you need to force it to look there, which is done by by
placing a
./ in front of the call to your program.

You can also compile with the following syntax

g++ -o diewayne wayne.cpp

which will create an executable file with the name 

diewayne

Wayne


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux