How do you store duplicate constant strings in a single pointer while still being able to know its length at compile time?

前端 未结 0 573
别跟我提以往
别跟我提以往 2020-11-27 18:35

I would like to find a way to store duplicate constant strings in a single location. However; I need to get the length of that string at the compiler level (such that it is

相关标签:
回答
  • 消灭零回复
提交回复
热议问题