You can now easily monitor your room, office or workplace for activities going on during your absence without having to invest on expensive hidden cameras. If you’ve ever wondered to find a way to turn your PC webcam into a spy camera, here is a simple and effective...
Sunday, 29 September 2013
Wednesday, 18 September 2013
Programming: How to Make a Virus to Restart Computer?

In this post, I will show you how to create a virus to restart the computer at every startup. That is, upon infection, the computer will get restarted every time the system is booted. As a result, the computer will become inoperable as it reboots again as soon as the...
By:
Unknown
On 7:47 pm
How to Change the Icons of .exe Files?

Some times it becomes necessary to change the icon of an executable file so that the file gets a new appearance. Many of the tools such as TuneUP Winstyler does this job by adjusting the Windows to display a custom icon to the user. But, in reality if the file is...
By:
Unknown
On 7:34 pm
Programming: How to Create a Computer Virus?

This program is an example of how to create a computer virus in C language. This program demonstrates a simple virus program which when executed creates a copy of itself in all the other files that are present in the same directory. Thus, it destroys other files by infecting them....
By:
Unknown
On 7:19 pm
Programming: How to Write a C Program to Print its Own Code?

Ever wondered how to write a C program to print its own source code? Well, here is the source code of a C program that when executed will print its own source code. In other words, the output of this program is exactly same as its source code. Here’s...
By:
Unknown
On 7:05 pm
Programming: How to Code a Program without Main Function?

Have you ever wondered how to write a C program without a main function? Can a C program execute with a main function? Is it possible to do that? Well, the answer is YES! There can be a C program without a main function. Here is the source code of...
By:
Unknown
On 6:56 pm
Programming: How to Compile C Programs?
If you’re new to C programming and find it difficult to compile the C source codes then this post is for you. Here is a step-by-step procedure to install Borland C++ compiler 5.5 on your PC and compile the C programs. How to Install Borland C++ compiler? Follow the below steps to...
By:
Unknown
On 6:51 pm
Subscribe to:
Posts (Atom)