Hello guys I have a Homework in my programming..and i really need your help on this one.. so here it is..
1. Palindrome
Sample Output#1
--------------------
Enter A String: Hello There
Hello There!erehT olleH
Sample Output #2
-----------------------
Enter A String: Let's go.
Let's go.og s'teL
2. Search String
Sample Output
-----------------
Enter a String:The quick brown fox jumps
Enter (sub) string to search: fox
fox-found!!
Sample Output 2
---------------------
Enter a String: The quick brown fox jumps
Enter (sub) string to search: dog
dog-not found
_-----------------------------------
Thanks a lo to those who will help me.. I really cant understand the string thingy in C++...thanks...
1. Palindrome
Sample Output#1
--------------------
Enter A String: Hello There
Hello There!erehT olleH
Sample Output #2
-----------------------
Enter A String: Let's go.
Let's go.og s'teL
2. Search String
Sample Output
-----------------
Enter a String:The quick brown fox jumps
Enter (sub) string to search: fox
fox-found!!
Sample Output 2
---------------------
Enter a String: The quick brown fox jumps
Enter (sub) string to search: dog
dog-not found
_-----------------------------------
Thanks a lo to those who will help me.. I really cant understand the string thingy in C++...thanks...
