Thursday, 4 February 2016

Learn here how to install MS SQL server

Here i will show you how to install MS SQL server 2008 R2 ..

First of all conform that your operating system is x64 or x86.
Then click on  relevent file of SQL server .


Follow the all instructions given in the screenshots.
Download all screenshots and install server step by step .

Step:1



Step:2





Step:3



Step:4



Step:5




Step:6




Step:7





Step:8





Step:9





Step:10




Step:11




Step:12









Tuesday, 2 February 2016

How to add two numbers

Here i will tell you how to add two numbers .

Programming :
#include<conio.h>
#include<stdio.h>
#include<iostream.h>
void main(void)
{
clrscr();
int a,b,sum;
cout<<"Enter the 1st value ";
cin>>a;
cout<<"Enter the 2nd value ";
cin>>b;
sum=a+b;
cout<<"Here is the sum of your entered numbers "<<sum;
getche();
}







Here we can learn C++ Language using Turbo c++ software .


First Programme in c++ language is "Hello World"


Programming :
#include<conio.h>
#include<stdio.h>
#include<iostream.h>
void main(void)
{
cout<<"Hello World ";
getche();

}


You can contact with me on facebook click on the link below .


  Click Here for facebook