Re: /*MerryChristmas.c*/

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

> /*MerryChristmas.c*/
> void main (int argc, char* argv[])

main has never and will never return anything other than an int. It's in
the standard!!!!

> {
>     printf("\n Merry Christmas! \n");
>     if (strcmp(argv[1],"girl") == 0)    /*general idea*/
>         printf("Kisses! \n");
>     else
>         printf("Hugs! \n");
> }

Ouch! What happens though if argv[1] is "Girl" or "gIrl" (you get the
idea). Surely something like

if (strcmp(tolower(argv[1])),"girl)

would make more sense and catch the problems. However, we don't take
into account here if argv[1] is null, so a catch is required..

Oh dear. I need sleep.

MERRY CHRISTMAS FOLKS!!!!!

TTFN

Paul
-- 
Sie können mich aufreizen und wirklich heiß machen!

Attachment: signature.asc
Description: This is a digitally signed message part

-- 
fedora-devel-list mailing list
fedora-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-devel-list

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]
  Powered by Linux