Hello any one know were I can find out how to make a screen target with dev c++( an application that just displays a cross hair)?
You want to make a Crosshair for a game? Learn DirectX (Just search some tutorials on google). And if you want it to work with the game on FullScreen mode, take a look at some Detours samples (and Assembly)
You can use SetPixel(an example can be found here)