Skip to content
#

user-input-handling

Here are 13 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

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