1. cd :"change directory"
2. the key of "tab" is automatic command line completion.
3. pwd : print the current working directory
4. the development environment of C/C++ under Ubuntu
因为缺少一些必须的头文件,所以需要安装build-essential这个软件包
run command: sudo apt-get install build-essential
reference links:
368

被折叠的 条评论
为什么被折叠?



