At school strrev works in Visual Studio to reverse my string. But just now when I tried to compile it in XCode, it said strrev was not declared in this scope.
What should I do other than write the function myself?
At school strrev works in Visual Studio to reverse my string. But just now when I tried to compile it in XCode, it said strrev was not declared in this scope.
What should I do other than write the function myself?