I want to open a txt file in DOS editor using C++ which can be edited and saved by the user . Is there any inbuild command for it ? Or any code ?![]()
This is a discussion on opening DOS editor using C++ within the C++ Programming forums, part of the General Programming Boards category; I want to open a txt file in DOS editor using C++ which can be edited and saved by the ...
I want to open a txt file in DOS editor using C++ which can be edited and saved by the user . Is there any inbuild command for it ? Or any code ?![]()
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.
I tried both system() and exec.. but these r not workin .
In system() its givin error : Not enough memory
While in exec.. nothin happens
Which OS and Compiler do you have?
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.