User profile: ZFlar

User info
User name:ZFlar
History
Joined:
Number of posts:9
Latest posts:

Recursion problem
Hello there, Can someone explain to me how the following code will output 55 if 10 is passed as a...

Program termination
A signle character as in if the user only enters * and that's it. For example, If the user enters jj...

Program termination
Hello, I'm writing a program that validates a password entered by the user. The password has to c...

pointers
Great. Thanks a lot, Warnis.

pointers
here's my code: [code] int *createArray(int &size) // function to create a dynamic array of random ...