1. 程式人生 > >warning C4129(vs 路徑中常出現的‘\’)

warning C4129(vs 路徑中常出現的‘\’)

要開啟一個檔案,檔案路徑為"C:\Users\HP\Documents\Visual Studio 2008\MyProject\Motion\svm\result.out",結果編譯出錯了:

         warning C4129: “H”: 不可識別的字元轉義序列

         warning C4129: “D”: 不可識別的字元轉義序列

         warning C4129: “V”: 不可識別的字元轉義序列

         。。。。。。



解決:

把路徑改為:"C:\\Users\\HP\\Documents\\Visual Studio 2008\\MyProject\\Motion\\svm\\result.out"就識別路徑了~~