随笔分类 - Linux
摘要:vim 配置c++编辑器环境set nocompatible "去掉讨厌的有关vim一致性模式,避免以前版本的一些bug和局限.set number "显示行号.set ruler "显示当前光标的行列信息syntax on "语法高亮显示.(这个肯定是要的.)set background=dark...
阅读全文
摘要:cmd /c "g++ -o $(CURRENT_DIRECTORY)\$(NAME_PART).exe $(FULL_CURRENT_PATH)" 出现控制台. NppExec_041_dll_Unicode http://www.softpedia.com/get/Office-tools/...
阅读全文
摘要:1、代码//thread.cpp#include #include //多线程相关操作头文件,可移植众多平台using namespace std;#define NUM_THREADS 5 //线程数void* say_hello( void* args ){ cout << "hello...
阅读全文
摘要:1、现在对两个文件生成可执行文件//thanks.c#include int main(void){ printf("Hello World\n"); thanks_2();}View Code//thanks_2.c#include int thanks_2(void){ pri...
阅读全文
浙公网安备 33010602011771号