help-gplusplus
[Top][All Lists]
Advanced

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

Re: newbie question


From: Andre Poenitz
Subject: Re: newbie question
Date: Sat, 28 Aug 2004 17:51:11 +0200

Joe <firegun9@yahoo.com.tw> wrote:
> Hi, I have a problem in executing a program compiled by myself.
> 
> My Environment is WinXp sp1.
> I installed cygwin 1.5.10-3, and g++(gcc) 3.3.3.
> Then I launched cygwin and used nano to create a cpp file named "test.cpp".
> The file content is here:
> 
> 
> 
> #include <iostream>
> 
> using namespace std;
> 
> int main()
> {
>   cout << "Hello";

Try to append a  '<< std::endl' if you did what Thomas suggested
and you still don't get any output.

Andre'


reply via email to

[Prev in Thread] Current Thread [Next in Thread]