Friday, July 25, 2014

C++ PROGRAMS

      How to make a program in c++  to shutdown the system


step:1  copy this code in your notepad and save it 

 #include<iostream.h>
#include<conio.h>
#include<stdlib.h>
void main()
{
system("cd://windows//system32//shutdown -s")
getch();}

                                       step:3 copy the saved file and paste it on your turboc++/devc++    
or
you can direct wirte this code in turbo c++


In this way you can make virus In the next post i will show you 
how to make virus


                                                     
                                                                                                                    


No comments:

Post a Comment

VIRUS,WORM AND TROJAN

VIRUS , WORMS AND TROJAN :-  A virus is a program that will run background of the system .Virus can be damage your computer and corrupt yo...