Levels of Inheritance In C++ programming, a class be can derived from a derived class which is known as multilevel inhertiance. For examp...
Read More
Home
Archive for 2014
C++ Function Overriding
If base class and derived class have member functions with same name and arguments. If you create an object of derived class and write cod...
Read More
Public, Protected and Private Inheritance in C++ Programming
You can declare a derived class from a base class with different access control, i.e., public inheritance, protected inheritance or priva...
Read More
C++ Inheritance
Inheritance is one of the key feature of object-oriented programming including C++ which allows user to create a new class(derived class) ...
Read More
Passing Arguments to Function
In programming, argument(parameter) refers to data this is passed to function(function definition) while calling function. In above exampl...
Read More
User-defined Function
C++ allows programmer to define their own function. A user-defined function groups code to perform a specific task and that group of code ...
Read More
C++ Library Function
Library Function Library functions are the built-in function in C++ programming. Programmer can use library function by invoking functi...
Read More
Program to find factorial of Number in C++
#include <iostream> using namespace std; main() { int num , factorial=1; cout<<"Enter The Number To Find Factoril ...
Read More
How to Install and Configure Windows Server 2008 DHCP Server
Introduction Dynamic Host Configuration Protocol (DHCP) is a core infrastructure service on any network that provides IP addressing and ...
Read More
Running Windows Server 2008 R2 – Installing and Creating the Lab Domain Controller
Introduction It has been a long time since I have done one of those “old school” articles that starts from the beginning and does not as...
Read More
How To Use Remote Desktop In Windows Server 2008 For Remote Management
As a system administrator I have seen the time when despite the availability of 3-5 system admins at the same time, the management of end...
Read More
How To Create Additional Domain Controller (ADC) In Windows Server 2008
Having a single Domain Controller can be quite risky because in case of any kind of hardware or some other technical failure, the entire ...
Read More
Installing Exchange Server 2010 SP1 on Windows Server 2008 R2 SP1
I will be setting up Exchange Server 2010 SP1 on Windows Server 2008 R2 SP1 Enterprise Edition. I will be setting up a ...
Read More
How To Activate Exchange Server 2010
When you start the Exchange Management Console, Exchange displays a list of all unlicensed Exchange 2010 servers and the num...
Read More
Installing Service Pack 2 For Exchange Server 2010
In my lab, I have a typical Exchange Server installation. A Typical installation consist of the Client Access , Hub Transpor...
Read More
How To Create A New User Mailbox in Exchange Server 2010
To create a User Mailbox, follow the below steps : Open Exchange Management Console (EMC) and expand the...
Read More
How To Create a Send Connector in Exchange Server 2010
Exchange 2010 transport servers require Send Connectors to deliver messages to the next hop on the way to their destination ...
Read More
How To Install an SSL Certificate in Microsoft Exchange Server 2010
Microsoft Exchange Server 2010 creates a self-signed certificate during installation that uses all the server and domain nam...
Read More
How to Change OWA Forms-Based Logon Option in Exchange Server 2010
The three options for the default sign-in format are : FullDomain : This is the domain and user name of the user in the f...
Read More
How To Upgrade Exchange Server 2010 From Standard To Enterprise Edition
Exchange Server 2010 Standard Edition support only having a maximum of five databases per server. It might be sufficient f...
Read More
Installing Service Pack 3 For Exchange Server 2010
Issues that are fixed with Exchange Server 2010 SP3 can be found here : http://technet.microsoft.com/en-us/libr...
Read More
Installing Microsoft Exchange Server 2013 Prerequisites On Windows Server 2012
Lets setup and install all Exchange Server 2013 prerequisites : The minimum requirement ...
Read More
Installing Microsoft Exchange Server 2013 On Windows Server 2012
To install Exchange Server 2013, follow the below steps : Insert the Exchange Server 2013 D...
Read More
How To Access Exchange Admin Center in Exchange Server 2013
If you opened the Start Screen in Windows Server 2012, you will notice that there is no Exchange Management Console as we we...
Read More
How To Upgrade Exchange Server 2013 To Exchange Server 2013 Cumulative Update 1
Follow the below steps to upgrade Exchange Server 2013 to Exchange Server 2013 CU1 Note : Make sure you take a comple...
Read More
How To Create a New User Mailbox in Exchange Server 2013
Follow the below steps to create a new mailbox in Exchange Server 2013 : Login into Exchange Admin Center ...
Read More
How To Install Windows Server 2012
There are four Windows Server 2012 editions as listed below: Datacenter edition : is intended for organiza...
Read More
How To Activate Windows Server 2012
There are two methods to activate Windows Server 2012, either offline by calling Microsoft Call Center or online by activati...
Read More
How To Change Computer Name in Windows Server 2012
To change the computer name using Server Manager From the Start Screen, click on Server Manager ...
Read More
Setting Up Your First Active Directory Domain Controller With Windows Server 2012
Dcpromo can't be used anymore with Windows Server 2012. dcpromo has been deprecated. We have been always using Dcpromo ...
Read More
Setting Up Additional Active Directory Domain Controller With Windows Server 2012
My primary domain controller is a Windows Server 2012 with a static IP address : 192.168.150.12 Its Forest Func...
Read More
How To Enable Windows 8 Features in Windows Server 2012
The Desktop Experience feature allows you to install a variety of applications and features that are provided in Windo...
Read More
How To Join Windows Server 2012 to a Domain
Before joining the server to the domain, you need to give it a unique name to identify it on the network. Check this artic...
Read More
How To Migrate Windows Server 2008 R2 Active Directory Domain Services To Windows Server 2012
To perform the below steps, you will need to use a domain account which is member member of Domain Admins and Enterprise Adm...
Read More
Introducing Microsoft Hyper-V Server 2008 - Part 2 : Configuration
Opening the Command Line window Click CTRL+ALT+DEL > click on Start Task Manager Click o...
Read More
Enabling Wireless Network for a Hyper-V Virtual Machine
Note : Before proceeding, you will need to enable wireless networking on Windows Ser...
Read More
How to Activate Windows Server 2008 Online
Note : Before your begin, make sure your server has an Internet connection Click on Start > then right click on Comp...
Read More
Setting a Windows Server 2008 Domain Controller as a Global Catalog
To set an additional Domain Controller as a Global Catalog Server, follow the ...
Read More
Creating Detailed Reports Using ISA Server 2006 and Excel
Open ISA Management Console
Read More
Assigning the Same Static IP for a VPN Client
Click Start , point to Administrative Tools , and then click Active Directory Users an...
Read More
Internal DNS Forwarding Through ISA Server 2004/2006
Configuration on DNS Server Click Start , point to Administrative Tools , and then click DNS . ...
Read More
Blocking Desired Extensions and Content Types
Open ISA Management Console Create a new Access rule, Right click Firewall Policy , then click on Ne...
Read More
Allowing FTP Uploads Through ISA Server 2004/2006
Configuration Open ISA Management Console Create a new Access rule, Right click Fi...
Read More
How to Set Password on Word Document
Set a Password to document in Word 2010 Step 1 Click “File” tab > “Info”
Read More
How to Find the Serial Number of Your Apple Computer
From the menu bar, click on the Apple logo and then click on About This Mac
Read More
How To Find Out Your Windows 8 Product Key
we installed a new Windows 8 copy into our machine. As you have seen and already know, Windows 8 now requires you to type the produc...
Read More
How To Sign in Directly To the Desktop in Windows 8.1
Booting directly to the Start Screen was one feature that many users hated in Windows 8. Microsoft has addres...
Read More
How To Create a Bootable USB Disk For Windows 8.1
When you purchase Windows 8 or 8.1 from Microsoft Store , you are able to instantly download its ISO ...
Read More
Downloading and Installing Windows XP Mode and Windows Virtual PC on Windows 7
Windows Virtual PC can be installed on Windows 7 Professional, Windows 7 Ultimate, and Windows 7 Enterprise. It allows you t...
Read More
Running Legacy Applications on Windows 7 using Windows XP Mode
As you already know, Windows Virtual PC is the runtime engine for Windows XP Mode to provide a virtual Windows enviro...
Read More
Subscribe to:
Posts (Atom)