Search results

  1. J

    C++ reset read pointer

    Hi everyone, I'm looking for a way to reset the read / write pointers of an fstream (ios::in|ios::base|ios::binary) to 0 without the use of seekp(0)/ seekg(0). (This is a small part of an assignment I have not been able to solve or find any clue on how to attack this problem. The rest is...
  2. J

    mount Shares according to location

    Hi everyone, Recently I added a small Debian "server" to support my powerbook when being at home. Mounting the shares (iTunes/iPhoto Library, Backups, Documentation) manually / using a small perl script works without any problems, but tends to get on my nerves. Which is the best way to...
  3. J

    Java : insert line into file

    Hi, I recently started learning Java and now am stuck with a problem I have not been able to figure out for nearly 3 weeks now. The app: When finished it shall be used to manage DVD Collections, saving the information in an XML file. The status quo: Reading the XML file into a special...
Back
Top