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

File Handling in C++
File Handling in C++

In this blog, I’m explaining about file handling in C++ File: A File is a streamof bytes stored on some secondarystorage device.Text File: A text fil

Dynamic memory allocation in C++
Dynamic memory allocation in C++

Dynamic memory allocation in C++In this blog, I’m explaining about Dynamic memory allocation in C++Allocation:1. Dynamic memory allocation is the allo

Inline Function in C++
Inline Function in C++

In this blog, I’m explaining about Inline function in C++ What is Inline function?C++ provides an inline functions to reduce the function call overhe

Operator Overloading in C++
Operator Overloading in C++

In this blog, I’m explaining about Operator Overloading in C++ What is operator overloading?1.Changing the definition of an operator so it can be a

Exception Handling in C++
Exception Handling in C++

In this blog, I’m explaining about Exception handling in C++An exception is a problem that arises during the execution of a program Exceptions provi

Templates in C++
Templates in C++

In this blog, I’m explaining about templates in C++ Templates are also known as generic function or class which are used to implement a generic struc

Calculator in C++
Calculator in C++

In this blog, I’m create a Calculator using Visual studio c++ DescriptionThis is simple calculator that contains four basic mathimatical functions

Friend function and friend class in C++
Friend function and friend class in C++

In this blog, I’m explaining about friend function and friend class in C++Friend function1. Friend function can access the private or protected member

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