Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

通讯录管理系统 删除联系人 数组越界 #6

Open
ByteAKA8bit opened this issue Feb 7, 2021 · 0 comments
Open

通讯录管理系统 删除联系人 数组越界 #6

ByteAKA8bit opened this issue Feb 7, 2021 · 0 comments

Comments

@ByteAKA8bit
Copy link

for (int i = ret; i < abs->m_Size; i++) {
abs->personArray[i] = abs->personArray[i + 1];
}
删最后一个越界了,emmm... 有鸡蛋里面挑骨头的意思

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant