Friday, June 21, 2013

First Hello World ! C++ Program

#include<iostream.h>
#include<conio.h>

void main()
{
               clrscr();

               cout<<"Hello World !";

               getch();
}

Monday, June 17, 2013

C++ File Maintain Instruction

This is instruction about How you have to maintain  C++ Lab File :

File Color : "Yellow"
Submit Duration : Each 10 Programs
Program Output : Front of Program Codding (as image below)


Note: Don't write program's output backside of your current codding page. example Id you have written program 1 then its output must be front of its codding.

Tutorial: How to Install Microsoft Lookback Adapter

Today we are going to install Microsoft Lookback Adapter in our system. Here I have listed steps that you will able to install this adapter easily. Follow each steps one by one and if you getting any difficulty in between just be free and post your comment below post. I will help you out.

Steps : How to Install "Microsoft Lookback Adapter"

step 1: Go to your "Control Penal"

step 2: Now, Select "Hardware and Sound"

step 3: Click on "Device Manager"

Sunday, June 9, 2013

Download SMITGUIDE Application for your Android Device

Hello, Friends. Today i'm going to launch SMITGUIDE Application for your Android Device. Download this app and you will able to get update in your phone without opening real website.



Sunday, May 5, 2013

Learn CSS3 Transition Duration Effect with Example

Here I have uploaded html file, from which you can learn some CSS3 effects. Download this html file and run in your browser. Don't forget to check coding you will get better idea about coding if you understand it.


I have use : -wekit-transition-duration. so open this file in Google Chrome, Otherwise change -webkit- to your browser

You can use :
-webkit-       for Goog;e Chrome & Safari Browsers
-moz-           for Mozila Firefox
-ms-             for Microsoft Internet Explorer

If you have any doubt just comment below...

Wednesday, April 17, 2013

Introduction about Linux in C Programming ( Linux Material )


Introduction to Linux:-

Linux is a Unix-like computer operating system assembled under the model of free and open source software development and distribution.

The defining component of Linux is the operating system kernel first released 5 October 1991 by Linus Torvalds.

Linux was originally developed as a free operating system for Intel x86-based personal computers.

It is a leading operating system on servers and other big iron systems such as mainframe computers and supercomputers.