Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
使用的是 MSCV 编译器和 C++23 ,模块是不是不能这样子写啊?看着没有错误提示,一编译就是一堆错误。请大佬给我解解惑,非常感谢
gcc15: 左边接口 右边实现
这有个风格参考
看起来像是 ConsolePrint 和 encipherment 的问题, 错误提示有找不到模块 ConsolePrint 以及 encipherment 不是个命名空间. 我没有用过这个库, 不确定是不是需要额外配置, 可以先替换成 std::println 试试?