小弟最近在学习C++,用的是VC++6.0
按照教程里的步骤学习,遇到了些问题,希望各位大哥指导下.
具体是这样的:
建立一个新工程-选择Win32 Console Application-填好名字(5555)及路径
-OK在选择A Simple application
此时工程建立
出现编程界面
// 5555.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
int main(int argc, char* argv[])
{
return 0;
}
然后书本里叫我把自己编的东西插进去
我不知道如何插 试了N次都不行
帮大哥帮忙