An open API service indexing awesome lists of open source software.

https://github.com/linuxuserslinuxmint/cpp-account-system

C++ Account System
https://github.com/linuxuserslinuxmint/cpp-account-system

cpp cpp-programming cpp-project cpp-projects object-oriented-programming oop oop-in-cpp

Last synced: 4 months ago
JSON representation

C++ Account System

Awesome Lists containing this project

README

          

# CPP Account System

![License: GPL](https://img.shields.io/badge/License-GPL-blue.svg)
![Release Date](https://img.shields.io/badge/Release%20Date-2023--11--18-brightgreen)

---

**CPP Account System** is a simple account creation system based on information provided by the user.
> πŸ“… Release date: **November 18, 2023**

---

## πŸ“š About

- βœ… C++ account creation system.
- βœ… Object-oriented programming (OOP) experiment with C++.
- βœ… The system creates an account based on the information provided by the user.

---

## πŸ“š Notes

- πŸ“š This OOP (Object Oriented Programming) experiment is not real and does not create a real user account, it is just a trial.
- πŸ“š This OOP (Object Oriented Programming) experiment was developed using β€œCAppDevKit (C App Developer Kit)” (CADK (C App Developer Kit) link: https://github.com/LinuxUsersLinuxMint/CAppDevKit)

---