Tuesday, 27 December 2011

Change NERO to ASHAMPOO

Are you bored with Nero.Here i recommend another super burning software Ashampoo. It is more simpler than Nero.It is capable of creating compilations of CDs, Optical Disc Images, DVDs and Blu-ray Discs.Allows  creation of DVD movies from video files. Main features : Simple,More user friendly,Disk cheking before ejecting,speed Note: Ashampoo...

Funny Firefox trick

Here i will show a  funny trick Copy the following code in your Firefox URL box  chrome://browser/content/browser.xul Firefox will run another firefox inside it.                                                  ...

Very simple trick to speed up windows 7

Here is a simple trick to speed up your pc.                                                                               Do the folowing 1) Run --> regedit 2) Goto...

Monday, 26 December 2011

Helicopter- C Graphics program

#include<stdio.h> #include<graphics.h> #include<conio.h> #include<math.h> #include<dos.h> void heli(); int main() {     initwindow(2000,2000, "First Sample");     heli();     getch(); } void heli()     {     int xf,yf;     int x1,y1,x2,y2,x3,y3,x4,y4;     int j=0,i=0;     float t;           t=3.14/180;     xf=450;     yf=160;    ...

Friday, 23 December 2011

Vehicles moving on road- C graphics program

#include<stdio.h> #include<conio.h> #include<graphics.h> #include<math.h> #include<dos.h>  int main() {     int i,j,k,l,m,n,p;     initwindow(600, 400, "First Sample");   line(0,160,700,160);   line(0,275,700,275);     for(i=0,j=500;i<500;i=i+2,j=j-3)     {                                    ...

...

Man walking on a road -C++ program

#include<stdio.h> #include<graphics.h> #include<conio.h> #include<dos.h> #include<math.h> void man(); int main() {         initwindow(1050,1050 , "First Sample");     man();         getch(); } void man() {      float t=3.14/180,j=0.0;      int i,p,k=0,l,x1,y1,x2,y2,xf,yf,x,y,m=0; xf=201;yf=399;      while(1)      {      for(i=0,j=0;(i<70||j<45);i++,j=j+1,k++)     ...

Wednesday, 21 December 2011

Find nearest DNS server to increase internet speed

Domain Name System(DNS) that translates hostnames into ipaddress.If you can find your nearest DNS server that will increase your internet speed. Here i suggest a software that will help you to find the nearest DNS server. namebench is that useful software.                            ...

Wednesday, 7 December 2011

Simple Analog Clock- C program

This is very simple program for simple clock.Here the use of cleardevice() is eliminated because cleardevice() cause blinking of screen.Several steps of program is repeated with the color black -which is similar to clearsdevice() and avoids blinking.                                                                            ...

Tuesday, 6 December 2011

Simple Fan implementation-C program

This is simple program that implements a fan. It just gives an idea,you can modify by filling color  and additional  drawings etc. This graphics progam is written  in Dev C++ so it needs slight modifications to  run in Turbo C++ or C etc.                                                    ...

Page 1 of 2712345Next
Twitter Delicious Facebook Digg Stumbleupon Favorites More