ALT_IMG

You are the cause of my pain

You are the cause of my pain, yet the love I feel for you is my only consolation, my only cure..

ALT_IMG

Saw the girl, whom once I thought as my best friend

Remembering my classmates, after few years, My eyes were filled with tears, Everyone is busy a lot, No one escaped destiny's plot, Saw the girl, whom once I thought as my best friend, Today she is some body else's girl friend, After months remembered about her for a little while, Heard she is happy, that made me smile.

Alt img

It’s been raining since you left me

It’s been raining since you left me, now I’m drowning in the flood. You see, I’ve always been a fighter, but without you I give up.

ALT_IMG

Sweet Heart

Sweetheart.....I miss ......THe whisper of your voice...The warmth of your touch and all the wonderful times that we shared together.......

ALT_IMG

When I see you

When I see you smile and know that it's not for me, that's when I miss you the most.

Monday, August 29, 2011

Create EID greetings in C Program

0 comments
Source Code: #include<stdio.h> #include<conio.h> #include<dos.h> #include<string.h> #include<stdlib.h> #define X 25 void main() {          int i,j,l,t,color=10,z;          char temp;          char* str="Eid Mubarak!";   /*You can change the text here what ever you want to print*/          clrscr();          gotoxy(X,X-1);          l=strlen(str);          clrscr();       ...
Continue reading →
Sunday, August 28, 2011

Create your own Love-Meter using C programming.

0 comments
Create your own love-meter.Copy and paste the below code into your C compiler(Recommended:Borland C).Then compile and execute the file. Source Code: #include<stdlib.h> #include<stdio.h> #include<graphics.h> main() {  int sh,q,w,i=0,j=0,k,a1,a2,count,n,m,l,p,x,y,z,gm,gn;     char nm1[20],nm2[20];     clrscr();     label:clrscr();     a1=0;     a2=0;     count=0;     textcolor(4);     cprintf("__________________________________________");     i=0;     textcolor(1);   ...
Continue reading →
Thursday, August 25, 2011

Simple way to protect your computer from Viruses and Hackers

1 comments
How do you protect your computer from viruses and hackers?. Here is the simple step to prevent attack from viruses and hackers.. This trick will against hackers and viruses. CAUTION:You must be admin or must have admin privileges. Step 1: Go to 'Folder option' in 'control panel'---> 'View tab' Uncheck 'Use Simple file sharing'---> Apply and OK Step 2: Right click on C:Drive(If operating system is installed in C:Drive)---> Properties. You ...
Continue reading →