C Board  

Go Back   C Board > General Programming Boards > C Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 11-10-2009, 02:27 AM   #1
Registered User
 
Join Date: Nov 2009
Posts: 6
help in file merging

WAP IN C to merge alternative lines from two different files and output should be in one file....
nikki86 is offline   Reply With Quote
Old 11-10-2009, 02:28 AM   #2
Registered User
 
Join Date: Oct 2009
Location: While(1)
Posts: 368
while (eof first || eof second)
take line from first file put into result file
take line from second file put into result file
RockyMarrone is offline   Reply With Quote
Old 11-10-2009, 02:29 AM   #3
Registered User
 
Join Date: Oct 2009
Location: While(1)
Posts: 368
Best is if you can just paste the code what you are writing that will be better for you and us
RockyMarrone is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems passing a file pointer to functions smitchell C Programming 4 09-30-2008 02:29 PM
sequential file program needhelpbad C Programming 80 06-08-2008 01:04 PM
archive format Nor A Brief History of Cprogramming.com 0 08-05-2003 07:01 PM
Making a LIB file from a DEF file for a DLL JMPACS C++ Programming 0 08-02-2003 08:19 PM
Hmm....help me take a look at this: File Encryptor heljy C Programming 3 03-23-2002 10:57 AM


All times are GMT -6. The time now is 01:31 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22