Pretty much what im trying to do is reverse an entered string. I haven't used C++ in a couple years (I've been working with Java) and im trying to get back into it.
1>c:\users\X\documents\visual studio 2010\projects\parse string\parse string\main.cpp(9): error C3861: 'reverseString': identifier not found
1>c:\users\X\documents\visual studio 2010\projects\parse string\parse string\main.cpp(16): warning C4018: '<' : signed/unsigned mismatch
1>c:\users\X\documents\visual studio 2010\projects\parse string\parse string\main.cpp(18): error C2446: '==' : no conversion from 'const char *' to 'int'
1> There is no context in which this conversion is possible
1>c:\users\X\documents\visual studio 2010\projects\parse string\parse string\main.cpp(18): error C2040: '==' : 'int' differs in levels of indirection from 'const char [2]'
1>c:\users\X\documents\visual studio 2010\projects\parse string\parse string\main.cpp(22): error C2446: '==' : no conversion from 'const char *' to 'int'
1> There is no context in which this conversion is possible
1>c:\users\X\documents\visual studio 2010\projects\parse string\parse string\main.cpp(22): error C2040: '==' : 'int' differs in levels of indirection from 'const char [2]'
1>c:\users\X\documents\visual studio 2010\projects\parse string\parse string\main.cpp(26): error C2446: '==' : no conversion from 'const char *' to 'int'
1> There is no context in which this conversion is possible
1>c:\users\X\documents\visual studio 2010\projects\parse string\parse string\main.cpp(26): error C2040: '==' : 'int' differs in levels of indirection from 'const char [2]'
1>