file-handling
C + WINAPI: How To handle Files?
OK, I have read about CreateFile, R开发者_JAVA百科eadFile and WriteFile and I know how to use these. But I could not find any tutorial or guide with an example to use them properly.[详细]
2023-02-27 18:06 分类:问答Changing File's last modified without closing it
File\'s last modified time is changed only when the file is closed. public class Main { public static void main(String[] args) throws IOException {[详细]
2023-02-26 14:09 分类:问答problem in writing to a file
Guys I wrote the following code for implementing a phonebook in c++ What I am doing is first take input from three files containing names, address and phone number(u may not look at the entire code) j[详细]
2023-02-25 19:10 分类:问答Deleting files using CodeIgniter?
I\'m not sure if this is the proper function to delete a single file (say an image) using CodeIgniter.[详细]
2023-02-19 23:23 分类:问答Get a FILE* handle to be passed to a C function for System.IO.File and default streams
I\'m using an old C library (built as a DLL) within my C# application. One of the functions in this library requires a FILE* (as defined开发者_StackOverflow社区 in ANSI C) to be passed. Is there any w[详细]
2023-02-19 05:38 分类:问答file handling in c++
I wrote the following code to input numbers from a file however the last number gets printe开发者_Go百科d twice which I find perplexing. What could be the possible answer.[详细]
2023-02-16 04:40 分类:问答how to read a file from folder without giving filename , in objective c
I am moving a file to a folder ( file is stored in other folder), I am moving it by giving the file name, but I want to move all files, which r stored in a folder to some other folder.[详细]
2023-02-08 23:59 分类:问答how to write two strings in a file seperated by space or comma in c?
I am having two strings , I want to write these strings to a FILE in the following format: string1 \"space开发者_如何学Go/comma\" string2 \"newline\"[详细]
2023-02-07 04:11 分类:问答How to delete only the last line of a ASCII text file using C?
I have a text file. How do I go about delet开发者_JAVA技巧ing only the last line in the file using C?[详细]
2023-02-05 21:34 分类:问答Dev-C++ Filehandling
I am using Dev-C++ IDE, and now I am trying to do the file handling.here is my code : int main(){ FILE *fp;[详细]
2023-01-26 05:37 分类:问答