category

Home / DeveloperSection / Category

How to fix the error in Norton Mobile Security app?
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++
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++
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++
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++
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++
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
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
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)
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