Need to fill an array with const char* using std::string but it's not working(i think it's storing the pointers instead)?

前端 未结 0 432
情歌与酒
情歌与酒 2020-12-15 15:19

I have a const char* defined in a class that i need to fill up with numeric data before storing it in an array

something like this

class A:
{

    publ         


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