MFC Tutorial Part 1
MFC provides really nice classes for doing windows programming. It has taken away all the pains of SDK, where a programmer is expected to handle […]
MFC provides really nice classes for doing windows programming. It has taken away all the pains of SDK, where a programmer is expected to handle […]
OpenGL is the abbreviation of Open Graphics Library. OpenGL is a standard which is cross platform application programming interface (API) for creating the 2D or […]
Threading is an important part of writing applications. Before you start writing the code, you must think twice on threading. First you have to identify […]
There are two categories of cryptographic algorithms: symmetric algorithms and asymmetric algorithms. Symmetric cryptographic algorithms all use the same key to encrypt and decrypt. Some […]
Preface: Inter Process Communication is major Concept in Windows Programming, there are many ways using which on process is communicate with other process like Memory […]
Preface If you ever work in Visual Basic, it provide supports for array of button i.e. you can map several Button to single function, […]
Thread is the smallest executable unit of code within an application. It is the path of execution of a process. An executing Instance of […]
This article shows a demonstration of how to create an explorer interface on a dialog using the MFC class CSplitterWnd. An explorer interface is two […]
Introduction Before I go in detail ,I want you to known what actually EfTidy is, EfTidy is Wrapper Component of Tidy Library and if you don’t […]
This project shows the development of a class that is useful as a reminder or to perform some tasks at a given time or time interval. […]
Copyright © 2024 | WordPress Theme by MH Themes