Re: algorithm for file shredding



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
.



Relevant Pages

  • Re: Stacks
    ... > reverse Order for instance ... > int main{ ... Jack Klein ... FAQs for ...
    (alt.comp.lang.learn.c-cpp)
  • Re: destroy primitive/object types but memory is not freed
    ... int main{ ... does it define mallocbehaving the same as some C++ operator that ... Jack Klein ... FAQs for ...
    (comp.lang.c)
  • Re: What does that operation mean?
    ... On Tue, 26 Sep 2006 20:54:15 GMT, Frederick Gotham ... The value of the expression, "x", is converted to int, and then BitwiseAND'ed ... Jack Klein ... FAQs for ...
    (comp.lang.c)
  • Re: C programming Question
    ... > int main ... will convert into memory past the end of your arrays. ... Jack Klein ... Home: http://JK-Technology.Com FAQs for ...
    (comp.programming)
  • Re: strupr Postmortem Analysis
    ... On Wed, 05 Jul 2006 02:03:36 GMT, Frederick Gotham ... int main ... Jack Klein ... FAQs for ...
    (comp.lang.c)