原创 EclipseCDT

        最近聽說Eclipse不但可以編輯Java程序,還能夠編寫C++的代碼,我就搞了一個來,eclipse3.0+cdt2.1,呵呵,滿懷

原创 C0x新模板

聽說C0x標準中添加了一個新的模板,在<functional>頭文件中,模板的名字好象就叫“function”。

原创 收藏一下, c++&&Python

C++ 擴展和嵌入 Python

原创 C++ Coding Standards ---- Item1 : Compile cleanly at high warning levels.

SummaryTake warnings to heart: Use your compiler's highest warning level. Require clean (warning-free) builds.Understan

原创 EclipseJava

環境變量classpath, java_home, path,是必須要設置的:    classpath=C:/Sun/AppServer/jdk/l

原创 boost Python 編譯通過記錄

首先,編譯boost_python.dll:       在目錄boost/boost_1_32_0/libs/python/build/Visua

原创 郵件列表的差異

我喜歡訂閱郵件列表,方便,快速,而且在公司限制上網流量的時候,郵件列表的存在可以幫我獲取很多信息。 不過國內的郵件列表&國外的好像差別很大。在國內的列表中,發郵件的人好像都不怎麼有禮貌,幾乎任何話題到最後都能發展成垃圾郵件:-)很多人喜歡

原创 新的版本控制工具

主頁:http://tortoisesvn.tigris.org/版本:1.2.2 build 4295 點贊 收藏 分享

原创 暑假回家

暑假時間:8月15日——8月17日,18、19日兩天請年假,再加上兩邊的雙休日,總共9天時間,足夠回家了。行程安排:             1

原创 大浪淘沙

    荀子云:不積蹞步,無以致千里;不積小流,無以成江海。    如今要從小步走起,真正開始創造自己的生活。    從完成第一個自己的軟件產品開始,

原创 C++ Coding Standards Item 4: Invest in code reviews

http://spaces.msn.com/members/spiritauding/Blog/cns!1psm74keJLzaQ6CnZ_EB1mAw!127.entryC++ Coding Standards Item 4: Inve

原创 C++ Coding Standards Item 2 : Use an automated build system

http://spaces.msn.com/members/spiritauding/Blog/cns!1psm74keJLzaQ6CnZ_EB1mAw!125.entryC++ Coding Standards Item 2 : Use

原创 C++ Coding Standards Item 3: Use a version control system

http://spaces.msn.com/members/spiritauding/Blog/cns!1psm74keJLzaQ6CnZ_EB1mAw!126.entryC++ Coding Standards Item 3: Use

原创 C++ Coding Standards Item 5 : Give One entity one cohesive responsibility

http://spaces.msn.com/members/spiritauding/Blog/cns!1psm74keJLzaQ6CnZ_EB1mAw!120.entryC++ Coding Standards Item 5 : Giv

原创 wxPython學習2005-07-21

# Start of file from wxPython.wx import * ID_ABOUT = 101 ID_EXIT = 102 class MyFrame(wxFrame): def __init_