Skip to content
#

fstream

Here are 72 public repositories matching this topic...

A curated collection of C++ coursework covering Programming Fundamentals, Object-Oriented Programming, and Data Structures, with practical implementations of core programming concepts.

  • Updated Sep 1, 2026
  • C++

Bank Client Management System in C++ — console-based CRUD app with file persistence, soft-delete pattern, and clean Divide & Conquer architecture. Built as part of Course 7 — Algorithms & Problem Solving Level 3 | Programming Advices Roadmap.

  • Updated May 4, 2026
  • C++

51 advanced C++ problems — matrices, strings, recursion, file handling, and 2 real-world projects. Built with clean code and Divide & Conquer thinking. Course 7 | Algorithms & Problem Solving Level 3 | Programming Advices Roadmap.

  • Updated May 6, 2026
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.

  • Updated Sep 23, 2024
  • C++

Bank System 2nd Extension — adds login, role-based bitwise permissions, and full User Management (CRUD) to the C++ console banking system. Course 8 | Algorithms & Problem Solving Level 4 | Programming Advices Roadmap.

  • Updated Jul 18, 2026
  • C++

Bank Client Management System — 1st Extension. Adds a full Transactions Menu with Deposit, Withdraw (with balance validation), and Total Balances tracking. Built in C++ using Divide & Conquer structured programming. Part of Course 7 | Programming Advices Roadmap.

  • Updated May 5, 2026
  • C++

Add this topic to your repo

To associate your repository with the fstream topic, visit your repo's landing page and select "manage topics."

Learn more