Skip to content
#

user-input-handling

Here are 18 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 Python script creates a chat application using Tkinter. Users can interact with a bot that fetches info from Wikipedia, displays images from Unsplash, and downloads YouTube videos. It features logging for error handling.

  • Updated Jun 6, 2024
  • Python

An interactive web application designed to track and log workouts using geolocation and map functionalities. The app allows users to add details about their activities, such as running or cycling, and visualize their workout locations on an interactive map. This project highlights working with third-party API and user input handling.

  • Updated Sep 25, 2024
  • JavaScript

Improve this page

Add a description, image, and links to the user-input-handling 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 user-input-handling topic, visit your repo's landing page and select "manage topics."

Learn more