摘要: 使用 boost 库时报这个错。也无法在项目里打开 #include <boost/lexical_cast.hpp> 看了别人说的方法但是都没解决问题。 后来在 visual studio 看到编译平台是 Debug x86。 把 x86 改成 x64 问题就解决了。 阅读全文
posted @ 2024-02-21 09:40 halloowween 阅读(336) 评论(0) 推荐(0)
摘要: int h = 0; cout << "input an interge:"; cin >> h; cout << h << endl; const int kl = h; char buf[kl]; typedef struct tmpStru{ char field[kl]; // 即使在上面声 阅读全文
posted @ 2022-03-14 13:42 halloowween 阅读(908) 评论(0) 推荐(0)