你好,
我正在尝试通过 args[] 参数将字符串读入我的代码,就像我在 Java 中所做的那样。所以基本上,这就是我想要做的:
- read the String "machine" over launch-parameter
- go through every letter of that string in a loop
- while in the loop, check is current letter equals "e"
- if letter equals "e", replace it with "a"
- return edited string
这是向 C 表达我的基本问题的最佳方式。所以如果你不接受这篇文章冒犯,我会很高兴。
我该如何实现该代码?