# StudentAddressBook **Repository Path**: leeJustice/StudentAddressBook ## Basic Information - **Project Name**: StudentAddressBook - **Description**: 花了两个小时不到写了一个学生通讯录系统,基本使用没什么问题 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-22 - **Last Updated**: 2022-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # StudentAddressBook 花了两个小时不到写了一个学生通讯录系统,基本使用没什么问题 输入数据建立通讯录 查询通讯录中满足要求的信息 插入新的通讯录信息 删除不需要的通讯录信息 查看所有的通讯录信息 具体的东西,基本上会C++的看懂基本上没什么问题 当然,写的毕竟匆忙,逻辑有点乱。有好多冗余代码。