Skip to content

Conversation

@Satvik-Singh192
Copy link
Contributor

Description

This pull request introduces a simple, command-line arithmetic calculator implemented in C++.
The design adheres to Object-Oriented Programming (OOP) principles for modularity and maintainability.

Key Features

  • Modular Design: Logic is split into Calculator.h (interface) and Calculator.cpp (implementation).
  • Core Operations: Supports addition, subtraction, multiplication, and division.
  • Error Handling: Implements robust exception handling to catch and report division by zero errors gracefully.

Semver Changes

  • Patch (bug fix, no new features)
  • Minor (new features, no breaking changes)
  • Major (breaking changes)

Issues

This pull request closes the feature request: #2


Checklist

  • I have read the Contributing Guidelines.

@prajwal3114 prajwal3114 merged commit d38c44d into OPCODE-Open-Spring-Fest:main Oct 15, 2025
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants