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: fgets will read a long of N characters UNTIL it reaches a newline (\n). IE. this will strip one line at a time from your file for the command: fgets(...
Summary: Hello guys. I am having trouble with my script. I need to get all lines lines to show from a text file. What I have is a chat script, that you can cha...
Summary: I want to read the data from a file and execute it.Question is as shown. Can anyone provide the code for the below question. Input Description: The fi...
Summary: Hi Guys, I'm a newbie to batch programming. I had created a batch file to read a line from a text file. example: Hello world 1234 However i would like...
Summary: Hi, I want create a batch file to copy some specific(variable) text from a file A.txt to another file B.txt's specific location (in between a line...
Summary: I need to input a text file, read the data from the file, read the data that's entered by the user & then in return create a new text file to write to...
Summary: Now that I look at it, you could skip writing to the text file, then reading from it, I think to do exactly what you want you could simply just read ...
Summary: We are sent laboratory data as *pdf files. I am trying to write a program which will extract the text from the pdf file and then import it to a VFP ta...
Summary: I figured it out thanks M2 I decided to use "for /f tokens=blah" from the log file to get what i wanted, I'm a bit of a newb at this stuff and at firs...
Summary: Hi I have to import a file.txt with real E notated (like 2.3E-12) numbers in 2 columns in it (coordinates basicly - x and y) in to C or C++ Do you act...
Summary: I'm using a function to print formatted text to an edit control (from Petzold's Programming Windows), eprintf(char *fmt,...). I read-in text from a fi...
Summary: Hello im trying to build a Simple FTP program written in C. So far I have made a text file FTP program that prompts the user for the name of the file...
Summary: I'm not too good at reading from a file either, but what is CurrentSize in your SaveToFile? The file may be so big that it takes a long time for C++ t...
Summary: As far as I'm aware DOS can't read files without third party tools. Do you mean scripting with windows batch script, for systems derived from windows ...
Summary: Hi all, I am trying to read time from a binary file, but I couldn't get the right value. Each record is 112 bytes in binary file. time format is YYYYD...
Summary: Hello every1!! Look, I need to remove all lines that say "Echo is off." from a text file using Batch. How can I do this?? Thanx!! ;) El-Trucha ...
Summary: I don't know the assembler API for Windows systems, but I can assure you have no need to set up an interrupt driven code to accomplish a so easy task....
Summary: I have a text file that is in columns. I want to extract all the data from one of the columns and write it to another text file. A sample would be ...
Summary: hi evryone- i need to wirte a batch script that read the first line from a txt file (try.txt) and than take the first word from this line'and finelly ...
Summary: Hello I need to read a line in a file which looks as follows : DTM 24320090708 My code looks like this : char inhsStr[MAXSIZE]; /* String to r...
Summary: Thanks for ur response we are able to create a new file but it is not reading the data from the old file..like the below data is not fetching.. ROW_NU...
Summary: I am trying to make a program in C++ to read in a bunch of numbers from a file "frames.txt" like shown here: Frame: 00 FE 08 08 00 60 00 23 A1 23 0E 9...