Monday, November 10, 2008

Sunday, June 15, 2008

Visual Studio Startup Error

For those who can not see the news channel on Visual Studio's start page, you can try to change the value "Tools->Options->Environment->Startup->Start Page news channel" from
http://go.microsoft.com/fwlink/?linkid=45332&clcid=409
to the new one
http://www.microsoft.com/feeds/msdn/en-us/vstudio/rss.xml
It could be weird because these two links actually point to same page, however the firewall or something else blocked visual studio from accessing it.

Monday, June 9, 2008

The C++ Programming Language

-_-

Finally I find out that I am still a nOOb to C++. Part 1 Basic facilities and Part 2 Abstraction Mechanisms are OK to me(maybe not however), but I completely can't understand Part III The Standard Library. The book from inventor, Bjarne Stroustrup, is really some kind of challenge.

So I may need to read/review these books first...
1. C++ Primer, by Stanley Lippman
2. Algorithms in C++ by Robert Sedgewick
3. The C++ Standard Library Tutorial and Reference by Nicolar Josuttis

Still a long way to run..

Wednesday, June 4, 2008

Finally, first step on Ubuntu

It's really great pain to have X-FI work on Ubuntu... Nearly mission impossible to some day1 n00b like me... If you have this issue too, please refer to http://ubuntuforums.org/showpost.php?p=3768914&postcount=60

The first day (actually first night) is not so happy, I miss visual studio so much, I don't like gcc really... And even the Code::Block looks strange and cold to me.

Tuesday, March 25, 2008

PGN is now on blogspot!

Other than my journal blog, I will use this place to write something more related to technology and programming.

So, my planning is to write some essays about how to make RPG games using J2ME and ActionScript 3.0.