I am running this C++ code in Dev-C++ 4.9.9.2
on Windows XP Professional
this code is to solve NetFlix prize competition
problem (via SVD approach) http://www.timelydevelopment.com/demos/NetflixPrize.
aspx
Got compilation error at line 343:
No matching function for call to
"Engine:ProcessFile(CHAR[260])'
Is my file path specified wrong???????
#define TRAINING_PATH
"G:\\_netflix\\training_set\\*.txt"
Any help would be greatly appreicated.
//==================================================
=
w***g 发帖数: 5958
2
cool
只有一个team能赢?貌似分到一杯羹的可能不大啊。
【在 S******y 的大作中提到】 : I am running this C++ code in Dev-C++ 4.9.9.2 : on Windows XP Professional : this code is to solve NetFlix prize competition : problem (via SVD approach) : http://www.timelydevelopment.com/demos/NetflixPrize. : aspx : Got compilation error at line 343: : No matching function for call to : "Engine:ProcessFile(CHAR[260])' : Is my file path specified wrong???????