
please wait
Issues with a function |
I am having issues with one of my functions. it is the option function i am using it to call my switch statement. but I cant seem to be able to get it to work i... |
Jun 1, 2016 at 4:40am
[4 replies] Last: thank you very much. (by FranciscoDiaz)
|
sorting the result |
Hello here is a code. When i try to compile it it shows a n error ** error: 'stod' is not a member of 'std'** even though i have included string library. Can ... |
Jun 1, 2016 at 2:51am
[3 replies] Last: return std::to_string(score); i guess (by Ericool)
|
Conversion Calculator |
I am supposed to be creating a program that converts roman numbers to its decimal values. I have done something, but the math is wrong. When entering MCMLXXVIII... |
Jun 1, 2016 at 2:29am
[3 replies] Last: think of a dictionary( std::map ) that contains your roman number and ... (by Ericool)
|