This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: iostream with gcc


[ Reply to the mailing list, not to me. ]

Peter M Lee wrote:

> The result of using g++ is
> 
> $ g++ hello.cc
> 
> $
> 
> in other words nothing is output to the terminal - Peter M Lee

Yes.  That is the correct behavior.  What were you expecting?  You
should see an executable in the current directory that is the result of
compiling the code.  Use -o to name the output filename explicitly.

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]