Click here to Skip to main content
16,005,181 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Splitting a CString Pin
Big Art23-Feb-03 10:48
Big Art23-Feb-03 10:48 
GeneralRe: Splitting a CString Pin
ROK_RShadow23-Feb-03 12:36
ROK_RShadow23-Feb-03 12:36 
GeneralRe: Splitting a CString Pin
Big Art24-Feb-03 5:21
Big Art24-Feb-03 5:21 
GeneralNeed help on some weird errors Pin
Abin22-Feb-03 20:23
Abin22-Feb-03 20:23 
GeneralRe: Need help on some weird errors Pin
Michael Dunn22-Feb-03 20:35
sitebuilderMichael Dunn22-Feb-03 20:35 
Generalstoring and accessing file names from FindNextFile() Pin
kiken22-Feb-03 18:11
kiken22-Feb-03 18:11 
GeneralRe: storing and accessing file names from FindNextFile() Pin
valikac22-Feb-03 18:19
valikac22-Feb-03 18:19 
GeneralRe: storing and accessing file names from FindNextFile() Pin
Michael Dunn22-Feb-03 18:24
sitebuilderMichael Dunn22-Feb-03 18:24 
kiken wrote:
file_names.push_back(WFD.cFileName);

Think about what that is doing. It's storing the address of the cFileName array over and over. You need to store copies of each name as they are returned. One way to do that is to use a vector<string>

--Mike--
The Internet is a place where absolutely nothing happens.
  -- Strong Bad

1ClickPicGrabber - Grab & organize pictures from your favorite web pages, with 1 click!
My really out-of-date homepage
Sonork-100.19012 Acid_Helm

GeneralToolbars Pin
boon kian22-Feb-03 17:14
boon kian22-Feb-03 17:14 
GeneralRe: Toolbars Pin
ROK_RShadow22-Feb-03 17:41
ROK_RShadow22-Feb-03 17:41 
GeneralRe: Toolbars Pin
boon kian22-Feb-03 18:43
boon kian22-Feb-03 18:43 
GeneralRe: Toolbars Pin
ROK_RShadow22-Feb-03 19:12
ROK_RShadow22-Feb-03 19:12 
GeneralCommand Routing Pin
ROK_RShadow22-Feb-03 16:21
ROK_RShadow22-Feb-03 16:21 
GeneralRe: Command Routing Pin
Taka Muraoka23-Feb-03 0:43
Taka Muraoka23-Feb-03 0:43 
GeneralHelp me please,Urgent!! Pin
ucc80122-Feb-03 15:25
ucc80122-Feb-03 15:25 
GeneralRe: Help me please,Urgent!! Pin
Roger Allen24-Feb-03 1:20
Roger Allen24-Feb-03 1:20 
GeneralWin32 Wrapper Class - Problem with window creation Pin
Skute22-Feb-03 14:01
Skute22-Feb-03 14:01 
GeneralRe: Win32 Wrapper Class - Problem with window creation Pin
Jambolo22-Feb-03 20:25
Jambolo22-Feb-03 20:25 
GeneralOnwer Draw spin control only Pin
Wolfram Steinke22-Feb-03 12:53
Wolfram Steinke22-Feb-03 12:53 
GeneralProblem with Developer Studio (VC++ ver 4.0) Pin
Still learning how to code22-Feb-03 11:43
Still learning how to code22-Feb-03 11:43 
GeneralRe: Problem with Developer Studio (VC++ ver 4.0) Pin
Still learning how to code22-Feb-03 12:17
Still learning how to code22-Feb-03 12:17 
GeneralDynamic CListView Column Sizes Pin
Jonah Bishop22-Feb-03 11:27
Jonah Bishop22-Feb-03 11:27 
GeneralRe: How do you write a program to block a port using mfc/c++? Pin
Taka Muraoka23-Feb-03 0:45
Taka Muraoka23-Feb-03 0:45 
QuestionHow can I use MFC Classes in Win32 application? Pin
Behzad Ebrahimi22-Feb-03 10:54
Behzad Ebrahimi22-Feb-03 10:54 
AnswerRe: How can I use MFC Classes in Win32 application? Pin
Nish Nishant22-Feb-03 11:00
sitebuilderNish Nishant22-Feb-03 11:00 

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.