I was working on an assignment where a program took a file descriptor as an argument (generally from the parent in an exec call) and read from a file and wrote to a file descriptor, and in my testing,
I am trying to read and write into app.config file of user-settings. I found a snippet of a code for working with confige file. I finally got it compiling and running, but it absolutely seems to be do
it is said that there is only one spindle in hard disk which reads or writes data to/from hard disk, how is it possible to write or read 2 or more data\'s to/from hard disk SIMULTANEOUSLY. the operati
Is there any way to allow access to files while they are being used in Java? BufferedWriter bw = new BufferedWriter(new FileWriter(file));
I\'ve got a database full of usernames and passwords etc. But i need to able to either download a fresh copy of the database every time the user opens the applciation, or even better, read/write to th
I have an iOS client set up with a linux C server via TCP/IP. The problem i am facing is: After the connection is done, the server waits for data (read()) and presents it in the screen once received f
I\'m looking for a method of reading/writing (actually programming) the Master Boot Record (or maybe VBR) of a usb mass storage device. Actually its a flash drive whose MBR I want to program, so that
I am having some problems with creating and editing text files. The file never seems to store the data.
I would like to write/read a hash-table to/from disk, but it is not a (print)able object. I won\'t know the key names so I can\'t think of a way to do it manually. I read that there might be distribut
i want to send data between views, but i get an error: unrecognized selector.... and the in the debugger, the variable mystring is a NSCFNumber (\"at this time\") instead of NSString...