问题

软件 >> C++ >> UPP
Questions in category: UPP (UPP).

[TheIDE] 在工程 Calculator 中添加某一目录下的文件.

Posted by haifeng on 2023-06-27 17:43:38 last update 2023-06-27 18:23:05 | Answers (0) | 收藏


在左下角点击右键, insert special-->Import directory tree into package

 

由于使用了 std::string_view, 所以编译前更改一些选项. 如果是 VS2019, 则在 C/C++ --> 语言, C++语言标准中选择 ISO C++17标准(/std:c++17)

 

如果使用的是 U++,

在 Build methods 中, Builder: MSC19

Common C++ options:  /std:c++17