this is my new problem in project.
i create a project in first compiler error my .def file
and when i delete my .def file this error come up " you have accidentally used the dummy version of OwlMain "
please help.
To write a file, you should have a specific "file format" in mind. In other words, how will your file look?
For example, you could store your information in a regular text file like this:
Once you decide on a file format, you just need a couple of functions -- one to write a "person" (don't call a person a "list"), and one to read a "person".
i find a way to save struct on .txt file now i need help for
load a save word to c++?
-----
and another think this is how save or because my compiler old it's like this
when i write this ( "hello cplusplus" ) it write hello and if i'm gonna
write the word it come like this ( " hello-cpluspluas " ) is it correct?