hi,I'm currently working on a program in C++.I have a string for ex
"Hello
Hai
How are you"
When i print it using outtext im not able to get the output same as that of the string, the new line character"\n" is replaced by some other special charecter,and is printed as a continuous text.Is there any way to solve this.I've to do this using outtext command only.Plz reply.Thanks in advance