|
|
用户名:bonamist 笔名:A117 地区: 北京-北京 行业:其他 |
| 日 | 一 | 二 | 三 | 四 | 五 | 六 |
linux使用与开发小技巧
c++强制类型转换
msdn
WIN32 API tutorial and preferences
GPL & LGPL
LinuxSir论坛graydream个人理解:
c++编译器及开发环境浅谈
关于各编译器、库、环境比较全的一篇文章:http://blog.csdn.net/ugg/archive/2007/03/07/1523379.aspx
Dev-C++、GTK+、MinGW的使用:http://blog.csdn.net/kxy/archive/2004/08/22/81270.aspx
免费编译器、库、环境的列表及链接:http://www.blogjava.net/bluesky/archive/2006/04/24/42832.aspx
| platform | windows | <- | <- | cross-platform |
| IDE | visual studio | Borland C++ Builder | Dev-C++ | Ultimate++, Emacs... |
| compiler | VC++... | Borland C++ | GCC Complier | GNU C++ based MingGW, Cygwin... |
| library | MFC | GTK+, Qt, WxWindows, Fox... | <- (Ultimate++ has its own libraries) |
an ethereal's capture filter
rpm's common usages
disk usage display
to display (current) dir's disk size,
du -sh
s: show summary only, without any sub-directories
h: human-readable
a: show files, too