Summary: I write this Funktion to read a ASCII FILE to a Matrix.didnīt work why? IntMatrix* load_matrix(FILE* fileIn) { IntMatrix* matrix = NULL; int cols = 0;...
Summary: Could anyone tell me how to read a file from subroutine in c++?. I can read a file in main program,but i just can't figure out how to do it from subro...
Summary: I am trying to read a file and look for some words. If I know the work I am searching in advance would it be possible to store it and compare it with ...
Summary: hi there i am tryin to wrtie a FTP protocol which will allow the server to send a file to the client. The file that is to nbe sent must be opened firs...
Summary: hello ,,, i'm new here ! i hope you ll help to find what i m looking for so i'm trying to learn how to program in c++(i'm null),i've a compiler as bor...
Summary: Well, after coming back to doing some programming in Visual Basic, I have wanted to program one of those weather-in-the-tray utilities (all the downlo...
Summary: I want to use a batch file to copy part of a file to another file. Specifically from html to html. The section i want to copy is surrounded by comme...
Summary: I want to copy a file to system 32 folder of 900 computers in a domain. copying the file needs administrative priviliges. but users of copmuters are n...
Summary: I look for a batch file which can set a file to 0 byte,while maintaining the creation timestamp. (mod time should be the time when set to zero). I wou...
Summary: Help Anybody???? I want to open a new E-Mail message and attach a file to it. I use the following command to open a new message.... (ShellExecute hwn...
Summary: Hi, I am new to programming and want to know in simple steps (if anyone can provide me with psuedo code) how to create a form based program in C# that...
Summary: I am absoultely usless when it comes to programming in C and have been given this question Can anyone PLEASE HELP ME!!! I have to write a safecopy pro...
Summary: Hello Anna, this is one way in which you can read a file but not line by line. private sub command_click() Dim fso,f Const ForReading = 1 Set fso = Cr...
Summary: Here is what I use to read and write to the parallel port. I assume it should work with the serial port also. WinIo - This library allows direct I/O p...
Summary: Hi folks. Me again :). First up thank you all again for the help last time (in case you missed my last reply...dont want you to think im ungrateful :)...
Summary: This code generates a file to be patched, generates a patch file, and runs the patch. You should get the idea. If not, get back to me. #include <i...
Summary: Hi Guys, Can someone give me a simple example of how to read a file of userids and passwords such as a file called passwords containing: a001mm passwo...
Summary: I need a script in batch: Basically, it searches through a text file and finds file entries. The only problem is that each file entry is on multiple l...
Summary: I am trying to open a file for reading and a file for writing in c programming. This is how I do it. FILE *in, *out; if ((in = fopen(argv[1], "rb")) ...
Summary: I am programming a role-playing game from DOS to Win32 using Microsoft Visual C++ 6 environment. Recently, I have a problem reading texts from files....
Summary: Does anyone have some code that I can use that will allow me to write a file to a specifified directory, and how I can read the values from it again...
Summary: is there a way to in c++ call other system functions within the program, and display the results to the screen as output? for example: system("dir c:\...