C++写程序:设置类、利用线性链表实现学生成绩管理系统,学生信息包含学号、姓名、成绩1、成绩2、总分

日期:2011-06-30 08:06:53 人气:1

C++写程序:设置类、利用线性链表实现学生成绩管理系统,学生信息包含学号、姓名、成绩1、成绩2、总分

给你个简单的例子,虽然不是你想要的,你可以把这个看懂,然后改改就可以了 // 链表e.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include <string.h> #include <iostream.h> #include <stdio.h> #include <std
    A+
热门评论