Home > Software engineering >  inquire
inquire

Time:11-10

Excuse me, if you want to define a cstrings in structure types of how to define an array?

CodePudding user response:

Is the same as a basic variable usage
Struct _tagT_t
{
int a;
Cstrings s [1];
} m_T;