On 8/24/06, 王大伟 <[EMAIL PROTECTED]> wrote:
如果我想知道我在debian下用c/c++怎么写程序,
Same as windows, using your favorite editor, such as vim and Emacs.
比如从哪里得到库函数文档,
It depends on which library you want. You could install document packages, such as manpages-dev, glibc-doc, libstdc++-6-doc... most of them are stored as man page.
用什么编译,
gcc, g++ and so on.
有没有适合初学者的ide等等,
Eclipse + CDT for general development Anjuta or monodevelop for GTK and GTK# Kdevelop for KDE -- Best Regards Carlos

