Click here to Skip to main content
15,909,742 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: I can't figure out why my program is not running Pin
enhzflep30-Oct-14 21:12
enhzflep30-Oct-14 21:12 
QuestionResources for OOP practice for C++ Pin
Member 1119427030-Oct-14 14:12
Member 1119427030-Oct-14 14:12 
AnswerRe: Resources for OOP practice for C++ Pin
Richard MacCutchan30-Oct-14 22:52
mveRichard MacCutchan30-Oct-14 22:52 
GeneralMessage Closed Pin
1-Nov-14 19:47
4india1-Nov-14 19:47 
GeneralRe: Resources for OOP practice for C++ Pin
Richard MacCutchan1-Nov-14 21:53
mveRichard MacCutchan1-Nov-14 21:53 
GeneralRe: Resources for OOP practice for C++ Pin
OriginalGriff16-Nov-14 22:37
mveOriginalGriff16-Nov-14 22:37 
GeneralRe: Resources for OOP practice for C++ Pin
Richard MacCutchan16-Nov-14 22:46
mveRichard MacCutchan16-Nov-14 22:46 
QuestionDump file creation Pin
HungryCPPDev29-Oct-14 20:52
HungryCPPDev29-Oct-14 20:52 
AnswerRe: Dump file creation Pin
den2k8830-Oct-14 0:37
professionalden2k8830-Oct-14 0:37 
GeneralRe: Dump file creation Pin
HungryCPPDev30-Oct-14 20:37
HungryCPPDev30-Oct-14 20:37 
AnswerRe: Dump file creation Pin
bert_r30-Oct-14 5:16
bert_r30-Oct-14 5:16 
GeneralRe: Dump file creation Pin
HungryCPPDev30-Oct-14 20:36
HungryCPPDev30-Oct-14 20:36 
QuestionC code : read infomation of USB Pin
Member 1119126829-Oct-14 15:36
Member 1119126829-Oct-14 15:36 
GeneralRe: C code : read infomation of USB Pin
PIEBALDconsult29-Oct-14 17:30
mvePIEBALDconsult29-Oct-14 17:30 
AnswerRe: C code : read infomation of USB Pin
Vaclav Naydenov29-Oct-14 21:32
Vaclav Naydenov29-Oct-14 21:32 
Questionhangman code in C Pin
Member 1118939529-Oct-14 10:56
Member 1118939529-Oct-14 10:56 
SuggestionRe: hangman code in C Pin
Richard MacCutchan29-Oct-14 22:27
mveRichard MacCutchan29-Oct-14 22:27 
GeneralRe: hangman code in C Pin
Member 1118939529-Oct-14 22:54
Member 1118939529-Oct-14 22:54 
GeneralRe: hangman code in C Pin
Richard MacCutchan30-Oct-14 1:56
mveRichard MacCutchan30-Oct-14 1:56 
GeneralRe: hangman code in C Pin
CPallini30-Oct-14 7:33
mveCPallini30-Oct-14 7:33 
GeneralRe: hangman code in C Pin
Richard MacCutchan30-Oct-14 22:27
mveRichard MacCutchan30-Oct-14 22:27 
QuestionRe: hangman code in C Pin
David Crow31-Oct-14 4:32
David Crow31-Oct-14 4:32 
QuestionConvert unicode string into ascii text with numeric character references Pin
Leif Simon Goodwin29-Oct-14 5:15
Leif Simon Goodwin29-Oct-14 5:15 
QuestionCustomized virtual drive Pin
lrtsenar29-Oct-14 3:47
lrtsenar29-Oct-14 3:47 
Let me explain, as precisely as possible, my expectation : I have 3 physical drives (200 GiB, 300 GiB, 500 GiB), but number and size of drives may vary. By using an unique Virtual Drive (VD) seen by an user, the goal is to allow standard file operation (copy, delete, move) through Windows file explorer or a Windows console on this VD. Final user will always see an unique drive letter.

For instance, the added value of my idea is to put on 1st drive some movies and to duplicate them on 3rd drive. Once the 1st drive is full, my soft will copy the next movies on 2nd drive while continuing duplicate it on 3rd drive. Of course, 1st and 2nd drive are marked as "1st virtual disk" and 3rd is marked as "duplicated" by manual configuration (with HMI showing physical drives for instance but it's my problem)

I don't want to hear about ANY RAID which have inconvinient to be "unreadable" once 1 disk is removed. RAID should mandatory have same disk size in order to do "mirror" feature. The added value of my idea is the ability to read any hard drive anywhere without any filesystem constraint. It's a fine way to recycle my old hard drives.

My question is how to create such a VD and how to intercept file operation on this VD and how to show (on this VD customized) customized FAT contents (contents of 1st and 2nd physical drives) by using Visual Studio.

Many thanks in advance.
AnswerRe: Customized virtual drive Pin
Richard MacCutchan29-Oct-14 3:54
mveRichard MacCutchan29-Oct-14 3:54 

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.