Home > Back-end >  Novice, data visualization using GUI or MFC?
Novice, data visualization using GUI or MFC?

Time:10-16

Not a computer professional, don't know about this, want to ask, don't use a GUI or MFC

CodePudding user response:

GUI is a graphical user interface (collectively, the MFC is a tool, so than MFC and QT, almost

Don't know your specific requirements, if is only on the console display can be used like easyx simple graphics library, if want to make software, such as like your figure interface can use MFC, you can also use QT, the former learning cost is much lower, demand is not high, you can use this good

CodePudding user response:


C + + MFC QT
C # winform
To say simple or c #,

CodePudding user response:

Did I miss a win32sdk

CodePudding user response:

1/f, reference and 蘤 old crepe response:
GUI is a graphical user interface (collectively, the MFC is a tool, so than MFC and QT, almost

Don't know your specific requirements, if is only on the console display can be used like easyx simple graphics library, if want to make software, such as like your figure interface can use MFC, you can also use QT, the former learning cost is much lower, demand is not high, you can use the good

Uh huh, understand, thank you very much

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:

First c # winform, followed by c + + builder (or Delphi), three VB!

CodePudding user response:

MFC to do a beautiful interface is arduous, need to have some auxiliary graphics library and the accumulation of custom controls to
Not functions do not have problems, but the MFC provides standard controls, or is ugly, if you want to look good all to get their own design diagram to replace the background of what
This aspect is not too pursuit of words is just as well

CodePudding user response:

refer to 6th floor liups response:
first c # winform, followed by c + + builder (or Delphi), three VB!


C # the biggest problem is the need to install the corresponding version of the operation. The.net framework, cannot do the green version of the software, and it's easy to be decompiled source code,

CodePudding user response:

refer to the eighth floor ooolinux response:
Quote: refer to the sixth floor liups response:

First c # winform, followed by c + + builder (or Delphi), three VB!


C # the biggest problem is the need to install the corresponding version of the operation. The.net framework, cannot do the green version of the software, and it's easy to be decompiled source code,

You're right, but for the original poster is to solve the problem quickly!

CodePudding user response:

reference 5 floor ooolinux reply:
personal think the way the SDK pure API writing Windows programs have been out of date, the 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

thank you, thank you very much