Skip to content

Conversation

LF0614
Copy link

@LF0614 LF0614 commented Dec 28, 2018

allocate space dynamically for Two-dimensional array with '(char**)new int[length]' is wrong, should be 'new char*[length]'

allocate space dynamically for Two-dimensional array  with '(char**)new int[length]' is wrong, should be 'new char*[length]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant