Giter Site home page Giter Site logo

parkingmanagement's Introduction

停车场管理程序

C++编写的停车场管理程序,年代久远,十分简陋

用户名和密码

存放在Manager.h中

  • 用户名admin
  • 密码admin

文件

  • CarList.txt:用于存放车辆信息,文件在登录后被LoadList(Car*)函数加载进一个Car类型的动态数组里面。在每一次出场操作后SaveList(Car)读取Car*类型的动态数组的元素写入CarList.txt

  • number.txt用于存放停车场的在场车辆数,登录成功后被LoadList(Car*)函数读取,将文件存放的数字赋值给全局变量N。在每一次出场操作后SaveList(Car*)读取全局变量N并写入number.txt

  • Admin.txt用于存放管理员的收款总金额,进入主函数后由LoadList(CarManager*)函数加载进一个CarManager类的对象中存放,在每一次出场操作后SaveAdmin(CarManger*)读取CarManager类的对象中的金额并写进Admin.txt

parkingmanagement's People

Watchers

 avatar

Forkers

duskdrum

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.