从 http://sourceforge.net/projects/cudastl/
下的 cuda hashmap文件其中common.h 打开是论码 (已经尝试过unicode UTF-8等格式)
vc++ 2005 编译结果:
1>d:\gpu\code\hashmapdemo\hashmapdemo\common.h : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
1>d:\gpu\code\hashmapdemo\hashmapdemo\common.h(5) : fatal error C1004: unexpected end-of-file found
怎么解决啊