c
C++:(Leetcode) ==42==Error: Addresssanitizer: Heap-Buffer-Overflow On Address 0x602000000118
When studying at Leetcode today, the code ran perfectly on the local compiler (VS Code+Gcc), but an…
Qt Critical Error Detected C0000374
When using QT to write GraphicsView, when running the program to add Item, an error was reported fo…
Main.Obj : Error Lnk2019 Or Lnk2001: Unresolved External Symbol
## reason When writing C++, the initialization function of the class was defined as inline, whic…