Since 5/6/2012 10:04:02 AM, jwvai316 has written 0 articles and participated in 0 conversations. jwvai316 signature: jwvai316
jwvai316's articles:
Items(3) /1
word count1022 (8/15/2005 9:41:30 AM) comp.lang.c I'm having problem in this case. I need to count how many time each word appears in one sentence. and I need it to be case insensitive for example when the input is The quick brown fox jumps over the lazy dog... jwvai316
find name problem523 (5/20/2005 8:04:18 PM) comp.lang.c What should I do in the condition below? I have an array called person person[0].id = 111; person[0].name = James Smith; person[1].id = 222; person[1].name = Paul Smith; person[2].id = 333; person[2].name = B... jwvai316
Nested linklist614 (5/16/2005 7:03:04 PM) comp.lang.c I don't really know how to say it so I just say it a nested linklist. How do you make LinkLists inside LinkList? Can anyone help me for this? I think an example program will help me a lot. thank you. ... jwvai316