c++ builder 学生管理系统


利用c++ builder设计学生管理系统,含有登录、增删改学生课程信息,分数信息,身份信息,成绩统计功能。
资源截图
代码片段和文件信息
//---------------------------------------------------------------------------

#include 
#pragma hdrstop
//---------------------------------------------------------------------------
USEFORM(“Unit1.cpp“ IndexForm);
USEFORM(“Unit2.cpp“ LoginForm);
USEFORM(“Unit3.cpp“ StudentForm);
USEFORM(“Unit4.cpp“ Form4);
USEFORM(“Unit5.cpp“ Form5);
USEFORM(“Unit6.cpp“ Form6);
USEFORM(“Unit7.cpp“ Form7);
USEFORM(“Unit8.cpp“ ScoreAnalysisForm);
USEFORM(“Unit9.cpp“ Form9);
//---------------------------------------------------------------------------
WINAPI WinMain(HINSTANCE HINSTANCE LPSTR int)
{
        try
        {
                 Application->Initialize();
                 Application->CreateForm(__classid(TIndexForm) &IndexForm);
                 Application->CreateForm(__classid(TLoginForm) &LoginForm);
                 Application->CreateForm(__classid(TStudentForm) &StudentForm);
                 Application->CreateForm(__classid(TForm4) &Form4);
                 Application->CreateForm(__classid(TForm5) &Form5);
                 Application->CreateForm(__classid(TForm6) &Form6);
                 Application->CreateForm(__classid(TForm7) &Form7);
                 Application->CreateForm(__classid(TScoreAnalysisForm) &ScoreAnalysisForm);
                 Application->CreateForm(__classid(TForm9) &Form9);
                 Application->Run();
        }
        catch (Exception &exception)
        {
                 Application->ShowException(&exception);
        }
        catch (...)
        {
                 try
                 {
                         throw Exception(““);
                 }
                 catch (Exception &exception)
                 {
                         Application->ShowException(&exception);
                 }
        }
        return 0;
}
//---------------------------------------------------------------------------

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件          2  2017-12-24 15:05  test3hk_test3DBDWORK.INI

    ..A..H.      1856  2018-02-28 13:33  test3hk_test3 _course.db.baiduyun.uploading.cfg

    ..A..H.      1856  2018-02-28 13:33  test3hk_test3 _course.PX.baiduyun.uploading.cfg

    ..A..H.      1856  2018-02-28 13:33  test3hk_test3 _course.XG0.baiduyun.uploading.cfg

    ..A..H.      1856  2018-02-28 13:33  test3hk_test3 _course.YG0.baiduyun.uploading.cfg

    ..A..H.      1856  2018-02-28 13:33  test3hk_test3 _sc.DB.baiduyun.uploading.cfg

    ..A..H.      1856  2018-02-28 13:33  test3hk_test3 _sc.PX.baiduyun.uploading.cfg

    ..A..H.      1856  2018-02-28 13:33  test3hk_test3 _sc.XG0.baiduyun.uploading.cfg

    ..A..H.      1856  2018-02-28 13:33  test3hk_test3 _sc.XG1.baiduyun.uploading.cfg

    ..A..H.      1856  2018-02-28 13:33  test3hk_test3 _sc.YG0.baiduyun.uploading.cfg

    ..A..H.      1856  2018-02-28 13:33  test3hk_test3 _sc.YG1.baiduyun.uploading.cfg

    ..A..H.      1856  2018-02-28 13:33  test3hk_test3 _student.db.baiduyun.uploading.cfg

    ..A..H.      1856  2018-02-28 13:33  test3hk_test3 _student.PX.baiduyun.uploading.cfg

    ..A..H.      1856  2018-02-28 13:33  test3hk_test3 _student.XG0.baiduyun.uploading.cfg

    ..A..H.      1856  2018-02-28 13:33  test3hk_test3 _student.YG0.baiduyun.uploading.cfg

    ..A..H.      1856  2018-02-28 13:33  test3hk_test3 _user.DB.baiduyun.uploading.cfg

     文件        423  2017-12-17 18:49  test3hk_test3 _user.FAM

    ..A..H.      1856  2018-02-28 13:33  test3hk_test3 _user.PX.baiduyun.uploading.cfg

     文件        801  2017-12-17 18:49  test3hk_test3 _user.TV

     文件        406  2017-12-17 18:49  test3hk_test3 _user.VAL

    ..A..H.      1856  2018-02-28 13:33  test3hk_test3 _user.XG0.baiduyun.uploading.cfg

    ..A..H.      1856  2018-02-28 13:33  test3hk_test3 _user.XG1.baiduyun.uploading.cfg

    ..A..H.      1856  2018-02-28 13:33  test3hk_test3 _user.YG0.baiduyun.uploading.cfg

    ..A..H.      1856  2018-02-28 13:33  test3hk_test3 _user.YG1.baiduyun.uploading.cfg

     文件       5169  2018-01-02 12:09  test3Project1.bpr

     文件       1947  2018-01-02 12:09  test3Project1.cpp

     文件     270336  2018-01-03 19:55  test3Project1.exe

     文件        876  2017-12-27 22:15  test3Project1.res

     文件     997098  2018-01-03 21:22  test3 est3文档介绍.docx

     文件      73335  2017-12-13 19:53  test3 img.jpg

............此处省略32个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)