Click here to Skip to main content
16,011,383 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generaldisplay text when mouse is over a button Pin
wiselum5-Apr-05 6:06
wiselum5-Apr-05 6:06 
GeneralRe: display text when mouse is over a button Pin
Ravi Bhavnani5-Apr-05 6:57
professionalRavi Bhavnani5-Apr-05 6:57 
GeneralRe: display text when mouse is over a button Pin
wiselum5-Apr-05 19:56
wiselum5-Apr-05 19:56 
GeneralHorizontal Scrolling CRichEditView Pin
RobJones5-Apr-05 5:31
RobJones5-Apr-05 5:31 
GeneralRe: Horizontal Scrolling CRichEditView Pin
RobJones5-Apr-05 6:55
RobJones5-Apr-05 6:55 
Questionlinux segmentation fault strtok!? Pin
ThinkingPrometheus5-Apr-05 5:26
ThinkingPrometheus5-Apr-05 5:26 
AnswerRe: linux segmentation fault strtok!? Pin
David Crow5-Apr-05 5:58
David Crow5-Apr-05 5:58 
GeneralRe: linux segmentation fault strtok!? Pin
ThinkingPrometheus5-Apr-05 6:06
ThinkingPrometheus5-Apr-05 6:06 
?? 1. is there a difference?
char *str="hello";
str[0]='z';
--> str = "zello";

char str[]="hello";
str[0]='z';
--> str = "zello";

so what's the difference
and function header looks like this:
char *strtok(char *s, const char *delim);

2. str* doesn't work and str[] works! and not the other way, like u said

thx
GeneralRe: linux segmentation fault strtok!? Pin
David Crow5-Apr-05 6:19
David Crow5-Apr-05 6:19 
GeneralRe: linux segmentation fault strtok!? Pin
ThinkingPrometheus5-Apr-05 6:29
ThinkingPrometheus5-Apr-05 6:29 
GeneralRe: linux segmentation fault strtok!? Pin
David Crow5-Apr-05 6:38
David Crow5-Apr-05 6:38 
GeneralRe: linux segmentation fault strtok!? Pin
ThinkingPrometheus5-Apr-05 6:42
ThinkingPrometheus5-Apr-05 6:42 
GeneralRe: linux segmentation fault strtok!? Pin
Michael Dunn5-Apr-05 7:00
sitebuilderMichael Dunn5-Apr-05 7:00 
GeneralRe: linux segmentation fault strtok!? Pin
David Crow5-Apr-05 7:03
David Crow5-Apr-05 7:03 
GeneralRe: linux segmentation fault strtok!? Pin
ThinkingPrometheus5-Apr-05 7:19
ThinkingPrometheus5-Apr-05 7:19 
Generalproperty sheets apply event Pin
laiju5-Apr-05 4:07
laiju5-Apr-05 4:07 
GeneralRe: property sheets apply event Pin
David Crow5-Apr-05 4:11
David Crow5-Apr-05 4:11 
GeneralRe: property sheets apply event Pin
PJ Arends5-Apr-05 9:35
professionalPJ Arends5-Apr-05 9:35 
GeneralHiding the default MDI Child Pin
laiju5-Apr-05 3:58
laiju5-Apr-05 3:58 
GeneralRe: Hiding the default MDI Child Pin
YaronNir5-Apr-05 5:11
YaronNir5-Apr-05 5:11 
GeneralRe: Hiding the default MDI Child Pin
rgchezhian5-Apr-05 5:57
rgchezhian5-Apr-05 5:57 
GeneralRe: Hiding the default MDI Child Pin
laiju5-Apr-05 6:00
laiju5-Apr-05 6:00 
GeneralRe: Hiding the default MDI Child Pin
PJ Arends5-Apr-05 10:54
professionalPJ Arends5-Apr-05 10:54 
GeneralRe: Hiding the default MDI Child Pin
laiju5-Apr-05 16:42
laiju5-Apr-05 16:42 
GeneralCPropertyPage/CPropertySheet failing Pin
Fantmx5-Apr-05 3:57
Fantmx5-Apr-05 3: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.