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
22The following is a TDD Kata, an exercise in coding, refactoring and test-first.
33I 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
4444Credits 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.
You can’t perform that action at this time.
0 commit comments