Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

string array 2d c++

std::string myarray[2][3] = {
  { "hello", "jack", "dawson" }, 
  { "hello", "hello", "hello" }
};
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #string #array
ADD COMMENT
Topic
Name
8+7 =