Forum: C++
Feb 21st, 2005, 7:01 PM
|
|
Replies: 5
Views: 671
|
Forum: C++
Feb 21st, 2005, 4:53 PM
|
|
Replies: 5
Views: 671
I'm not completly sure where to add in youe...
I'm not completly sure where to add in youe example code
The code that calls the function at the moment is,
answer2=convert(answer);
printf("\n");
printf("%s", answer2);
and my function is...
|
Forum: C++
Feb 21st, 2005, 4:19 PM
|
|
Replies: 5
Views: 671
Returning An Array From a Function
Hey all,
I'm currently writing a calculator program for Uni which takes in 2 Roman Numeral expressions and displays the answer Roman Numerals. The answer is then displayed in Roman Numerals
i.e...
|