Skip to content
#

input-validation

Here are 11 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++

When given elevation data input consistent with how the NOAA(National Oceanic and Atmospheric Administration) provides elevation data, a hiker wants to determine the most efficient mountain path. In this project I wrote and tested code that reads in elevation data, processes it, and then prints out a grayscale topological image map.

  • Updated Apr 30, 2024
  • 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