To install CUDA toolkit on Windows, fist you need to install a proper version of Visual Studio. Visual studio 2013 should be installed if you're going to install CUDA 7.0 or 7.5. Visual Studio 2015 is supported for CUDA 8.0 and beyond.
When you've a proper version of VS on your system, it's time to download and install CUDA toolkit. Follow this link to find a the version of CUDA toolkit you're looking for: CUDA toolkit archive
In the download page you should choose the version of windows on target machine, and installer type (choose local).
After downloading exe file, you shall extract it and run setup.exe
. When installation is complete open a new project and choose NVIDIA>CUDAX.X from templates.
Remember that CUDA source files extension is .cu
. You can write both host and device codes on a same source.