X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Message-ID: <4C3D4076.3020201@iki.fi> Date: Wed, 14 Jul 2010 07:43:34 +0300 From: Andris Pavenis User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100621 Fedora/3.0.5-1.fc13 Lightning/1.0b1 Thunderbird/3.0.5 MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: iostream.h trouble References: <4C3CB531 DOT 6070304 AT vanderbilt DOT edu> <4C3CBED1 DOT 90805 AT gmail DOT com> <4C3CD01F DOT 9050204 AT vanderbilt DOT edu> <201007132158 DOT o6DLwsb7011620 AT envy DOT delorie DOT com> In-Reply-To: <201007132158.o6DLwsb7011620@envy.delorie.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com 14.07.2010 00:58, DJ Delorie kirjoitti: > The C++ language has changed over the years, you need to get the > latest book, and toss your old ones. > > #include > > using namespace std; > > int main(void) > { > cout<< "hello"<< endl; > return 0; > } > Also resources on internet could help while looking for a newer book. Below are some examples (not difficult to find using Google): - http://www.cppreference.com/wiki/start - http://www.cplusplus.com/doc/tutorial/ Andris