Daily c++ problems

Pages: 1... 345
closed account (j2NvC542)
Ok, so here is my solution for the roman numeral problem.
It uses C++11 features, so you need to pass -std=C++0x.

Three files:
main.cpp: http://pastebin.com/ZVg701Dq
Roman_int.h: http://pastebin.com/JeiHzXBA
Roman_int.cpp: http://pastebin.com/vJNaeB7c
Last edited on
Updated, sorry for such a long wait. My question base has run dry, i need to find a new source for my c++ question.
Nice problems, but problem is that in some regards even those can be complex and push beginner programmers away. I know that when I started out and got problems like that I was intimidated by them and didn't know how to get help (the kind where they give advice and not just post the answer) so I just avoided them. Have to be really careful as programmers come with all different understandings and what is simple to one may be overly confusing to the next.
Updated
Topic archived. No new replies allowed.
Pages: 1... 345