Hi all,

still workin on my C++ assignment, and I need to reverse a string...

I found a reverse function in the standard string class but I have not found anything useful on how to implement it...

I want to simply change a string "abcd" to "dcba"

Any help or teaching would be welcome...