Home > Back-end >  Define 5 d vector array can define, 6 d vector array errors, how to do?
Define 5 d vector array can define, 6 d vector array errors, how to do?

Time:09-23

Vector> VVVVV;//can

Vector>> VVVVVV;

Warrning occurs on compile C4503: "STD: : _Dest_val" : beyond the length of the decorated name, the name is truncated,

How to solve?

CodePudding user response:

You this is not the six dimensions, is 6, 6 layer, and how do you distinguish between these dimensions? Only the last one level data,
Can use the tree level, dimensions can use structure,

CodePudding user response:

In our three-dimensional space cannot imagine five dimensional space, forget about six dimensions, computer can't think in the

CodePudding user response:

Level can use tree, dimension structure can be used, is there a specific example

I here VVVVVV, similar to the int s [5] [5] [4] [4] [4] [10]
  • Related