freelanceprogrammers.org Forum Index » C
IT Professionals Requried - Rishabh - Vadodara.
Joined: 21 Jan 2005
Posts: 1
IT Professionals Requried - Rishabh - Vadodara.
Greetings from Rishabh Software Pvt. Ltd.
Rishabh Software Pvt. Ltd. is a ISO 9001:2000 Certified software
Development company with susidaries in US & UK.
We have the following job openings, if you are interested send across
your resume at carrer@....
1) Technical Writer.
2) C++ Senior Developer (System Level)
3) Quality Analyst
4) CMM Consultant.
5) Project Leaders. (.Net, Oracle, Java)
6) Software Project Manager (Web Technology)
7) Business Development Executives.
8) .Net Programmers.
9) C++ Application Programmers.
10) Chartered Accountant.
11) Software Engineer - Cognos / Business Objects
12) Technical Recruiters - BPO
Thanks & Regards,
Durgesh Merchant.
Rishabh Software Pvt. Ltd.
91-265-2326268 / 67.
Joined: 29 Jan 2005
Posts: 2
IT Professionals Requried - Rishabh - Vadodara.
Hi,
I need to read a line of string from a file, after
reading delete that line.rewritting into the another
file solution is not feassible. Give me some other
solution.
Thanks in Advance.
__________________________________
Do you Yahoo!?
All your favorites on one personal page – Try My Yahoo!
http://my.yahoo.com
Joined: 25 Jul 2003
Posts: 48
IT Professionals Requried - Rishabh - Vadodara.
Comments embedded...
> -----Original Message-----
> From: Raju Sholivedu [mailto:raju_chess_id@...]
> Sent: Saturday, January 29, 2005 4:52 AM
> To: Programmers-Town@yahoogroups.com
> Subject: (PT) Doubt about the File operations
>
>
>
> Hi,
>
> I need to read a line of string from a file, after
> reading delete that line.rewritting into the another
> file solution is not feassible.
Why rewriting to a second file is not feasible?
> Give me some other solution.
Read everything after the deleted line into memory, reopen the original file
for read/write, seek to the position before the deleted line, and overwrite
stuff from memory.
You have to truncate the file using non-standard function or overwrite the
rest of the file.
Or read everything into memory less the deleted line, reopen the original
file as new, write text from the memory.
Can`t think of other things right now...
HTH
Shyan
All times are GMT
Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Freelace Website Designer - Customer web design and software building.
China Wholesale - Electronics Products
Character Studio - Tutorials and Help
China Wholesale - Electronics Products
Character Studio - Tutorials and Help







