+ 1
C++ program string
Hi guys I have a problem. I want to create something like that: "apple" --> "elppa" How can I do that , using string variable as input for the string to turn , and using Also Only pointers Thanks
3 ответов
+ 3
well. I don't think it's mostly a good idea to reinvent the wheel.
there's already a STL function called std::reverse.
+ 1
You have completed your C++ course more then half.
And you can't even do that.
Are you guys really learning programming or what ?
I'm really surprised and you are not the only one here like this
0
std::reverse