fstream
There are 53 repositories under fstream topic.
ashutoshsuman99/Library-Management-System
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.
DimChtz/rust-fstream
A simple library to read/write files faster in Rust.
fawwaz37/simple-restaurant
Program Restoran sederhana dilengkapi dengan login dan register user.
Josh012006/Tasks-Manager
Simple tasks manager wrote in C++. I haven't done the GUI yet but I plan to do it with Qt.
kamleshbaheti/Secure-Login-Account-Management-System
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.
Level/level-fstream
This project has been abandoned.
manju07/School-Management-System
C++ Console Application with File System
HojdaAdelin/Git-Helper
Git Helper is a software that help users to work fast along with Git.
jrivas12/alchemist
C++ Repository
sorgazb/Labecoin-Game-AI
Inteligent self-learning game in develop
Stypox/file-management
File management: a library that makes file usage simple and intuitive. (Note: mostly useless, use a database instead)
teneplaysofficial/Registration-and-Login-System-Cpp
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.
12afnan/Library-Management-System-cpp
A library management system built in C++ with the implementation of a data structure and algorithm for a university project.
ashleymays/Login-and-Registration-System
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.
danpasecinic/stdfs_wrapper
A small library providing a reimplemented std::fstream with enhanced functionality using std::filesystem.
Kapoot/COSC-1336-1338
School Work
Kayla-J/Hangman-Game
Final Project - CS155 (Computer Science I)
nh9k/Searching-Engine
STL(C++) implementation of our Search Engine
RasheedAlwahbany/CurrenciesExchangeCPP
Currencies Exchange in CPP
siddhant-pandya/stock_management_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)
vvaldesc/BallSortCpp
Ball Sorting based game made with C++ and ALLEGRO 5.2
vvaldesc/BlockMerge_GAME
NUMERIC BLOCK MERGING GAME CPP BASED.
xnumad/Notes
Note-taking GUI application, very barebones
Arsalan692/Hospital-Management-System
🏥 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.
vvaldesc/BibliotecaGrafos
Little library manager c++/Graphs based
vvaldesc/C-Travel-social-network-Graphs
Traveling social network (Graphs based TAD version) C++
Ali-Hassan2/-vpet
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.
j-alexander3375/User-creation-functionality
simple c++ user creation functionality
marrwan4/File-Encryption-Decryption-System
File encryption and decryption system using caesar cipher.
SARVESHYOGI/Student_Record_System
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.
saurzv/travel-management-system
Travel Management System OOP project written in CPP
shrexa/word-count
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.
SouvikDas2002/todo-list-GUI-Cpp-
Simple todo list using cpp GUI application
srishanthreddy456789/Account-Management-System
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
xfgt/File-Encryptor
Simple program for encryption and decryption of files with XOR cipher.