## error ``` for (int j = i; j < leng; j++){ nums[j] = nums[j+1]; } ``` Here is the …
## problem The reason for this error should be a problem with the gcc version. View version c…
## problem After adding the parameter `-m32` to gcc on ubuntu, it reports ```` "/usr/include…
## error Recently, I used conan-center to download the tripartite library. It was good before, b…
## error Recently I was playing with C++ template meta, but once the compiler reported a confusi…
## error error information ``` Running C:/Program Files/Epic Games/UE_4.27/Engine/Binaries/D…
## error ``` [root@mysql-141 linux-ftools]#./configure checking for a BSD-compatible install.…
## error Install `swoole` to expand error ``` configure: error: C preprocessor "/lib/cpp" fa…
## cause The computer in the school computer room always reports errors in the second compilatio…
An error is reported when running a file with the `PCL` library `#error PCL requires C++14 or above…
## problem Description An error occurred when configuring and installing the pycotools package i…
## Preface The compilation error caused when using the `unordered_set` container, the literal tr…
When compiling the program, the compiler reports an error ``` error: jump to case label [-fperm…
## Problem Description I used sublime to run python programs before, and later configured the Mi…
## Error report When developing C++ in the Linux environment, the following compilation errors o…
Does not match the runtime of the static library lib (/MT /MD) Generally, an error will be repor…
## error ``` OSError: dlopen(/Users/ncc-1701-enterprise/Documents/MERFISH_analysis/storm-analys…
## code ``` Request_Info requestInfo; requestInfo.askTYpe = askType; requestInfo.askN…
## problem ubuntu: 18.04 version, cross-compiled code error report `arm-linux-gnueabihf-g++: er…
**Possible solutions to fatal error encountered when installing opencv2.4.13 on ubuntu18.04** Du…
## problem1 When debugging the program today, there was no problem. After debugging several time…
This is because VScode does not automatically save after you click to run it, you need to save it b…
## error message ``` error MSB3721: "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.0\bi…
error when compiling libmemcached: ``` ./config.h:632:15: error: two or more data types in decl…
I met this C++ error, although others may not encounter it, but I still want to record the mistakes…
## description error when using Dev-C++ to write a C language program: ``` [Error] ‘for’ loo…
When studying at Leetcode today, the code ran perfectly on the local compiler (VS Code+Gcc), but an…
When using QT to write GraphicsView, when running the program to add Item, an error was reported fo…
## reason When writing C++, the initialization function of the class was defined as inline, whic…