Click here to Skip to main content
15,886,742 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: can anyone give code in vc++ Pin
Hamid_RT14-Apr-09 20:23
Hamid_RT14-Apr-09 20:23 
GeneralRe: can anyone give code in vc++ Pin
_AnsHUMAN_ 14-Apr-09 1:14
_AnsHUMAN_ 14-Apr-09 1:14 
AnswerRe: can anyone give code in vc++ Pin
pallaka14-Apr-09 0:02
pallaka14-Apr-09 0:02 
GeneralRe: can anyone give code in vc++ Pin
Cedric Moonen14-Apr-09 0:08
Cedric Moonen14-Apr-09 0:08 
GeneralRe: can anyone give code in vc++ Pin
Chris Losinger14-Apr-09 1:54
professionalChris Losinger14-Apr-09 1:54 
GeneralRe: can anyone give code in vc++ Pin
toxcct14-Apr-09 4:15
toxcct14-Apr-09 4:15 
GeneralRe: can anyone give code in vc++ Pin
David Crow14-Apr-09 2:44
David Crow14-Apr-09 2:44 
Questionsearch vectors Pin
kaminem13-Apr-09 23:20
kaminem13-Apr-09 23:20 
Hi guys,

I have two vectors of string
and I'm looking for an easy way to find the first vector sequence or sub-sequence into the first one

for example:

Vect_1 < "JAVA", "ADA", "C", "C++", "C#">
Vect_2 < "C++", "C#">

search vect_2 sequence in vect_1 will return vect_1 position 3 and match length 2

Vect_1 < "JAVA", "ADA", "C", "C++", "C#">
Vect_2 < "JAVA", "C#">

search vect_2 sequence in vect_1 will return vect_1 position 0 and match length 1

thanks for any idea, suggestion
QuestionRe: search vectors Pin
David Crow14-Apr-09 2:47
David Crow14-Apr-09 2:47 
AnswerRe: search vectors Pin
kaminem14-Apr-09 3:41
kaminem14-Apr-09 3:41 
QuestionRe: search vectors Pin
David Crow14-Apr-09 3:43
David Crow14-Apr-09 3:43 
AnswerRe: search vectors Pin
kaminem14-Apr-09 3:53
kaminem14-Apr-09 3:53 
AnswerRe: search vectors Pin
kaminem16-Apr-09 5:41
kaminem16-Apr-09 5:41 
QuestionHow to Kill the Worker Thread ? Pin
Suresh H13-Apr-09 23:06
Suresh H13-Apr-09 23:06 
AnswerRe: How to Kill the Worker Thread ? Pin
Rajesh R Subramanian13-Apr-09 23:14
professionalRajesh R Subramanian13-Apr-09 23:14 
GeneralRe: How to Kill the Worker Thread ? Pin
Suresh H14-Apr-09 0:26
Suresh H14-Apr-09 0:26 
GeneralRe: How to Kill the Worker Thread ? Pin
Rajesh R Subramanian14-Apr-09 0:48
professionalRajesh R Subramanian14-Apr-09 0:48 
AnswerMessage Closed Pin
13-Apr-09 23:26
ParagPatel13-Apr-09 23:26 
GeneralRe: How to Kill the Worker Thread ? [modified] PinPopular
Hamid_RT13-Apr-09 23:39
Hamid_RT13-Apr-09 23:39 
GeneralRe: How to Kill the Worker Thread ? Pin
Cedric Moonen13-Apr-09 23:41
Cedric Moonen13-Apr-09 23:41 
GeneralRe: How to Kill the Worker Thread ? Pin
Suresh H14-Apr-09 0:00
Suresh H14-Apr-09 0:00 
GeneralRe: How to Kill the Worker Thread ? Pin
Rajesh R Subramanian14-Apr-09 0:04
professionalRajesh R Subramanian14-Apr-09 0:04 
GeneralRe: How to Kill the Worker Thread ? Pin
Cedric Moonen14-Apr-09 0:06
Cedric Moonen14-Apr-09 0:06 
GeneralRe: How to Kill the Worker Thread ? PinPopular
Cedric Moonen14-Apr-09 0:05
Cedric Moonen14-Apr-09 0:05 
GeneralRe: How to Kill the Worker Thread ? Pin
Suresh H14-Apr-09 0:37
Suresh H14-Apr-09 0:37 

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.