现在的位置: 首页 > 综合 > 正文

VC编译时,提示no compile tool is associated with the file extension错误

2013年10月19日 ⁄ 综合 ⁄ 共 130字 ⁄ 字号 评论关闭
 

VC编译时,提示no compile tool is associated with the file extension错误

原因是你目前打开的是.h文件,而C++程序中,.h的头文件是不参与编译的。

你只需要把其他.c文件或者.cpp文件,双击打开,这时在编译就不会提示了得意

抱歉!评论已关闭.