Home > Back-end >  Windows programming
Windows programming

Time:09-27

Small white one, just learn c, see the Windows programming & lt; The fifth edition & gt; The book and found a lot of routines in win10 vs2019 environment can not run very well, would like to ask bosses how to configure vs to run them

CodePudding user response:

Personal think the way the SDK pure API writing Windows programs have been out of date, 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:

The original poster is posted on the error code that what mistakes, so vague questions hard to answer,

CodePudding user response:

Win10 problem is not big, is mainly vs2019! I think it is two main (pure conjecture, not verified) : 1, the so-called security functions, such as the scanf and scanf_s; 2, the unicode string functions
  • Related