cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
How To turn around a character sequence
How To turn around a character sequence;
Aug 18, 2013 at 4:31pm UTC
BToven
(19)
How to turn around a character sequence?
I tried using for but failed..
Aug 18, 2013 at 4:36pm UTC
vlad from moscow
(6539)
If you have some problem with your code then show it and say what is the problem.
Aug 18, 2013 at 4:45pm UTC
Computergeek01
(5613)
By "character sequence" do you mean a char array? Or a string? Because the former is a great question since it runs up against Turing's Halting problem where as the later has a member function that tells you how long the sequence is.
Aug 18, 2013 at 5:52pm UTC
LB
(13399)
http://stackoverflow.com/a/198210/1959975
Topic archived. No new replies allowed.