# codingce-c++ **Repository Path**: codingce/codingce-c ## Basic Information - **Project Name**: codingce-c++ - **Description**: codingce-c++ - **Primary Language**: C - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-04-12 - **Last Updated**: 2022-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: C语言, 数据结构, cmake ## README # codingce-c # 介绍 数据结构参考代码 # 遇到问题以及解决方案 ## Code is already running ![](https://raw.githubusercontent.com/xzMhehe/StaticFile_CDN/main/static/img20211126184250.png) ## gcc Undefined symbols for architecture arm64: ![](https://raw.githubusercontent.com/xzMhehe/StaticFile_CDN/main/static/img20211126185203.png) https://stackoverflow.com/questions/11852568/gcc-4-8-on-mac-os-x-10-8-throws-undefined-symbols-for-architecture-x86-64 ![](https://raw.githubusercontent.com/xzMhehe/StaticFile_CDN/main/static/img20211126185405.png) ```bash g++ myprog.c -o myprog ``` or ```bash gcc demo02.cpp -o demo02 -lstdc++ ``` ![](https://raw.githubusercontent.com/xzMhehe/StaticFile_CDN/main/static/img20211126185327.png)