Click here to Skip to main content
15,918,596 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Event handling using Visual Studio 6 Pin
Stuart Dootson27-Oct-09 0:15
professionalStuart Dootson27-Oct-09 0:15 
GeneralRe: Event handling using Visual Studio 6 Pin
AlBurns27-Oct-09 0:24
AlBurns27-Oct-09 0:24 
GeneralRe: Event handling using Visual Studio 6 Pin
Michael Dunn27-Oct-09 14:39
sitebuilderMichael Dunn27-Oct-09 14:39 
GeneralRe: Event handling using Visual Studio 6 Pin
Stuart Dootson27-Oct-09 14:45
professionalStuart Dootson27-Oct-09 14:45 
QuestionMessage Notification when we change any view? Pin
002comp26-Oct-09 23:14
002comp26-Oct-09 23:14 
AnswerRe: Message Notification when we change any view? Pin
Cedric Moonen26-Oct-09 23:33
Cedric Moonen26-Oct-09 23:33 
GeneralRe: Message Notification when we change any view? Pin
002comp26-Oct-09 23:45
002comp26-Oct-09 23:45 
AnswerRe: Message Notification when we change any view? Pin
Naveen27-Oct-09 0:00
Naveen27-Oct-09 0:00 
GeneralRe: Message Notification when we change any view? Pin
002comp27-Oct-09 0:10
002comp27-Oct-09 0:10 
GeneralRe: Message Notification when we change any view? Pin
Naveen27-Oct-09 0:34
Naveen27-Oct-09 0:34 
QuestionRe: Message Notification when we change any view? Pin
David Crow27-Oct-09 3:11
David Crow27-Oct-09 3:11 
QuestionSorting Filenames in CFileDialog Pin
softwaremonkey26-Oct-09 23:10
softwaremonkey26-Oct-09 23:10 
AnswerRe: Sorting Filenames in CFileDialog Pin
Adam Roderick J27-Oct-09 0:19
Adam Roderick J27-Oct-09 0:19 
GeneralRe: Sorting Filenames in CFileDialog Pin
softwaremonkey27-Oct-09 3:40
softwaremonkey27-Oct-09 3:40 
QuestionEncrypt / decrypt a text file using vc++ Pin
kamalilam26-Oct-09 21:13
kamalilam26-Oct-09 21:13 
AnswerRe: Encrypt / decrypt a text file using vc++ Pin
CPallini26-Oct-09 21:39
mveCPallini26-Oct-09 21:39 
AnswerRe: Encrypt / decrypt a text file using vc++ Pin
Hristo-Bojilov26-Oct-09 21:40
Hristo-Bojilov26-Oct-09 21:40 
AnswerRe: Encrypt / decrypt a text file using vc++ Pin
Rajesh R Subramanian26-Oct-09 22:29
professionalRajesh R Subramanian26-Oct-09 22:29 
QuestionHow to find unsued disk space in a Disk programatically. Pin
Shiv Murti Pal26-Oct-09 20:16
Shiv Murti Pal26-Oct-09 20:16 
AnswerRe: How to find unsued disk space in a Disk programatically. Pin
Adam Roderick J26-Oct-09 20:31
Adam Roderick J26-Oct-09 20:31 
AnswerRe: How to find unsued disk space in a Disk programatically. [modified] Pin
Kushagra Tiwari26-Oct-09 20:57
Kushagra Tiwari26-Oct-09 20:57 
GeneralRe: How to find unsued disk space in a Disk programatically. Pin
Shiv Murti Pal26-Oct-09 21:17
Shiv Murti Pal26-Oct-09 21:17 
AnswerRe: How to find unsued disk space in a Disk programatically. Pin
Kushagra Tiwari26-Oct-09 21:25
Kushagra Tiwari26-Oct-09 21:25 
GeneralRe: How to find unsued disk space in a Disk programatically. Pin
Shiv Murti Pal26-Oct-09 21:46
Shiv Murti Pal26-Oct-09 21:46 
hi actually i have an Project to do, in that i have to wipe/clean a disk in a manner so that the deleted data of a disk can not be recovered by any Data Recovery Software.

for that i am doing following things -

1. I am reading the disk Sector by sector.
2. then i overwrite some new value on the sector so that the old one can not be recovered.

Now the problem is that in this process the whole disk is overwritten by a new pattern of value.

But actually i do not need this, i need to overwrite the value of only those file that have been deleted already.

so i need to find the deleted files sector.

For Example:-
if there is a deleted file starting at Sector no 2345 to 2356. So how to do it inmy application using VC++/C++/MFC



Thanks
AnswerRe: How to find unsued disk space in a Disk programatically. Pin
Kushagra Tiwari26-Oct-09 22:20
Kushagra Tiwari26-Oct-09 22:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.