string printing issuesI loaded a string using the format str = "string" for(int i = 0; i<str.end(); i++) new_str[i] = str...
Problem with N-QueensThis is my attempt at the N-Queens problem. I ran into a huge problem and can't solve it. This is ...
Roman numerals enumI was just working on a short code that converts Roman numerals to arabic numbers. I use enum to re...
Tower of HanoiThanks saurav2031. I get what you're saying about n subtracting from itself until it is printed by ...
Tower of HanoiI'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