如何在Dev C++中编辑、编译和运行程序?
1 #include<stdio.h> 2 3 int main() 4 { 5 printf("Hello World! "); 6 7 return 0; 8 }
先按快捷键F9,再按快捷键F10。