giorgios

Avatar
  • Total activity 4
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2
  • giorgios created a post,

    Initializing two-dimensional arrays

    Hi,I'm having problems initializing two-dimensional arrays in template declarations. I want to write the followingMatrix m = new Matrix[][] { {1,2}, {3,4} }but I can't insert the nested curly brack...
  • giorgios created a post,

    How to specify the property values menu part?

    Hi,I'm trying to specify a list of property values for a concept property so that I get custom completion. I can't instantiate the list<string> that I need to return from the menu part because the ...