printf (' hello world! ');

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Mark Peoples
Date:  
Subject: printf (' hello world! ');
I see you're on your toes =)

I had those docs like a week ago <g>

-----Original Message-----
From: Marc Chung [mailto:mchung@asu.edu]
Sent: Saturday, July 01, 2000 12:00 AM
To:
Subject: Re: printf (' hello world! ');


And of course:

Using System;

class Hello
{
    static void Main() {
        Console.WriteLine("Hello World");
    }
}


<g>




--
Marc Chung []
"I went to the woods because I wanted to live deliberately"

> System.out.println("Hellow World");
>
>
> ----- Original Message -----
> From: "Lucas Vogel" <>
> To: <>
> Sent: Friday, June 30, 2000 10:52 AM
> 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:
> > > 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 -
> > > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
> > >
> >
> > _______________________________________________
> > Plug-discuss mailing list -
> > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>
>
> _______________________________________________
> Plug-discuss mailing list -
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>



_______________________________________________
Plug-discuss mailing list -
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss