Click here to Skip to main content
15,895,557 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Loading web pages from C++ Pin
Paresh Chitte20-Nov-07 17:28
Paresh Chitte20-Nov-07 17:28 
GeneralRe: Loading web pages from C++ Pin
Tom Paronis21-Nov-07 2:42
Tom Paronis21-Nov-07 2:42 
AnswerRe: Loading web pages from C++ Pin
Hamid_RT21-Nov-07 6:43
Hamid_RT21-Nov-07 6:43 
GeneralRe: Loading web pages from C++ Pin
Tom Paronis21-Nov-07 9:38
Tom Paronis21-Nov-07 9:38 
QuestionHow to retrieve data from multiple files in a folder. Pin
spiritualcannibal20-Nov-07 11:20
spiritualcannibal20-Nov-07 11:20 
AnswerRe: How to retrieve data from multiple files in a folder. Pin
User 58385220-Nov-07 11:41
User 58385220-Nov-07 11:41 
GeneralRe: How to retrieve data from multiple files in a folder. Pin
spiritualcannibal20-Nov-07 11:46
spiritualcannibal20-Nov-07 11:46 
GeneralRe: How to retrieve data from multiple files in a folder. Pin
User 58385220-Nov-07 11:51
User 58385220-Nov-07 11:51 
You need to processes the files one at a time. So a function that takes a file path as a string and an output dir as a string (char*, cstring, std::string etc etc) would seem appropriate. Process the file and write to the destination by combining the file name portion of the input file parameter and the output dir parameter. Get that working then on top of that make something that will enumerate the file names from a folder and call that function for each file. See http://msdn2.microsoft.com/en-gb/library/aa364418.aspx
AnswerRe: How to retrieve data from multiple files in a folder. Pin
Nelek20-Nov-07 21:48
protectorNelek20-Nov-07 21:48 
GeneralRe: How to retrieve data from multiple files in a folder. Pin
spiritualcannibal26-Nov-07 9:53
spiritualcannibal26-Nov-07 9:53 
QuestionHelp: ASCII to UNICODE convertion? Pin
Gofur Halmurat20-Nov-07 10:46
Gofur Halmurat20-Nov-07 10:46 
QuestionRe: Help: ASCII to UNICODE convertion? Pin
David Crow20-Nov-07 10:49
David Crow20-Nov-07 10:49 
AnswerRe: Help: ASCII to UNICODE convertion? Pin
Gofur Halmurat20-Nov-07 11:00
Gofur Halmurat20-Nov-07 11:00 
GeneralRe: Help: ASCII to UNICODE convertion? Pin
David Crow20-Nov-07 16:26
David Crow20-Nov-07 16:26 
AnswerRe: Help: ASCII to UNICODE convertion? Pin
markkuk20-Nov-07 11:36
markkuk20-Nov-07 11:36 
GeneralRe: Help: ASCII to UNICODE convertion? Pin
Gofur Halmurat20-Nov-07 11:55
Gofur Halmurat20-Nov-07 11:55 
AnswerRe: Help: ASCII to UNICODE convertion? Pin
Fernando A. Gomez F.20-Nov-07 12:55
Fernando A. Gomez F.20-Nov-07 12:55 
QuestionNetBIOS question - Cache Pin
bulldogamd20-Nov-07 8:17
bulldogamd20-Nov-07 8:17 
QuestionWord Automation problem - will not work in Word 2007 Pin
rajas20-Nov-07 6:36
rajas20-Nov-07 6:36 
QuestionWinCE 5.0 v.s. Pocket PC 2003 Pin
George_George20-Nov-07 5:09
George_George20-Nov-07 5:09 
GeneralRe: WinCE 5.0 v.s. Pocket PC 2003 Pin
Matthew Faithfull20-Nov-07 5:23
Matthew Faithfull20-Nov-07 5:23 
GeneralRe: WinCE 5.0 v.s. Pocket PC 2003 Pin
George_George20-Nov-07 15:40
George_George20-Nov-07 15:40 
GeneralRe: WinCE 5.0 v.s. Pocket PC 2003 Pin
Matthew Faithfull20-Nov-07 21:58
Matthew Faithfull20-Nov-07 21:58 
GeneralRe: WinCE 5.0 v.s. Pocket PC 2003 Pin
George_George22-Nov-07 19:57
George_George22-Nov-07 19:57 
Questionstring v.s. basic_string Pin
George_George20-Nov-07 4:55
George_George20-Nov-07 4:55 

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.