用c语言或c++编写一个通讯录管理系统的程序(要求简单明了,最好注释一下,并且能在visual6.0中运行出来)

日期:2012-07-08 00:54:44 人气:1

用c语言或c++编写一个通讯录管理系统的程序(要求简单明了,最好注释一下,并且能在visual6.0中运行出来)

以前帮人写过一个, C写的, 不过我写的时候用的是VC10, VC6的话应该也没问题. 还是建议自己动手, 我的注释写的挺全的, 好好看下吧, 别光复制 #include #include #include #define N 200 struct people { char name[20]; char num[15]; char sex[5]; char age[5]; char address[
    A+
热门评论