• Joined on 2025-08-19
alex pushed to main at alex/Calculator 2026-04-01 22:11:20 +00:00
110a292529 Tweaked the error message a bit
alex pushed to main at alex/Calculator 2026-04-01 22:04:48 +00:00
000629b937 Added division by 0 error checking
alex pushed to main at alex/Calculator 2026-04-01 21:59:35 +00:00
f651fcdb4c Fixed incorrect handling of the modulo operation
alex pushed to main at alex/Calculator 2026-04-01 21:58:48 +00:00
93da1771f4 Newline was added in the wrong place, in a previous commit
alex pushed to main at alex/Calculator 2026-04-01 21:56:03 +00:00
1ef2665418 Properly handled a case when addition was wrongly assumed
alex pushed to main at alex/Calculator 2026-04-01 21:54:13 +00:00
9c090bc317 Added a missing new line
8dda608d07 Handled case of when calculator doesn't handle numbers correctly
Compare 2 commits »
alex pushed to main at alex/Calculator 2026-04-01 20:45:54 +00:00
78ada5fbd4 Upcast the pointer for calculator to a base type to employ polymorphism
alex pushed to main at alex/Calculator 2026-04-01 20:42:43 +00:00
688f490ec1 Added a stringstream object to concatenate strings when building exception message
6f6ea77e69 Added pragma once guards to header files
Compare 2 commits »
alex pushed to main at alex/Calculator 2026-04-01 20:37:08 +00:00
d366d15de3 Added a missing header file to main.cpp
alex pushed to main at alex/Calculator 2026-04-01 20:30:55 +00:00
06cee99f91 Added special calculator class
alex pushed to main at alex/Calculator 2026-04-01 20:19:49 +00:00
eb7e3391c2 Fixed code not computing the special operation properly
alex deleted branch master from alex/Calculator 2026-04-01 19:22:18 +00:00
alex pushed to main at alex/Calculator 2026-04-01 19:22:01 +00:00
d4790dfc4e Also added a makefile
dd7178167d Initial commit
Compare 2 commits »
alex pushed to master at alex/Calculator 2026-04-01 19:18:56 +00:00
4d601f5ad6 Also added a makefile
alex pushed to master at alex/Calculator 2026-04-01 19:17:21 +00:00
01f094c49b Initial commit
alex created branch master in alex/Calculator 2026-04-01 19:17:21 +00:00
alex created repository alex/Calculator 2026-04-01 19:14:42 +00:00
alex pushed to main at alex/Numbers-guesser 2026-03-29 23:08:51 +00:00
7a05614e2d Added a debug configuration to the makefile
alex pushed to main at alex/Numbers-guesser 2026-03-28 02:19:24 +00:00
03c161311b Forgot to add the makefile
alex pushed to main at alex/Numbers-guesser 2026-03-28 02:18:39 +00:00
e60a746e45 Initial commit