file-handling-in-cpp
There are 126 repositories under file-handling-in-cpp topic.
System-Programming
This GitHub repository contains System Programming codes focusing on linker, loader, macroprocessor, assembler implementations and many more
Library-Management-System-cpp
A library management system built in C++ with the implementation of a data structure and algorithm for a university project.
POS-Tracker
Analyze entire paragraphs to gain a comprehensive understanding of the distribution of different parts of speech.
Inventory_Management_System_Using_CPP
A C++ Inventory Management System demonstrating OOP principles. Class objects and a singly linked list dynamically store data, resetting on program termination. Includes an initial items list. The primary objective is to showcase C++ OOP, not to function as a practical inventory system.
TimeTable-AK
Routine Management System made using C++20
Staff-management-system
Staff management system is C++ based command line interface to manage and manipulate staff data.
Library_Management_System
A Library Management System implemented in C++. Features include login/sign-up, menu-based navigation, book storage, retrieval, addition/deletion, lending/returning, and fine calculation. Data is stored in text files, loaded into memory as needed. No use of OOP concepts.
Student-Grade-Prediction
Predict student grades through K-nearest algorithm in C++ by loading the dataset through file handling in C++ and then used Euclidean distance formula to calculate the distance and then make a prediction
Banking-system-project
It is my small project completely made with C++ only. This enables user to create, delete, debit, credit, transfer their accounts and importantly they can see their past transactions too. In the beginning there are two options namely "Admin login" and "customer login". Admin have their unique passcode without which they can't access "Admin".
Crud-in-cpp
This program relates that how will data record, show and delete. This program has made with file handling and also include styles.
Registration-and-Login-form-with-forget-in-cpp
I have made this program in file handling. In which add three functions registration, login and forget the password.
SMART-system
University management system created by using OOPs and File Handling in C++
COVID-19-INFORMATION-PORTAL
THE MAIN OBJECTIVE OF THIS PROJECT IS TO PROVIDE INFORMATION RELATED TO THE COVID-19 FOR VARIOUS STATES OF SOUTH INDIA AND ALSO THE SOP GUIDELINES(STANDARD OPERATING PROCEDURES)AND THE EMERGENCY CONTACT DETAILS LIKE (FOOD HELPLINE AND MEDICAL HELPLINE PROVIDED BY THE GOVT.OF KARNATAKA) SO THAT THE CITIZENS CAN TAKE PROPER MEASURES.BECAUSE WE ALL HAVE HEARD THIS SAYING ”PRECAUTION IS BETTER THAN CARE”
Inventory-Management-System
Based on layered architecture to con implementation of Wrapper classes, file handling libraries tweaked to handle serializable objects, usage of various STL Libraries and practices to write efficient code for CRUD Applications. C++ based implementation made for pedagogical purposes.
grocery-store
Grocery Store Management written in C++.
Dora
Project to Find all possible interactions of infected person with other people
Telephone-Directory-Management
Telephone Directory Management system to maintain the telephone records implemented using Map Data Structure for handling queries, Object-Oriented Programming and File Handling in C++ to give Role-based Access Control supporting multiple administrators, a super administrator, and users.
Departmental-Store-Management-System
This application allows the users to make a purchase from the departmental store. It also manages the record of the products and the purchase history.
MyBusTicket
A Bus-Ticket Booking application which allows users to book tickets from running bus services between cities.
hotel-project
Hotel management system project using C++.
E-commerce-Management-System
A simple console-based system using C++ programming language and OOPs concepts with: Admin (add/edit/remove products) Customer (cart, checkout, bill) File persistence (products, carts, bills saved as .txt) Built as a beginner project in my 1st semester of Electrical and Electronic Engineering. #Cplusplus #Ecommerce #FileHandling #OOP #GitHub
Text-Editor
Terminal-Based Notepad with Autocorrect and File I/O
ATM_PF
"A simple ATM code using basic concepts of programming fundamentals (PF) in C++
Short_LMS_Easy
An easy version of a Learning Management System (LMS) in OOP C++. Most of the code involves file handling, but some parts are hard-coded. The code is easy to understand and concise.
LMS_University-Flex
A simple LMS in C++ using basic OOP concepts. Focuses on file handling to manage student and course records. Easy-to-understand code, perfect for beginners.
Console-Notepad
A console-based notepad with real-time spell-checking using an AVL tree for fast word lookup. It supports text editing, file handling, and spell correction suggestions. Features include dynamic memory management and keyboard shortcuts for efficiency. Future plans include auto-suggestions and a GUI version.
Todo-List-using-HashMap-Data-Structure
The To-Do List application is built using C++ and Qt Creator. It leverages the HashMap data structure to efficiently manage tasks with priority. The application supports CRUD operations (Create, Read, Update, Delete), enabling users to add, view, modify, or remove tasks.
School-Management-System
This a CLI Application programmed in C++. Manage the function that are need in typical School management system along persistence data.
Student-Registration-System
The Student Registration System in C++ is a console-based application designed to manage student records efficiently. It allows users to add, update, delete, search, and display student information such as ID, name, contact details, and other personal information. The system uses file handling to store data persistently.
Supermarket_Management_System
A file handling system that incorporates inventory management and billing of a supermarket.
Library-Management-System
Developed a comprehensive Library Management System using C++. This project involved designing a user-friendly interface for managing book inventory, tracking borrowed and returned books, and maintaining user records. Implemented efficiently the Programming Fundamentals concepts and File Handling.
24-Puzzle-Game
An interactive puzzle game built in C++, combining file handling, randomization, and logical algorithms. Players rearrange tiles using simple commands to match a target layout, with real-time feedback and solvability checks ensuring a fair and engaging experience.