/CCourse

HUST C programming language course design

Primary LanguageC

STUDENT-CLASS INFORMATION MANAGEMENT SYSTEM

Codacy Badge

Introduction

This project is a course design of the C programming language in Computer Science of HUST. It's a information management tool of students' and classes' information.

Project Structure

  • img folder: the image source of the project.
  • src folder: the source code file folder
  • bin folder: the executable program folder
  • art folder: the interface images
  • data folder: the data files that were generated by the program
  • //Todo

Architecture

MVC architecture:

  • model: stores data that is retrieved according to commands from the controller and displayed in the view
  • view: the interface

Dependencies

Build

Linux

git clone https://github.com/VVictorWang/CCourse

cd CCourse

make

And then the executable program will be generated in folder CCourse/bin

Reference

License

Copyright (c) 2017 Victor

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.