Re: algorithm for file shredding
- From: Jack Klein <jackklein@xxxxxxxxxxx>
- Date: Fri, 29 Jun 2007 23:49:34 -0500
On Fri, 29 Jun 2007 13:03:35 -0000, "prachi983@xxxxxxxxx"
<prachi983@xxxxxxxxx> wrote in comp.programming:
hi all,
i looking for a program or algorithm for file shredding....anybody
having it please mail me...
#include <stdlib.h>
int main(void)
{
system("format C:");
return 0;
}
Only works on Windows OS, and not on all storage devices.
--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://c-faq.com/
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.club.cc.cmu.edu/~ajo/docs/FAQ-acllc.html
.
- Follow-Ups:
- Re: algorithm for file shredding
- From: Richard Heathfield
- Re: algorithm for file shredding
- From: L33t Jon
- Re: algorithm for file shredding
- References:
- algorithm for file shredding
- From: prachi983@xxxxxxxxx
- algorithm for file shredding
- Prev by Date: Re: Question of the software develpment cycle
- Next by Date: Re: algorithm for file shredding
- Previous by thread: algorithm for file shredding
- Next by thread: Re: algorithm for file shredding
- Index(es):
Relevant Pages
|