I can\'t find which version/which concepts of c++ is/are supported by CUDA 5.0. I could not find any information in the Programming Guide or Reference Guide delivered with t
now if you are asking about Cuda/C++ or the THRUST library . the thrust library is very similar to the stl c++ in regards to the containers, iterators and algorithms , but it s not c++ 11.
nvcc compiles gpu code . nvcc support ( Cuda C and Cuda C++ /thrust ) gcc compile cpu code . gcc ( support C and C++ ) .