Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1. #11

    Default Re: does anybody knows "word inflector" using c language?


    amfufu! ^_^

  2. #12

    Default Re: does anybody knows "word inflector" using c language?

    Quote Originally Posted by aloha123
    output woud be: (pluralize one at a time)
    webdesign developments on the internet
    webdesign development on the internets
    A mistake. My code produces a different output. Just change the output generator on the pluralize function to this:

    Code:
    	for (i=0;i<word_count;++i)
    	{
    		pl = find_plural(words[i]);
    		if ((strcmp(pl, words[i])) != 0)
    		{
    			for (h=0; h<word_count; ++h)
    			{
    				fprintf(fo, "%s ",i==h?pl: words[h]);
    			}
    			fprintf(fo, "\n");
    		}
    	}
    The modified code on my blog here: http://geekzone.freehostia.com/c-wor...tor-pluralizer .

  3. #13

    Default Re: does anybody knows "word inflector" using c language?

    payter kaayo cold fusion da, heheheheh

    payts bro!

  4. #14

    Default Re: does anybody knows "word inflector" using c language?

    thank you cold_fusion.. it really helped me a lot....

  5. #15

    Default Re: does anybody knows "word inflector" using c language?

    i was about to say to use a state machine to get the correct phrase with the correct grammar.

    lookup ra diay ni nga probs?.

  6. #16

    Default Re: does anybody knows "word inflector" using c language?

    Quote Originally Posted by aloha123
    thank you cold_fusion.. it really helped me a lot....
    You're welcome !

  7.    Advertisement

Page 2 of 2 FirstFirst 12

Similar Threads

 
  1. Does anybody know portofino's phone number?
    By iamclas in forum Destinations
    Replies: 2
    Last Post: 05-30-2009, 08:29 PM
  2. Replies: 6
    Last Post: 04-09-2008, 10:17 AM
  3. does anybody knows about this...
    By daddyfree in forum Software & Games (Old)
    Replies: 3
    Last Post: 12-16-2007, 07:14 PM
  4. does anybody know how to ring back your landline?
    By jim-designs in forum Gizmos & Gadgets (Old)
    Replies: 14
    Last Post: 12-10-2006, 07:46 PM
  5. does anybody know about a remote key logger?
    By maverick_7 in forum Software & Games (Old)
    Replies: 7
    Last Post: 03-09-2006, 12:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top