Andreas Lauer

Andreas Lauer

  • NA
  • 1
  • 1.4k

How can I create a string array in a struct?

Feb 19 2014 11:15 AM
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)