Unicode Programming in MFC
Unicode characters are invented to accommodate additional international characters part from English. Earlier characters were represented in ASCII formats with each character occupying 1 byte of memory. But […]
Unicode characters are invented to accommodate additional international characters part from English. Earlier characters were represented in ASCII formats with each character occupying 1 byte of memory. But […]
A worker thread in MFC is used for many background tasks like printing, computations, network servers etc., Unlike User Interface threads, worker threads do not have their […]
A thread is the path of execution of a process. A thread by itself, uses only a part of the memory and address space of […]
C++ by itself does not have a feature for dynamic runtime class information. But Microsoft solved this problem by providing a CRuntimeClass. This structure can be […]
This article does not try to cover all possible details about debugging VC ++. It tries to add some knowledge to the VC++ programmers […]
There are instances when some application errors occur in our program, it will be best to raise a generic message. This might send an […]
Copyright © 2024 | WordPress Theme by MH Themes