Question: I have written this function in C++. A string of integers is passed in as dString and an integer is passed in as count. each

I have written this function in C++. A string of integers is passed in as dString and an integer is passed in as count. each dString integer is then indexed and passed into strTolnt integer array. each strTolnt integer is then passed through an equation and stored in temp array. I have printed each index in the array and the correct values are displayed, but when I print the entire array the value is displayed as hex. temp array is then passed back into dString, then dString is returned via stoi), when I print dString boxes are displayed. I want the result, in this case 5555 to be returned via dString as an integer 6 ainclude
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
