whoops!
> -----Original Message-----
> From: Thomas, Mark [mailto:Mark.Thomas@hit.cendant.com]
> Sent: Friday, June 30, 2000 11:00 AM
> To: 'plug-discuss@lists.PLUG.phoenix.az.us'
> Subject: RE: printf (' hello world! ');
>
>
> Is that stdio? I thought it was iostream.h.
>
> Cheers.
>
> > -----Original Message-----
> > From: Lucas Vogel [SMTP:lvogel@exponent.com]
> > Sent: Friday, June 30, 2000 10:53 AM
> > To: 'plug-discuss@lists.PLUG.phoenix.az.us'
> > Subject: RE: printf (' hello world! ');
> >
> > I think my preference is:
> >
> > #include <stdio>
> >
> > cout << "Hello world!\n" ;
> >
> >
> > > -----Original Message-----
> > > From: Kevin Buettner [mailto:kev@primenet.com]
> > > Sent: Friday, June 30, 2000 10:46 AM
> > > To: plug-discuss@lists.PLUG.phoenix.az.us
> > > Subject: Re: printf (' hello world! ');
> > >
> > >
> > > On Jun 30, 1:07pm, Furmanek, Greg wrote:
> > >
> > > > Actually it supposed to be:
> > > > char *messsage = "hellow world!";
> > > > printf("%s\n", message);
> > >
> > > Or simply
> > >
> > > printf("Hello world!\n");
> > >
> > > _______________________________________________
> > > Plug-discuss mailing list -
> Plug-discuss@lists.PLUG.phoenix.az.us
> > > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
> > >
> >
> > _______________________________________________
> > Plug-discuss mailing list - Plug-discuss@lists.PLUG.phoenix.az.us
> > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>
> _______________________________________________
> Plug-discuss mailing list - Plug-discuss@lists.PLUG.phoenix.az.us
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>