User profile: souleaterdm1

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

How do I stop this recursion from looping too much?
Lol yup, you're right. I rewrote the function in a much simpler way and it works now. Thanks!

How do I stop this recursion from looping too much?
So this is for an assignment, thus I can only post a small part of my code. I don't need help for th...

How do I use a boolean vector with if-else?
Let me explain exactly what I mean. I've got a recursive function that works with roughly the follo...

How do I check the second character of this string?
Wow, the usage of break instead of return was the biggest issue. Thanks a lot!

How do I check the second character of this string?
Wow you're right! Thanks so much! Just one more question, because I thought fixing the problem in t...