Is it just pseudo code?
Should the void main be removed in the function below?
void main std::wstring sort(const std::wstring &s)
|
void main std::wstring sort(const std::wstring &s) |
wstring doesn't have a member named toCharArray on line 7.
If not, how do you compile the file?
Thanks,
Is it just pseudo code?
Should the
void mainbe removed in the function below?CtCI-6th-Edition-cpp/Ch 1.Arrays And Strings/2.Check Permutation/1.Check_Permutation.cpp
Line 5 in c183b22
wstringdoesn't have a member namedtoCharArrayon line 7.If not, how do you compile the file?
Thanks,