我有一个在 CUDA 4.0 上用 C 语言开发的项目。现在我尝试在 CUDA 5.0 上编译它,但我对 cutil.h 有一些问题,我已将 cutil 更改为 helper_cuda.h,并且我总是收到此错误:
In file included from /path/to/helper_cuda.h:24
和
/path/to/helper_string.h:18: fatal error: fstream: No such file or directory
fstream 是一个 C++ 库,我如何编译它而不出现这个错误?
对不起我的英语:D