Re: can't include iostream.h

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

 



The compiler will create an executable. Are you running the executable? By default, I believe, it is called a.out Or you can give it a name like:

gcc -o foo foo.c

where foo.c is your source file name and foo is the name of the executable.

Then execute foo with:

./foo

HTH
Perry

On Apr 13, 2006, at 11:56 AM, MaaSTaaR wrote:


Hello ...

i tried it but the same problem don't print anything
--
View this message in context: http://www.nabble.com/can%27t-include- iostream.h-t1445505.html#a3904462
Sent from the gcc - Help forum at Nabble.com.




[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