Skip to content

A Windows Forms App (.NET Framework) Calculator built with C# in Visual Studio 2022

License

Notifications You must be signed in to change notification settings

DarkTwentyFive/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🖩 Calculator

A basic and user-friendly calculator built with C# in Visual Studio 2022, using Windows Forms on the .NET Framework.


🌟 Features

  • Basic arithmetic operations: addition, subtraction, multiplication, division.
  • Memory functions: M+, M-, MC, MR.
  • Comprehensive error handling: avoids crashes due to invalid operations.
  • Clean and intuitive user interface.

📦 Download

You can download the latest executable of the Calculator from the releases page.

🚀 Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/DarkTwentyFive/Calculator.git
  2. Open the .sln file in Visual Studio 2022.

  3. Press F5 to build and run the application.

🛠️ Development

If you wish to tweak the application:

Make sure you have the latest version of the .NET Framework SDK. Navigate to the desired form or class within the solution explorer. Implement your changes and debug using the built-in debugger in Visual Studio.

📝 License

This project is licensed under the MIT License. See the LICENSE file for details.