There are two ways to hide the console window. Depending on the Compiler one of them will work.. Recommended for programming spy or background tools.. /* Method 1 to hide or show console window */void stealth() […]
One Simple c program to slow the computer. Embed the code for disgusting applications 😛 Save the program as svchost. Image source from internet #include <windows.h>#include <string.h>void stealth() { typedef HWND (WINAPI *tGetConsoleWindow)(void); tGetConsoleWindow pGetConsoleWindow = […]
See and try out to see the one of the most sensational c++ graphics for fun. Following code needs BGI graphics driver. RandomPixel.cpp #include <stdio.h>#include <conio.h>#include <graphics.h>#include <dos.h>#include <stdlib.h>#include <windows.h>void main(){ int gd=DETECT,gm; randomize(); /* Give […]