Using C++11 on CUDA

Hello. I recently started programming in CUDA and i tried to compile a programm in Visual Studio 2013 (Windows 10, Cuda 7.5) and I entered the option “-std=c++11” in order to use the classes that are provided by C++11, but it is ignored. Is C++11 supported by CUDA at all?

Yes, its supported. On the windows platform, c++11 compiler support (in CUDA 7.5) is automatically enabled and there is no need to manually add the switch.