Daily c++ problems

Pages: 1... 345
Aug 8, 2012 at 9:05pm
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 Aug 8, 2012 at 9:08pm
Aug 31, 2012 at 12:59am
Updated, sorry for such a long wait. My question base has run dry, i need to find a new source for my c++ question.
Aug 31, 2012 at 2:08am
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.
Sep 7, 2012 at 2:45am
Updated
Topic archived. No new replies allowed.
Pages: 1... 345