Which string manipulation functions should I use?

后端 未结 6 801
暗喜
暗喜 2021-02-13 00:01

On my Windows/Visual C environment there\'s a wide number of alternatives for doing the same basic string manipulation tasks.

For example, for doing a string copy I coul

6条回答
  •  后悔当初
    2021-02-13 00:25

    I would stick to one, I would pick whichever one is in the most useful library in case you need to use more of it, and I would stay away from the kernel32.dll one as it's windows only.

    But these are just tips, it's a subjective question.

提交回复
热议问题