Logo

Programming-Idioms

History of Idiom 41 > diff from v18 to v19

Edit summary for version 19 by :

Version 18

2015-10-29, 14:05:13

Version 19

2015-11-30, 12:37:28

Idiom #41 Reverse a string

Create string t containing the same characters as string s, in reverse order.
Original string s must remain unaltered. Each character must be handled correctly regardless its number of bytes in memory.

Idiom #41 Reverse a string

Create string t containing the same characters as string s, in reverse order.
Original string s must remain unaltered. Each character must be handled correctly regardless its number of bytes in memory.