tag

home / developersection / tag

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

File Handling in C++
.net 06-Feb-2015
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++
.net 05-Feb-2015
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++
.net 05-Feb-2015
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++
.net 05-Feb-2015
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++
.net 05-Feb-2015
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++
.net 05-Feb-2015
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++
.net 03-Feb-2015
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++
.net 30-Jan-2015
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
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