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
- Host: GitHub
- URL: https://github.com/linuxuserslinuxmint/cpp-account-system
- Owner: LinuxUsersLinuxMint
- License: gpl-2.0
- Created: 2023-11-18T12:19:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-13T21:31:44.000Z (7 months ago)
- Last Synced: 2025-06-13T22:33:28.329Z (7 months ago)
- Topics: cpp, cpp-programming, cpp-project, cpp-projects, object-oriented-programming, oop, oop-in-cpp
- Language: C++
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CPP Account System


---
**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)
---