User: schwick

  • Public profile

User profile: schwick

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

string printing issues
I loaded a string using the format str = "string" for(int i = 0; i<str.end(); i++) new_str[i] = str...

Problem with N-Queens
This is my attempt at the N-Queens problem. I ran into a huge problem and can't solve it. This is ...

Roman numerals enum
I was just working on a short code that converts Roman numerals to arabic numbers. I use enum to re...

Tower of Hanoi
Thanks saurav2031. I get what you're saying about n subtracting from itself until it is printed by ...

Tower of Hanoi
I'm looking at the code for the Tower of Hanoi. If you're not familiar with the problem, here's a w...

This user does not accept Private Messages