Hi :)
I am using TurboC++ IDE 3.0. I need to open a file and display the contents of this file on the screen. My problem is simple... i need to open a file and display its contents in graphics mode.. so that i can display it using outtextxy() ...is that possible?If thats not possible... is there any other way i can do this?
I am switching between text and graphics mode using setgraphmode() and restorecrtmode().