Archive for August, 2007


I have created a MSN Chat bot: alice@35.cn

I Have created a MSN chat bot based on the A.L.I.C.E(Artificial Linguistic Internet Computer Entity) and AIML(Artificial Intelligence Markup Language).you can add alice@35.cn to your contact and  chat with her all day long on MSN messager:)

Continue Reading...

August 14th, 2007 in 35.com,Programming,Technology | 43 comments


how to sort CAtlArray using qsort

This is nothing new at all,here is the source code:

CAtlArray< CSomeClass*> m_myArray;
qsort(m_myArray.GetData(), m_myArray.GetCount(), sizeof(CSomeClass*),
  (int(*)(const void*, const void*))SortTheArray);

 

the Comparison function would look like the following:

Continue Reading...

August 12th, 2007 in Programming | 3 comments


Song:When You Say Nothing At All

It’s amazing how you can speak right to my heart
Without saying a word, you can light up the dark
Try as I may I could never explain
What I hear when you don’t say a thing

Continue Reading...

August 6th, 2007 in Life | 34 comments