Skip to content
#

input-validation

Here are 22 public repositories matching this topic...

This C++ program demonstrates basic object-oriented programming principles through the implementation of a Fraction class. It includes constructors, destructor, operator overloading, and exception handling for division by zero. Users can input two fractions, and the program will calculate their sum.

  • Updated Sep 29, 2023
  • C++

this C++ code implements a Rental Reservation System using object-oriented programming principles. It manages reservations for vehicles, storing details such as reservation ID, customer name, car make and model, pickup, and return dates, and calculates the rental duration, rate, and total cost dynamically.

  • Updated Jun 16, 2024
  • C++

One of the most feature-packed number guessing games on GitHub! It features win streak tracking, a carry-forward attempt system, difficulty levels, and much more. Play solo or challenge a friend for a thrilling experience. This project showcases my strong grasp of C++ fundamentals, including loops, conditionals, and game logic.

  • Updated Feb 4, 2025
  • C++

This C++ program prices multi-asset options (Basket, Rainbow, Exchange, Spread) using Monte Carlo simulation based on Geometric Brownian Motion, supporting interactive parameter input, correlation modeling via Cholesky decomposition, and sensitivity analysis.

  • Updated Jul 1, 2025
  • C++

Improve this page

Add a description, image, and links to the input-validation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

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

Learn more