Click here to Skip to main content
15,891,864 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: const keyword Pin
toxcct2-Mar-07 1:55
toxcct2-Mar-07 1:55 
AnswerRe: const keyword Pin
vibindia2-Mar-07 4:07
vibindia2-Mar-07 4:07 
GeneralRe: const keyword Pin
John R. Shaw2-Mar-07 20:25
John R. Shaw2-Mar-07 20:25 
QuestionInfo about CListCtrl ? Pin
sakthimuthu2-Mar-07 0:16
sakthimuthu2-Mar-07 0:16 
AnswerRe: Info about CListCtrl ? Pin
Hamid_RT2-Mar-07 0:20
Hamid_RT2-Mar-07 0:20 
QuestionAny error in my code! [modified] Pin
ShaluMalu2-Mar-07 0:16
ShaluMalu2-Mar-07 0:16 
AnswerRe: Any error in my code! Pin
prasad_som2-Mar-07 1:18
prasad_som2-Mar-07 1:18 
QuestionThread proble. Pin
david bagaturia2-Mar-07 0:14
david bagaturia2-Mar-07 0:14 
Hi All.

I have problem, in my program I use 4 thread and thay all use:
<br />
<br />
//  in ---> "D:\\Documentations ( Russian )\\C++\\For_Windows\\msc_6\\*.exe"<br />
//  out ---> "D:\\Documentations ( Russian )\\C++\\For_Windows\\msc_6\\"<br />
//<br />
wchar_t* MyFolder(wchar_t* pSearch)<br />
{<br />
	wchar_t Folder[2048]= {L'\0'};<br />
	size_t n=0; <br />
<br />
	wcscpy(Folder,pSearch);<br />
<br />
	for(n=wcslen(Folder); n >= 0; n--)<br />
		if(Folder[n] == L'\\')<br />
		{<br />
			Folder[n+1]=L'\0';<br />
			break;<br />
		}<br />
	<br />
	return Folder;<br />
}

this function, and wen I debug it, I olvais have problem to this function.
I think thare is one of two:

1) I have not much experience
2) I do some mistake [in threads or in this function].

can help?
AnswerRe: Thread proble. Pin
_anil_2-Mar-07 0:23
_anil_2-Mar-07 0:23 
AnswerRe: Thread proble. Pin
User 5838522-Mar-07 0:36
User 5838522-Mar-07 0:36 
AnswerRe: Thread proble. [modified] Pin
prasad_som2-Mar-07 1:34
prasad_som2-Mar-07 1:34 
GeneralRe: Thread proble. Pin
David Crow2-Mar-07 3:02
David Crow2-Mar-07 3:02 
GeneralRe: Thread proble. Pin
prasad_som2-Mar-07 3:06
prasad_som2-Mar-07 3:06 
QuestionMDIChild not getting WM_CLOSE Pin
_anil_2-Mar-07 0:11
_anil_2-Mar-07 0:11 
AnswerRe: MDIChild not getting WM_CLOSE Pin
prasad_som2-Mar-07 1:28
prasad_som2-Mar-07 1:28 
GeneralRe: MDIChild not getting WM_CLOSE Pin
_anil_2-Mar-07 2:22
_anil_2-Mar-07 2:22 
GeneralRe: MDIChild not getting WM_CLOSE Pin
prasad_som2-Mar-07 2:30
prasad_som2-Mar-07 2:30 
QuestionRe: MDIChild not getting WM_CLOSE Pin
Mark Salsbery2-Mar-07 8:54
Mark Salsbery2-Mar-07 8:54 
QuestionHandle left-click on popup menu Pin
Nicolas Bonamy1-Mar-07 23:51
Nicolas Bonamy1-Mar-07 23:51 
AnswerRe: Handle left-click on popup menu Pin
Nibu babu thomas1-Mar-07 23:59
Nibu babu thomas1-Mar-07 23:59 
GeneralRe: Handle left-click on popup menu Pin
Nicolas Bonamy2-Mar-07 0:05
Nicolas Bonamy2-Mar-07 0:05 
QuestionCan I provide auto scroll to the list box control? Pin
Sameer_Thakur1-Mar-07 23:31
Sameer_Thakur1-Mar-07 23:31 
QuestionDLL Question Pin
Programm3r1-Mar-07 23:26
Programm3r1-Mar-07 23:26 
AnswerRe: DLL Question Pin
#realJSOP1-Mar-07 23:27
mve#realJSOP1-Mar-07 23:27 
GeneralRe: DLL Question Pin
Programm3r1-Mar-07 23:30
Programm3r1-Mar-07 23:30 

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.