Replies: 1 comment 2 replies
-
I ended solving it like so:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I decided to try cpp2 and I'm experiencing issues initializing arrays of variables with value types. I have a type declared as
and im trying to make an array of this within a function
I also tried prefixing each element with
Point
but i get an error saying "in operator=, expected 'x = ...' initialization statement (because type scope object 'x' does not have a default initializer)"Beta Was this translation helpful? Give feedback.
All reactions