file-handling
C++ Program crashes when reading object from random access file
I have the following User.h that holds several attributes (strings). User.cpp has all the definitions.[详细]
2023-01-22 23:01 分类:问答File handling java
While trying to do some operation with files the code goes like this, File file=new File(\"aaa.txt\");[详细]
2023-01-22 18:56 分类:问答flush() java file handling
What is the exact use of flush()? What is the difference be开发者_如何学Ctween stream and buffer? Why do we need buffer?The advantage of buffering is efficiency. It is generally faster to write a bloc[详细]
2023-01-22 13:10 分类:问答slow File Processing in python
I am trying a file operation using python.Aim is to continuously read a file of size(100bytes),pack and send them through socket. These files are read from a directory.[详细]
2023-01-22 00:10 分类:问答on a Web Setup, how do I exclude all .pdb files?
In a sample solution on Visual Studio 2008, let\'s say, I have this: myWebSite project (web site project)[详细]
2023-01-18 21:28 分类:问答file handling routines on Windows
Is it allowed to mix different file handling functions in a one system e.g. fopen() from cstdio open() from fstream[详细]
2023-01-06 19:27 分类:问答perl - file handling
I have a list of files on host machine say in directory /src/. The directory has more subdirectories. now this directory is copied onto remote machine after mounting. Now the files are preset in remot[详细]
2023-01-05 16:21 分类:问答How to create a file in remote host along with the creation of directory using ssh
I have a file say /a/b/c/file in my host. I want to create a file on remote host in directory say d开发者_运维百科est. Now the question is, how do I create a file in remote host as /dest/a/b/c/d/file[详细]
2023-01-05 16:12 分类:问答Difference between '>>' and '>' in Perl
What is the difference between these two code snippets? open (MYFILE, \'>>da开发者_StackOverflow中文版ta.txt\');[详细]
2023-01-03 07:31 分类:问答How to know the file type of the file which you are forcing the user to download?
I am trying to force the user to download a file. For that my script is: $file = \"file\\this.zip\"; header(\"Cache-Control: public\");[详细]
2023-01-01 11:08 分类:问答