[求助]刚接触vc的
我刚接触VC++,今天刚下了个VC,运行了书上的例题.可出现了错误.
不知道错在哪了!!
望各位高手指点一下
// 001.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include<iostream.h>
int main(int argc, char* argv[])
{ cout<<"Hello\n";
return 0;
}
谁能告诉我哪能下到VC的教程!!!!