Hi Everybody.........
I am facing a problem with file handling...
I have created a text document manually and given some name to that. i have placed this document in the c++ project folder and then i have tried read the file using the code snippet as
The output console window continuously scrollingdown without printing any data.
I have saved the document as .xml file.the dat in the file is
<?xml version="1.0"?>
<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
</note>