Windows API Programing....
- by vs4vijay
Hello There...
Its me Vijay..
I m Trying to make a CrossHair(some kind of cursor) On The Screen while running a Game (Counter Strike)...
so i did this...
#############################
#include<iostream.h>
#include<windows.h>
#include<conio.h>
#include<dos.h>
#include<stdlib.h>
#include<process.h>
#include…