Daily Archives: March 27, 2007

test coolcode

Download: test.partial.cppint main(int argc, char * argv[]) {     try{         if (argc == 3)             cout << Combination(BigNum(atoi(argv[1])), BigNum(atoi(argv[2])));     }     catch (std::exception e){         ; … Continue reading

Posted in Default | 1 Comment

Developing MSN/WLM Add-in Part.II

Currently I’m busy fking “.NET Remoting”. I don’t have enough free time to complete the tutorial. here’s sth you must read further if you want to do more on MSN Add-in. anyway, they are tutorials also, but has clear-coded examples. … Continue reading

Posted in Default | Tagged | Leave a comment