2
Answers

How can I create a string array in a struct?

Photo of Andreas Lauer

Andreas Lauer

11y
1.4k
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)