Jump to content

Translations:Development/Tutorials/Common Programming Mistakes/76/en: Difference between revisions

From KDE TechBase
FuzzyBot (talk | contribs)
Importing a new version from external source
 
(No difference)

Latest revision as of 07:31, 26 October 2019

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Development/Tutorials/Common Programming Mistakes)
Although the design of modern C++ applications can be very complex, application windows can be loaded and displayed to the user very quickly through the technique of [http://www.kdedevelopers.org/node/509 delayed initialization].  This technique is relatively straightforward and useful at all stages of an interactive program.

Although the design of modern C++ applications can be very complex, application windows can be loaded and displayed to the user very quickly through the technique of delayed initialization. This technique is relatively straightforward and useful at all stages of an interactive program.