Home > Software engineering >  Under the environment of win10 learning "Windows programming second edition"
Under the environment of win10 learning "Windows programming second edition"

Time:11-25

I want to learn the win32 programming, so I installed the VS2010, but found that the source code in this book in VS2010 don't run, I want to ask next everybody question 2:
1, whether to have similar to the "second edition" Windows programming books recommended, can run in VS2010 above, can read and study while beating code,
2, is there any compatible version of VC6.0, can stable operation on WIN10, I used to download a lot of a version of the program can run normally,

CodePudding user response:

Directly on the network looking for example learning

CodePudding user response:

Main character encoding issues is more, this aspect needs to pay attention to the ~

CodePudding user response:

Personal feel pure SDK API way to write a Windows program is no longer recommended, efficiency is too low, it is ok to understand the principle, main is message mechanism,

A graphical user interface (GUI) programming can learn c + + Builder, advanced architecture (and c # drag controls), introduction to more easily,

C + + Builder is a real visual Development tool, c + + Builder can use the mouse to drag controls followed by a "design" set properties of a graphical user interface of the program, using the visual components/controls like "building blocks", built in the form of "wysiwyg" Application interface, which is the name of c + + Builder in the concept of the Builder, in this way, only needs to be written in c + + language business logic code, similar to the text interface programming under DOS, just concentrate on the business logic function, the code is very concise, data input and performance, in a graphical user interface, intuitive, and easy to use, this is RAD (Rapid Application Development, Rapid Application Development),

Book recommendation:
"C + + Builder 6 program design course (second edition)" (such as loyal lu, wen-liang liu/2011-04-01/science press) (dangdang)
"C + + Builder 6 programming examples of fine solution" (Zhao Mingxian), PDF, is a digital version, a scan version, there is also a complete implementation of tetris game,
"Wonderful" c + + Builder 6 programming Wu Yixian (Taiwan), there are a few simple little game, 10 can read later rewrite, is their mastery of the,
"C + + Builder 5 senior programming examples of fine solution" (written by Liu Bin) are larger practical program,

C + + Builder books download:
https://pan.baidu.com/s/13n9hxwVj9ai1p5L2rQC83Q

CodePudding user response:


Differences may be a unicode,
  • Related