Recursive function problemThanks for your comments!!! Especially that one about not using cout << mix(s,i,l), simple enough bu...
Recursive function problemi have modified my code according to your example [code] #include <iostream> using namespace std; i...
Recursive function problemThank you so much for your reply!! Looks great - unfortunately I don't (yet) use external libraries ...
Recursive function problemHi all, I am writing a code that will print all odd indices of a string in original order, and then...
Recursive function with two different data typesSolved, thank you!!!! [code] if ((n/10) > 0) return (intTest((n/10),c)); [/code]
This user does not accept Private Messages