This repository was archived by the owner on Jul 29, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
- # String Calculator Kata
1
+ # String Calculator Kata - C++ Version
2
2
The following is a TDD Kata, an exercise in coding, refactoring and test-first.
3
3
I have completed it as part of the requirements for a job. The implementation is in C++.
4
4
@@ -43,6 +43,16 @@ Numbers bigger than 1000 should be ignored, so adding 2 + 1001 = 2
43
43
44
44
Credits to [ Roy Osherove] ( http://osherove.com/tdd-kata-1 ) for the original idea.
45
45
46
- ### Instructions:
46
+ ### Instructions for Running with C++ IDE :
47
47
48
- It should be enough to just download the source code with any C++ compatible IDE (Visual Studio Code, CodeBlocks, etc).
48
+ 1 . ** Download Source Code:**
49
+ Download the source code from the repository using your preferred method.
50
+
51
+ 2 . ** Open with C++ IDE:**
52
+ Open the downloaded source code folder with any C++ compatible IDE such as Visual Studio Code, Code::Blocks, etc.
53
+
54
+ 3 . ** Build and Run:**
55
+ Use the IDE's build and run commands to compile and execute the program.
56
+
57
+ 4 . ** Run Tests:**
58
+ There is a file with the Tests, it's in its folder, follow the IDE's instructions to run them for verification.
You can’t perform that action at this time.
0 commit comments