category

home / developersection / category

Why use C and C++ language to develop IDE and Framework?
visual c++ 19-Apr-2024
Why use C and C++ language to develop IDE and Framework?

Learn Why use C and C++ language to develop IDE and Framework in this blog

Why the C Programming Language Still Runs the World?
visual c++ 19-Oct-2022
Why the C Programming Language Still Runs the World?

Learn Why the C Programming Language Still Runs the World in this blog

Is C++ Still Relevant in 2022?
visual c++ 18-Oct-2022
Is C++ Still Relevant in 2022?

Learn Is C++ Still Relevant in 2022 in this blog

How to fix the error in Norton Mobile Security app?
visual c++ 11-Jul-2019
How to fix the error in Norton Mobile Security app?

Norton Mobile Security is a powerful app to protect your Smartphone from being stolen and possible cyber attacks. Moreover, it remotely locates your

Lambda Expression in C++
visual c++ 06-Feb-2015
Lambda Expression in C++

In this blog, I’m explaining about Lambda expression in C++ 1 .Lambda Expression provides a concise function syntax for writing anonymous method.2. I

Pure virtual function C++
visual c++ 30-Jan-2015
Pure virtual function C++

In this blog, I’m explaining about Pure virtual function in c++A pure virtual function is a function that has the notation “=0” in the declaration  of

Pointer in c++
visual c++ 30-Jan-2015
Pointer in c++

In this blog, I’m explaining about Pointer  in c++ PointerPointer is a variable that holds a memory address. This address is the location  of another

Overloading and Overriding in C++
visual c++ 30-Jan-2015
Overloading and Overriding in C++

 In this blog, I’m explaining about Overloading and Overriding in C++ Overloading  The same  method name with different  type  of parameters in a cla

Array  in c++
visual c++ 30-Jan-2015
Array in c++

In this blog, I’m explaining about Array in c++  An array  is a data structure  that contains a group  of elements. Typically  these elements are all

Creating Window program in VC   by using SDK
visual c++ 23-Oct-2011
Creating Window program in VC by using SDK

SDK is acronym for software development kit.  It is a set of tools designed to help c programmers create window application. Steps for creating windo

ActiveX Controls in Visual C
visual c++ 08-May-2011
ActiveX Controls in Visual C

Active controls are specially designed to be embedded in programs, and especially in web pages that browsers can display. Creating active controls mea

MFC (Microsoft Foundation class)
visual c++ 08-May-2011
MFC (Microsoft Foundation class)

MFC built on concept of class hierarchy. Most of the MFC classes are driven from another class which is eventually driven from CObject. When we use t