Hi guys my first post here as i find this site too much helpful :)
I am trying to read write and edit txt files in turboc++ I want to make a program that gets input suppose cout<<"Enter file name "; cin>>name;
and input given is abc.txt
now i want it to goto directory and open that file for editing .....
Take note that this isn't the best way to do this. There is probably a better way to do this by using class constructors/destructors for exception safety.