# candcpp_study **Repository Path**: zhangkqq/candcpp_study ## Basic Information - **Project Name**: candcpp_study - **Description**: C和C++ 语言学习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-28 - **Last Updated**: 2025-10-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 1.gcc Op.c other.c sort.c struct_study.c study_define.c -o myfirst ### 2.g++ catstr.cpp -o catstr ### 3.gcc -c vaArg.c 编译出.o文件,然后用nm vaArg.o 查看符号表 ### 4.gcc -S vaArg.c 编译出ASM 汇编文件 ### 5.gcc struct_study.c Op.c other.c sort.c -o myfirst