Saturday, January 28, 2012

A simple menu driven program for sorting

#include<stdio.h>
#include<conio.h>
void sorting();
void selection_sort();
void bubble_sort();
void insertion_sort();
int arr[10],temp,i,c,j;
void main()
{
int ch;
char ch2;
clrscr();
do

Windows configuration shortcuts


There are some windows configuration shortcutsyou can use these for avoiding mouse clicks just start RUN and type these commands ... enjoy.
appwiz.cpl
bthprops.cpl
collab.cpl
desk.cpl
Firewall.cpl

Friday, January 20, 2012

Update your context menu..

A trick for creating a link "copy to" in context menu ,,
by which u can easly copy your data to another location
like this

navigate to
HKEY_CLASSES_ROOT\AllFilesystemObjects
and create two ney key copy to and move to
and give them default value as
{C2FBB630-2971-11D1-A18C-00C04FD75D13}
now check in your context menu
:)))))))))))