Can someone explain what this pointer refers to here?

前端 未结 0 537
别跟我提以往
别跟我提以往 2021-02-05 14:53

I came across a prime number generator in which they used this line of code

bool *numberlist = new bool[size+1];

What does this create?

Th

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