eclipse开发环境
1.run出现lauch failed, binary not found
解决:project->properties->c/c++ build->settings,勾选 GNU Elf Parser
2.添加pthread库
解决:project->properties->c/c++ build->settings,找到Libraries,在-l中添加pthread,在-L中添加crypto
3.无法打开workspace中的project
解决:Window->Show View->Project Explorer
3.设置文件默认打开方式
解决:windows -> preferences -> General -> Editors -> file Associations,选择File types,再指定Associated editors
4、
Alt + \ 查看代码提示