注册 登录
编程论坛 C++教室

本菜鸟向大哥扪请教读VC6.0先读*.cpp还是*.dfm怎么找开头?

chenzhe123 发布于 2007-08-23 22:51, 685 次点击
本菜鸟向大哥扪请教读VC6.0先读*.cpp还是*.dfm怎么找开头?
4 回复
#2
chenzhe1232007-08-24 11:52
本菜鸟向大哥扪请教读VC6.0先读*.cpp还是*.dfm
在VC6.0开发平台上从哪开始读程序?
#3
aipb20072007-08-24 12:01
什么是读vc6.0?

.cpp是源文件,就是写代码的地方。
*.dfm是什么文件不知道,有吗?也许是编译器生成的吧!
#4
chenzhe1232007-08-25 18:22

我说的是读vc6.0的程序
哪是程序的开头

#5
HJin2007-08-25 18:27
search one of the following terms

main()

_tmain()

winmain()

theApp

etc...
1