Cuda and visual c++ version

Hello folks

I’m currently using Cuda 5.5, visual studio 2012 and visual c++ 10 And I’m planning on migrating to visual studio 2013 and Cuda 6.5. Is it mandatory to have Visual c++ 12 installed ?

Regards

Aziz

The supported environments for any given cuda version can be found by reading the getting started guide/installation guide for that cuda version.

Thanks txbob for your answer.
For example, the installation guide says that Cuda 6.5 is compatible with Visual Studio 2012 and vc 11. But I could use it with Studio 2012 and vc 10. So I said to myself there may be a chance to have Cuda6.5/VS2013/VC10 working together…