Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
read till end of file
Name: kyadavalli Date: February 25, 2009 at 22:36:57 Pacific OS: Windows XP Subcategory: General
Comment:
hi, could you pls help me wrting a script to read from 1st to last line of the file and generate the command like below? lets say, abc.out has entries like 2222 3333 4444 and it should generate me a command like, force application('2222','3333','4444')" abc.out may have 4 entries or 5 or any number and it should generate the command accordingly. pls help thanks in advance.
Summary: I need to match a string with a line in the file and extract all the lines after this matching line and write it to a new file. eg : 2001 scvdsgvcxv 2002v vzvcxxzxc 2003 cxz 2004 acsdcvxc 2005 adsdfs...
Summary: Hello, My question: Using Textstream Object reading an ASCII file with ReadLine method, how do you tell if you are at end of file?? Thanks for any help... ...
Summary: I need some suggestions please on C++, i have a file with data on each line. I have managed to read of each like i.e through for loop but on condition i want k <= <end of file thingy> i tried Li...