c++ I create an array with multiple data type, and i get this error : use of the delete function

前端 未结 0 1714
深忆病人
深忆病人 2020-12-20 08:08

I try to create an array with many data type in C++. It doesn\'t work:

#include 

using namespace std;


int main(){

struct all_type {
    un         


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