Pages

Create A Single USB For Installing multiple Os

Wednesday, 4 December 2013
Have You Even Imagined To Make A Bootable Pendrive Of Two or More OS? Most Of us may think its impossible but its wrong!It is Possible To install Multiple Os in Single Usb Drive By Using Xboot. Xboot Is a Easy to use utility for creating combining multiple ISO files in a single USB drive. Features: Easy to use software and can...
Read more ...

Google Page Design (C++ Program)

Monday, 2 December 2013
#include<iostream.h> #include<conio.h> #include<graphics.h> #include<dos.h> #include<math.h> void main() {clrscr(); int g=0,d; initgraph(&g,&d,"c:\turboc3\bgi"); setbkcolor(15); setcolor(1); settextstyle(3,0,5); outtextxy(190,140,"G"); setcolor(4); settextstyle(3,0,5); outtextxy(220,140,"O"); setcolor(3); settextstyle(3,0,5); outtextxy(250,140,"O"); setcolor(1); settextstyle(3,0,5); outtextxy(280,140,"G"); setcolor(2); settextstyle(3,0,5); outtextxy(310,140,"L"); setcolor(4); settextstyle(3,0,5); outtextxy(340,140,"E"); setcolor(1); settextstyle(3,0,5); setcolor(4); settextstyle(1,0,2); outtextxy(100,350,"SEARCH"); settextstyle(1,0,2); outtextxy(380,350,"I'M...
Read more ...