|

楼主 |
发表于 2013-6-28 21:37:20
|
显示全部楼层
fanki 发表于 2013-6-25 00:13
是不是它什么都没有显示吖?
你建工程的话是件什么工程的吖?
你试一下这样~~
#include "stdafx.h"
#include <stdio.h>
int main(int argc,chat*argv[])
{
printf("This is a C program.\n");
return 0;
}
照着你的代码,出现了--------------------Configuration: 22 - Win32 Debug--------------------
Compiling...
22.cpp
d:\program files\microsoft visual studio\myprojects\hello world\22\22.cpp(1) : fatal error C1083: Cannot open include file: 'stdafx.h': No such file or directory
Error executing cl.exe.
22.exe - 1 error(s), 0 warning(s)
是不是我代码打错了,啊我要崩溃了 |
|