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