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

C / C++ / MFC

 
Questionsigned char* to cstring Pin
murali_utr5-Feb-06 19:30
murali_utr5-Feb-06 19:30 
AnswerRe: signed char* to cstring Pin
Owner drawn5-Feb-06 19:51
Owner drawn5-Feb-06 19:51 
GeneralRe: signed char* to cstring Pin
murali_utr5-Feb-06 20:31
murali_utr5-Feb-06 20:31 
GeneralRe: signed char* to cstring Pin
Owner drawn5-Feb-06 20:45
Owner drawn5-Feb-06 20:45 
AnswerRe: signed char* to cstring Pin
Ryan Binns5-Feb-06 21:45
Ryan Binns5-Feb-06 21:45 
GeneralRe: signed char* to cstring Pin
ThatsAlok6-Feb-06 0:34
ThatsAlok6-Feb-06 0:34 
GeneralRe: signed char* to cstring Pin
Ryan Binns6-Feb-06 13:13
Ryan Binns6-Feb-06 13:13 
QuestionFindNextFile( ) not working in 2nd iteration Pin
zahid_ash5-Feb-06 19:28
zahid_ash5-Feb-06 19:28 
HI,

Suppose I have following files
FileA.txt, FileB.txt, FileC.txt, FileD.txt, FileE.txt in the Directory C:\\Files\\

I want to create new files like FileA-FileB.txt merging the text of both files.
Then FileA-FileC.txt then another FileA-FileD.txt, then FileA-FileE.txt

I have created the above all the first file and its combination with other files
but the problem is in remaing


Means create the combinations of one file with all other.
After first one create FileB-FileC, then FileB-FileD , then FileB-FileE . after that skip second one and create the combination of 3rd and forth file. so on

When I ends up with first file combiantoin with other then I do

BOOL find = finder.FindFile("C:\\Files\\FileA.txt");

BOOL get = finder.FindNextFile(); // to get the second file again , to make its combinations
but here get give false;

Why not it finds again the next file to the fileA. and return true.

Thanks










Regards.
AnswerRe: FindNextFile( ) not working in 2nd iteration Pin
swaapu5-Feb-06 20:04
swaapu5-Feb-06 20:04 
AnswerRe: FindNextFile( ) not working in 2nd iteration Pin
Ryan Binns5-Feb-06 21:49
Ryan Binns5-Feb-06 21:49 
GeneralRe: FindNextFile( ) not working in 2nd iteration Pin
zahid_ash5-Feb-06 23:26
zahid_ash5-Feb-06 23:26 
GeneralRe: FindNextFile( ) not working in 2nd iteration Pin
Wim Engberts6-Feb-06 0:08
Wim Engberts6-Feb-06 0:08 
Questionhelp me about bayesian algorith Pin
baldha rakesh5-Feb-06 17:46
baldha rakesh5-Feb-06 17:46 
QuestionHelp me Pin
luanspkt5-Feb-06 17:37
luanspkt5-Feb-06 17:37 
AnswerRe: Help me Pin
toxcct5-Feb-06 22:53
toxcct5-Feb-06 22:53 
GeneralRe: Help me Pin
ThatsAlok6-Feb-06 0:32
ThatsAlok6-Feb-06 0:32 
Questioncapture all packets Pin
vtalau5-Feb-06 16:45
vtalau5-Feb-06 16:45 
AnswerRe: capture all packets Pin
ThatsAlok5-Feb-06 17:33
ThatsAlok5-Feb-06 17:33 
GeneralRe: capture all packets Pin
vtalau7-Feb-06 17:46
vtalau7-Feb-06 17:46 
Questionsimulation keyboard simulation trouble with app using DirectInput Pin
blue_rabbit5-Feb-06 15:50
blue_rabbit5-Feb-06 15:50 
AnswerRe: simulation keyboard simulation trouble with app using DirectInput Pin
Christian Graus5-Feb-06 16:40
protectorChristian Graus5-Feb-06 16:40 
GeneralRe: simulation keyboard simulation trouble with app using DirectInput Pin
blue_rabbit6-Feb-06 15:25
blue_rabbit6-Feb-06 15:25 
QuestionDirectX problems Pin
gr8coaster3295-Feb-06 14:26
gr8coaster3295-Feb-06 14:26 
AnswerRe: DirectX problems Pin
suchuhui5-Feb-06 19:12
suchuhui5-Feb-06 19:12 
GeneralRe: DirectX problems Pin
gr8coaster3296-Feb-06 12:28
gr8coaster3296-Feb-06 12:28 

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.