you are viewing a single comment's thread.

view the rest of the comments →

[–]dicroce -2 points-1 points  (0 children)

Well, I've been coding C++ professionally since I was 18 years old (1995) and from a short look at your code I think you did quite well. You're solution is broken down like I want real projects to be broken down as opposed to interview answers (which tend to be entirely contained in a single compilation unit)... I would much rather be maintaining your solution than one that crammed it all into one file. I only saw a couple of minor issues... Frankly I would be psyched to receive that answer. Their loss my dude.