Click here to Skip to main content
15,893,486 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: When a non modal windows is closed ? Pin
Ștefan-Mihai MOGA23-Aug-08 23:11
professionalȘtefan-Mihai MOGA23-Aug-08 23:11 
AnswerRe: When a non modal windows is closed ? Pin
Jijo.Raj24-Aug-08 0:14
Jijo.Raj24-Aug-08 0:14 
GeneralRe: When a non modal windows is closed ? Pin
DSPCottage24-Aug-08 1:45
DSPCottage24-Aug-08 1:45 
GeneralRe: When a non modal windows is closed ? Pin
ThatsAlok24-Aug-08 21:58
ThatsAlok24-Aug-08 21:58 
AnswerRe: When a non modal windows is closed ? Pin
ThatsAlok24-Aug-08 21:55
ThatsAlok24-Aug-08 21:55 
QuestionQuick way to detect RTL at a given moment Pin
yakobom23-Aug-08 18:52
yakobom23-Aug-08 18:52 
AnswerRe: Quick way to detect RTL at a given moment Pin
Sarath C24-Aug-08 1:25
Sarath C24-Aug-08 1:25 
QuestionSubstring for char Pin
luisgrimaldo23-Aug-08 16:21
luisgrimaldo23-Aug-08 16:21 
How do I extract a part of my char*text

this is the function i would like to know if exists:
extract???(to char*,from char*,from int start,to int end)
if so, please whats its name and how do I use it?

char*text="hi how r u";
char*text2;
extract(text2,text,3,6);


Then text2 would be: "how"

Thanks.
AnswerRe: Substring for char Pin
Paul Conrad23-Aug-08 18:23
professionalPaul Conrad23-Aug-08 18:23 
GeneralRe: Substring for char Pin
luisgrimaldo23-Aug-08 19:31
luisgrimaldo23-Aug-08 19:31 
GeneralRe: Substring for char Pin
Paul Conrad23-Aug-08 19:34
professionalPaul Conrad23-Aug-08 19:34 
GeneralRe: Substring for char Pin
luisgrimaldo23-Aug-08 19:36
luisgrimaldo23-Aug-08 19:36 
GeneralRe: Substring for char Pin
Paul Conrad23-Aug-08 19:39
professionalPaul Conrad23-Aug-08 19:39 
GeneralRe: Substring for char Pin
Paul Conrad23-Aug-08 19:46
professionalPaul Conrad23-Aug-08 19:46 
GeneralRe: Substring for char Pin
luisgrimaldo23-Aug-08 20:15
luisgrimaldo23-Aug-08 20:15 
GeneralRe: Substring for char Pin
David Crow24-Aug-08 16:42
David Crow24-Aug-08 16:42 
AnswerRe: Substring for char Pin
Green Fuze23-Aug-08 20:06
Green Fuze23-Aug-08 20:06 
GeneralRe: Substring for char Pin
Green Fuze23-Aug-08 20:07
Green Fuze23-Aug-08 20:07 
AnswerRe: Substring for char Pin
Jijo.Raj23-Aug-08 23:26
Jijo.Raj23-Aug-08 23:26 
Questiona weird problem with global hooking of messages. Pin
Green Fuze23-Aug-08 3:07
Green Fuze23-Aug-08 3:07 
AnswerRe: a weird problem with global hooking of messages. Pin
Naveen23-Aug-08 21:32
Naveen23-Aug-08 21:32 
GeneralRe: a weird problem with global hooking of messages. Pin
Green Fuze23-Aug-08 21:47
Green Fuze23-Aug-08 21:47 
GeneralRe: a weird problem with global hooking of messages. Pin
Naveen23-Aug-08 22:20
Naveen23-Aug-08 22:20 
GeneralRe: a weird problem with global hooking of messages. Pin
Green Fuze24-Aug-08 0:35
Green Fuze24-Aug-08 0:35 
AnswerPassing the member function pointer to the AfxBeginThread and its problems. Pin
WindowsPistha23-Aug-08 3:01
WindowsPistha23-Aug-08 3:01 

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.