zhangyazhou

Results 3 issues of zhangyazhou

in CMakeError.log ``` Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed. Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -mmacosx-version-min=10.7;-stdlib=libc++ Build flags: -I/Applications/GNURadio.app/Contents/MacOS/usr/include;-I/opt/X11/include;-DFORCE_BOOST_SMART_PTR Id flags: The output was: 1 ld: library not found for -lcrt1.10.6.o...

在 `7.类中使用const` 中的 ``` // apple.cpp class Apple { private: int people[100]; public: Apple(int i); const int apple_number; void take(int num) const; int add(); int add(int num) const; int getCount()...

VMA WARNING: ************************************************************** VMA WARNING: * NO IMMEDIATE ACTION NEEDED! VMA WARNING: * Not enough hugepage resources for VMA memory allocation. VMA WARNING: * VMA will continue working with regular...