Now it's time to explain my problem:
I want to run Demo.txt with Nodepad using "system("notepad " + myfile_Demo.txt);"
I don't know where is Demo.txt from Resources and How can I open it.
I use Code::Blocks - Download the c++ files from end of message.
I appreciate any suggestions.
Best regards,
Diana http://uploading.com/files/m595c2ec/MyProject.zip/
You're right! This is my problem. I don't know how to read Demo.text from EXE.
Demo.txt exists in EXE, because my program says: Found, so, Demo.txt exists, but I need to read / open it.
How to read file Demo.txt from EXE?