2
Answers

How can I create a string array in a struct?

Andreas Lauer

Andreas Lauer

10y
1.1k
1
How can I create a string array in a struct?

i have developed something like this

struct menu
{
  sMenuehaupt [] = new  string sMenuehaupt[250]
}

but ist doesn't work.

its only possible to create a char array

Answers (2)