Make params.txt an input file
- Dominant language
- C++
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
It is more intuitive to modify an input file than to hardcode values into main.cpp. Rather than having main.cpp spit out the hardcoded values, it would be nice if the only file getting modified is the input values (which would be params.txt or a renamed version). This way, the code wouldn't need to be recompiled when input params are changed!
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading main.cpp and the existing params.txt to understand which values are hardcoded and how the input file is structured. Trace where the model currently receives those values, then verify that changing params.txt changes the run without recompiling main.cpp.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100