-
110a292529
Tweaked the error message a bit
main
alex
2026-04-02 01:11:13 +03:00
-
000629b937
Added division by 0 error checking
alex
2026-04-02 01:04:41 +03:00
-
f651fcdb4c
Fixed incorrect handling of the modulo operation
alex
2026-04-02 00:59:27 +03:00
-
93da1771f4
Newline was added in the wrong place, in a previous commit
alex
2026-04-02 00:58:41 +03:00
-
1ef2665418
Properly handled a case when addition was wrongly assumed
alex
2026-04-02 00:55:55 +03:00
-
9c090bc317
Added a missing new line
alex
2026-04-02 00:54:05 +03:00
-
8dda608d07
Handled case of when calculator doesn't handle numbers correctly
alex
2026-04-02 00:51:42 +03:00
-
78ada5fbd4
Upcast the pointer for calculator to a base type to employ polymorphism
alex
2026-04-01 23:45:48 +03:00
-
688f490ec1
Added a stringstream object to concatenate strings when building exception message
alex
2026-04-01 23:42:38 +03:00
-
6f6ea77e69
Added pragma once guards to header files
alex
2026-04-01 23:39:34 +03:00
-
d366d15de3
Added a missing header file to main.cpp
alex
2026-04-01 23:36:58 +03:00
-
06cee99f91
Added special calculator class
alex
2026-04-01 23:30:32 +03:00
-
eb7e3391c2
Fixed code not computing the special operation properly
alex
2026-04-01 23:19:40 +03:00
-
d4790dfc4e
Also added a makefile
alex
2026-04-01 22:18:50 +03:00
-
dd7178167d
Initial commit
alex
2026-04-01 22:17:05 +03:00
-
4604e3afa1
Initial commit
alex
2026-04-01 19:14:40 +00:00