There are 1 repository under fstream topic.
Library Management system is developed using C++ Programming Language and different variables, strings, and classes. To store the data it uses C++ OOPs and file handling concept. This project provides the best system for managing library records.
A simple library to read/write files faster in Rust.
Program Restoran sederhana dilengkapi dengan login dan register user.
Simple tasks manager wrote in C++. I haven't done the GUI yet but I plan to do it with Qt.
An Intermediate level project based on C++, File Management Techniques and OOP's Concepts to handle User's Accounts, Adding New Account, Modifying Accounts, Deleting Accounts etc.
This project has been abandoned.
C++ Console Application with File System
Git Helper is a software that help users to work fast along with Git.
Inteligent self-learning game in develop
File management: a library that makes file usage simple and intuitive. (Note: mostly useless, use a database instead)
A C++ project that provides user registration with email and password, featuring email validation using regular expressions, password length validation, and secure password management with options for resetting passwords. Future plans include implementing a cipher algorithm for enhanced data protection.
A library management system built in C++ with the implementation of a data structure and algorithm for a university project.
A login and registration system made with C++20 that creates a new file for each user and stores the file in the project folder.
A small library providing a reimplemented std::fstream with enhanced functionality using std::filesystem.
School Work
Final Project - CS155 (Computer Science I)
STL(C++) implementation of our Search Engine
Currencies Exchange in CPP
Stock Management System based on C++ with the implementation of files. Storing data like profiles, bills, invoices etc in files(.txt) for using that data and processing it. Different functionalities implemented (beneficial to beginner level learners)
Ball Sorting based game made with C++ and ALLEGRO 5.2
NUMERIC BLOCK MERGING GAME CPP BASED.
🏥 A feature-rich Hospital Management System built in C++ during my second semester OOP course. Demonstrates advanced C++ concepts like templates, inheritance, polymorphism, abstraction, vectors, encapsulation, file handling, and a complete menu-driven design with Admin, Doctor, and Patient panels.
Little library manager c++/Graphs based
Traveling social network (Graphs based TAD version) C++
A simple C++17 terminal-based virtual pet that saves your pet’s state using file handling. Feed, play, and care for your pet right from the command line.
simple c++ user creation functionality
File encryption and decryption system using caesar cipher.
A simple console-based Student Record Management System built in C++ that allows users to sign up, log in, and manage student records (Add, Display, Search, Update, Delete). The data is stored using CSV files.
Travel Management System OOP project written in CPP
Program that counts the number of words in a given text file. Prompt the user to enter the file name and then the total word count is displayed.
Simple todo list using cpp GUI application
An Intermediate level project based on JAVA, File Management Techniques and OOP's Concepts to handle User's Accounts, Adding New Account, Modifying Accounts, Deleting Accounts etc
Simple program for encryption and decryption of files with XOR cipher.