You will then read each sentence into an array of strings created dynamically using “new”. 


You will send each element of the array to a function called “reverse”. This function will reverse the string, and then return the reversed string to be saved back into the array. Do not make a new array, save it back into the original array.


YOU MUST NOT USE ANY LOOPS (for, while, do-while) IN THIS FUNCTION!!! 

fstream으로텍스트 파일 불러와서 그걸 reverse 함수를 만들어서 뒤집는건데 루프 이용하지말라네 어찌나타내야됨요?ㅠㅠ