help me pls..........
-
- I need code written by some body else for string concatenation without using sting functions? 2)Taking the variables from string in alphabatic order. For example: we r entering a word called MARK.It has to print in alphabatic order ie: MARK as AKMR. 3)write a program for printing in between numbers (Ex: 3,4,9,7,10,14,54,8) print the numbers existing inbetween 3 and 8.
-
- I need code written by some body else for string concatenation without using sting functions? 2)Taking the variables from string in alphabatic order. For example: we r entering a word called MARK.It has to print in alphabatic order ie: MARK as AKMR. 3)write a program for printing in between numbers (Ex: 3,4,9,7,10,14,54,8) print the numbers existing inbetween 3 and 8.
If you have written some code, please ask a specific question concerning that code. A sample of your coding problem is always helpful.
"We make a living by what we get, we make a life by what we give." --Winston Churchill
-
If you have written some code, please ask a specific question concerning that code. A sample of your coding problem is always helpful.
"We make a living by what we get, we make a life by what we give." --Winston Churchill
i need one example program code.......
-
i need one example program code.......
I am sorry. You won't get that kind of help here. A simple string in C++ is an array of characters terminated by a NULL character. You need to write your program to operate on that array probably using pointers. So, crack open a C++ primer and get to work.
"We make a living by what we get, we make a life by what we give." --Winston Churchill