X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Thu, 23 Mar 2006 13:57:56 -0500 Message-Id: <200603231857.k2NIvuDS013770@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <3WBUf.4318$tN3.1538@newssvr27.news.prodigy.net> (hjsmithh AT sbcglobal DOT net) Subject: Re: I cannot compile the simplest program References: <3WBUf.4318$tN3 DOT 1538 AT newssvr27 DOT news DOT prodigy DOT net> Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk #include using namespace std; int main(void) { cout << "hello" << endl; return 0; }