User: aff

  • Public profile

User profile: aff

User info
User name:aff
History
Joined:
Number of posts:6
Latest posts:

Recursive function problem
Thanks for your comments!!! Especially that one about not using cout << mix(s,i,l), simple enough bu...

Recursive function problem
i have modified my code according to your example [code] #include <iostream> using namespace std; i...

Recursive function problem
Thank you so much for your reply!! Looks great - unfortunately I don't (yet) use external libraries ...

Recursive function problem
Hi 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 types
Solved, thank you!!!! [code] if ((n/10) > 0) return (intTest((n/10),c)); [/code]

This user does not accept Private Messages