| delorie.com/archives/browse.cgi | search |
| X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f |
| X-Recipient: | djgpp AT delorie DOT com |
| Message-ID: | <4C3E125D.1040007@vanderbilt.edu> |
| Date: | Wed, 14 Jul 2010 14:39:09 -0500 |
| From: | Steve Csorna <steven DOT e DOT csorna AT vanderbilt DOT edu> |
| User-Agent: | Thunderbird 2.0.0.24 (Windows/20100228) |
| MIME-Version: | 1.0 |
| To: | "djgpp AT delorie DOT com" <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> <4C3D4076 DOT 3020201 AT iki DOT fi> |
| In-Reply-To: | <4C3D4076.3020201@iki.fi> |
| X-Proofpoint-Virus-Version: | vendor=fsecure engine=1.12.8161:2.4.5,1.2.40,4.0.166 |
| definitions=2010-07-14_05:2010-02-06,2010-07-14,2010-07-14 signatures=0 | |
| X-PPS: | No, score=0 |
| Reply-To: | djgpp AT delorie DOT com |
Andris Pavenis wrote:
> 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<iostream>
>>
>> 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
>
>
Thank you Andris
Regards
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |