| delorie.com/archives/browse.cgi | search |
| From: | Damian Yerrick <Bullcr_pd_yerrick AT hotmail DOT comRemoveBullcr_p> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Re: Vs: Vs: Vs: problems...anyone can help me? |
| Organization: | Pin Eight Software http://pineight.8m.com/ |
| Message-ID: | <ocnojsoa59kks0hddbtrqgt4sjnaccbipo@4ax.com> |
| References: | <%dSZ4.924$xt4 DOT 9866 AT read2 DOT inet DOT fi> <m3itvr7wga DOT fsf AT vsnl DOT net DOT in> <39384246 AT news DOT server DOT worldonline DOT co DOT uk> <Uwx_4.383$537 DOT 6093 AT read2 DOT inet DOT fi> <m3snutp68u DOT fsf AT vsnl DOT net DOT in> <MQM_4.188$S01 DOT 7940 AT read2 DOT inet DOT fi> <393b9cd4 DOT 16277289 AT news DOT freeserve DOT net> <9xP_4.241$S01 DOT 12853 AT read2 DOT inet DOT fi> |
| X-Newsreader: | Forte Agent 1.7/32.534 |
| MIME-Version: | 1.0 |
| Lines: | 30 |
| X-Trace: | /ba9QduVE+hqbAzIXtJSBnu5HghVk6/BRcF6INswP7LNxCJnWO7yAOTX9twQRmtMS5/lE7nG0whL!zxU5MFj/QcgCHaPpNEpDR/WdX23Ls7ZDa1NdO66stfTQLmZU0vTPBgdaqGkgNL+faI9MU3Zsdukv!FLQ+ |
| X-Complaints-To: | abuse AT gte DOT net |
| X-Abuse-Info: | Please be sure to forward a copy of ALL headers |
| X-Abuse-Info: | Otherwise we will be unable to process your complaint properly |
| NNTP-Posting-Date: | Wed, 07 Jun 2000 19:42:40 GMT |
| Distribution: | world |
| Date: | Wed, 07 Jun 2000 19:42:40 GMT |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
| Reply-To: | djgpp AT delorie DOT com |
On Mon, 05 Jun 2000 15:18:29 GMT, "kontulaiset"
<fam DOT kontulainen AT pp1 DOT inet DOT fi> wrote:
>it didint work sorry any other ideas?
Cut and paste this into a new file named hello.cpp:
////////////// begin hello.cpp
#include <iostream>
using namespace std;
int main()
{
cout << "This is what a C++ program should look like."
return 0;
}
////////////// end hello.cpp
Then do this:
C:\PATH\TO\HELLO>gpp -Wall hello.cpp -o hello.exe
--
Damian Yerrick
"I refuse to listen to those who refuse to listen to reason."
See the whole sig: http://www.rose-hulman.edu/~yerricde/sig.html
This is McAfee VirusScan. Add these two lines to your signature to
prevent the spread of signature viruses. http://www.mcafee.com/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |