Skip to content
This repository was archived by the owner on Jul 29, 2025. It is now read-only.

Commit dbf8f83

Browse files
authored
Update README.md
1 parent 2210943 commit dbf8f83

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# String Calculator Kata
1+
# String Calculator Kata - C++ Version
22
The following is a TDD Kata, an exercise in coding, refactoring and test-first.
33
I have completed it as part of the requirements for a job. The implementation is in C++.
44

@@ -43,6 +43,16 @@ Numbers bigger than 1000 should be ignored, so adding 2 + 1001 = 2
4343

4444
Credits to [Roy Osherove](http://osherove.com/tdd-kata-1) for the original idea.
4545

46-
### Instructions:
46+
### Instructions for Running with C++ IDE:
4747

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.

0 commit comments

Comments
 (0)