c++ how to write code for atoi and find in a function called getTriplet()
- by Gerri
Hello I am trying to write code for a function called Triplet getTriplet()
and I must use find and atoi in this fuction to call the array[3] = {0, 1, 2} and find the "," and find the "()" in the program? I am so lost. I have read and read and cannot locate any informatin which really touches on the subjects enough to give me an understanding of what I am suppose to do. Please help if you can! Thanks in advance.