



2005-11-03 23:35

2005-11-04 07:43
强烈同意KAI的意见
1) File->New...
文件-》新建
2) under Projects select Win32 Application
选工程选项卡,选Win32 Application
3) enter your Project name for example: Fun
输入工程名称:Fun
(Pay Attention:
注意:
a) Location is for your Project path, that mean,
1)location 是你的工程的路径,也就是说你的工程的所有文件都在这个目录中
you can find all your project files unter this path.
b) unter Platforms, Win32 should be selected
2)平台 必须选win32
)
4) select An empty project, then press enter Key,
选择空工程,按回车
by others press also enter Key
5) File->New...
文件-》新建
6) under Files select c++ Source File
选择文件选项卡,选中C++ Source File
7) Enter file name for example: fun
输入文件名:fun
8) Press enter key
回车
9) you can now write your code and compile it und let it run
现在,你可以在写程序了,
For your situation, you can copy the code, and paste it to the
或者拷贝代码到write area,编译运行。
code write area, and compile it and let it run.
顺便学一下英语,唉 尽苍生是鸟语!!!!!!

2005-11-06 11:41

2005-11-06 18:00
2005-11-10 19:07


各位老大!不管怎样,我都得谢谢您们.我编译的时候是直接在C++ Source File里写的,然后直接编译,就是这些步骤了,我根本没有管什么win32,是不是有点傻?首先,我是在c++程序设计的基础上学习vc++面向对象与可视化程序设计的.
看了各位老大的建议,我回去试试.再次感谢
2005-11-11 22:07