# drawBoard **Repository Path**: zeng-weipan/draw-board ## Basic Information - **Project Name**: drawBoard - **Description**: 用C面向对象实现画板(使用printf实现)。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-23 - **Last Updated**: 2025-02-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 基于C面向对象实现的交互式画板(printf像素点): 1 Panel 画板类 2 Shape 形状类 3 Circle Square Line 是 Shape 的子类