Click here to Skip to main content
15,908,020 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CString How Big Pin
sweep1237-May-04 0:48
sweep1237-May-04 0:48 
GeneralRe: CString How Big Pin
David Crow7-May-04 3:00
David Crow7-May-04 3:00 
GeneralRe: CString How Big Pin
J.B.23-Jun-04 7:19
J.B.23-Jun-04 7:19 
GeneralRe: CString How Big Pin
David Crow23-Jun-04 7:40
David Crow23-Jun-04 7:40 
GeneralCString questions Pin
deecasas6-May-04 22:01
deecasas6-May-04 22:01 
GeneralRe: CString questions Pin
Anonymous6-May-04 22:24
Anonymous6-May-04 22:24 
GeneralRe: CString questions Pin
deecasas6-May-04 22:31
deecasas6-May-04 22:31 
GeneralRe: CString questions Pin
jmkhael6-May-04 22:33
jmkhael6-May-04 22:33 
CString::Find

MSDN:
// First example demonstrating
// CString::Find ( TCHAR ch )
CString s( "abcdef" );
ASSERT( s.Find( 'c' ) == 2 );
ASSERT( s.Find( "de" ) == 3 );

// Second example demonstrating
// CString::Find( TCHAR ch, int nStart )
CString str("The stars are aligned");
int n = str.Find('e', 5);
ASSERT(n == 12);


Papa


while (TRUE)
Papa.WillLove ( Bebe ) ;
GeneralRe: CString questions Pin
Steve S6-May-04 22:45
Steve S6-May-04 22:45 
GeneralRe: CString questions Pin
Maxwell Chen6-May-04 22:45
Maxwell Chen6-May-04 22:45 
GeneralRe: CString questions Pin
deecasas7-May-04 2:56
deecasas7-May-04 2:56 
GeneralSHBrowseForFolder Pin
Ni@m6-May-04 21:59
Ni@m6-May-04 21:59 
GeneralRe: SHBrowseForFolder Pin
Hesham Amin6-May-04 22:33
Hesham Amin6-May-04 22:33 
Questionhow to get COleDispatchDriver's point from COleDispatchDriver's handle? Pin
wl@syntc.com.cn6-May-04 21:55
wl@syntc.com.cn6-May-04 21:55 
AnswerRe: how to get COleDispatchDriver's point from COleDispatchDriver's handle? Pin
Anthony_Yio7-May-04 0:07
Anthony_Yio7-May-04 0:07 
GeneralRe: how to get COleDispatchDriver's point from COleDispatchDriver's handle? Pin
wl@syntc.com.cn7-May-04 14:35
wl@syntc.com.cn7-May-04 14:35 
GeneralRe: how to get COleDispatchDriver's point from COleDispatchDriver's handle? Pin
Anthony_Yio10-May-04 1:44
Anthony_Yio10-May-04 1:44 
GeneralReading timecode in avi files Pin
FredericCharton6-May-04 21:24
FredericCharton6-May-04 21:24 
GeneralSingle Instance restriction Pin
Mr Bose Dayala6-May-04 19:52
Mr Bose Dayala6-May-04 19:52 
GeneralRe: Single Instance restriction Pin
Monty26-May-04 20:04
Monty26-May-04 20:04 
GeneralRe: Single Instance restriction Pin
Mr Bose Dayala6-May-04 20:11
Mr Bose Dayala6-May-04 20:11 
GeneralRe: Single Instance restriction Pin
Jitendra gangwar6-May-04 20:31
Jitendra gangwar6-May-04 20:31 
GeneralRe: Single Instance restriction Pin
Jitendra gangwar6-May-04 20:31
Jitendra gangwar6-May-04 20:31 
GeneralCFileFind Pin
ykutanoor6-May-04 19:24
ykutanoor6-May-04 19:24 
GeneralRe: CFileFind Pin
Anonymous6-May-04 21:57
Anonymous6-May-04 21:57 

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.