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

 

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

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

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

你可能感兴趣的:(c,File,extension)