求书籍推荐啊
visual stdio下编程的书籍(说实话vs我不太会用),书籍内容是关于
MFC的。
最近的一个小项目,是个小游戏。就是VS上开发MFC的小游戏。对VS和MFC都不是很熟,
求书籍推荐,尽量多点例子的书
[解决办法]
书籍方面:
1 深入浅出MFC,只需要看看前几章,后面的用到时再看
2 windows程序设计第五版 珍藏版(这个版本代码是vs2008修改过的),这个按需查阅
网上内容:
看看鸡啄米的vs2010入门
http://www.jizhuomi.com/software/257.html
剩下的按项目网上查就可以了
[解决办法]
vc inside ......
[解决办法]
mk:@MSITStore:C:\MSDN98\98VS\2052\vcsample.chm::/html/_sample_mfc_scribble.htm
SCRIBBLE: Illustrates Use of Foundation Class Libraries
Click to open or copy STEP1
Click to open or copy STEP2
Click to open or copy STEP3
Click to open or copy STEP4
Click to open or copy STEP5
Click to open or copy STEP6
Click to open or copy STEP7
SCRIBBLE is the tutorial sample application discussed in Visual C++? Tutorials. The SCRIBBLE sample directory has seven subdirectories that correspond to different steps in the tutorial. Each subdirectory contains the complete sources for a given step.
SCRIBBLE provides simple illustrations of a wide breadth of MFC features. Step 1 through Step 6 of theScribble Tutorial give the best introduction to the following framework features.
Application objects
Documents, views, and document templates
Commands, message maps, and command user interface updating
MDI (multiple document interface) frame and child windows
Toolbars and status bars
Update hints from documents to views
Dialogs, data exchange, and validation
Scroll view
Splitter window
Printing and print preview
Context-sensitive Help
Refer to other samples for illustrations of advanced use of the above features, and for illustrations of many other features not covered in the tutorial.
[解决办法]