Skip to content

sulthan18/e-raport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Intro

This repository contains a C++ project created for a college exam. The project was developed collaboratively by a group of 5 students.

Files

  • projectFinal.cpp: This is the main file of the project.
  • output: This folder contains executable file.

Features

  • The project uses the windows.h library to manipulate the console cursor position.
  • The project implements Object-Oriented Programming (OOP) principles.
  • It can read from and write to external files.
  • And more...

Usage

Please note that the code here is primarily for learning purposes and may not be fully optimized or error-free.

Users.txt

The users.txt file is an important file that must exist in the same directory as the runner file. This file contains information about the users who can use this application.

The format for each user is as follows:

  • <role>: The role of the user in the application. It can be admin, teacher, or student.
  • <username>: Username for login.
  • <password>: The password for login.
  • <gender>: Gender of the user.
  • <phone>: Phone number of the user.
  • <email>: The email address of the user.
  • <name>: Full name of the user.

You must create at least one user with the admin role to be able to use this application.

To run the project, compile the projectFinal.cpp file and run the resulting executable.

g++ projectFinal.cpp -o projectFinal
./projectFinal

or you can use the files we have provided in the output folder

Our team


AlfanDutaPamungkas

Sulthan Rafi Hendriansyah

Kevin Januari

Kevin Nabil Mahardhika

Muhammad Noval Rais

About

membuat aplikasi e-raport

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages