Click here to Skip to main content
15,902,939 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help: named pipe Pin
PJ Arends20-Aug-02 6:07
professionalPJ Arends20-Aug-02 6:07 
GeneralRe: Help: named pipe Pin
Philip Fitzsimons20-Aug-02 6:14
Philip Fitzsimons20-Aug-02 6:14 
Generalfile fopen... Pin
pnpfriend20-Aug-02 4:48
pnpfriend20-Aug-02 4:48 
GeneralRe: file fopen... Pin
Lakitu20-Aug-02 4:55
Lakitu20-Aug-02 4:55 
GeneralRe: file fopen... Pin
pnpfriend20-Aug-02 5:17
pnpfriend20-Aug-02 5:17 
GeneralRe: file fopen... Pin
Michael P Butler20-Aug-02 5:17
Michael P Butler20-Aug-02 5:17 
GeneralRe: file fopen... Pin
Mike Nordell20-Aug-02 5:31
Mike Nordell20-Aug-02 5:31 
GeneralRe: file fopen... Pin
pnpfriend20-Aug-02 5:59
pnpfriend20-Aug-02 5:59 
Does the file even open the second time (i.e. does "stream" really get assigned to a real FILE*)?

that's i don't know.. I'm calling from the different program.
I have program 1 and program two.
they both have the function that does the same job. i named it writefile(). program1 call the function within itself first.. then program2 call it later within itself..
eventhoguh both writefile() in both program1 and program2 do the same job, act the same, have the same name, but they are in different program so they are different. oh.. the error message is saying expression : str!=NULL
<br />
class program1<br />
{<br />
.<br />
.<br />
.<br />
void writefile();<br />
.<br />
.<br />
<br />
};<br />
<br />
<br />
class program2<br />
{<br />
.<br />
.<br />
.<br />
void writefile();<br />
.<br />
.<br />
<br />
};<br />

GeneralRe: file fopen... Pin
pnpfriend20-Aug-02 7:04
pnpfriend20-Aug-02 7:04 
GeneralReading the combo box edit portion Pin
Shay Harel20-Aug-02 4:46
Shay Harel20-Aug-02 4:46 
GeneralRe: Reading the combo box edit portion Pin
Lakitu20-Aug-02 5:09
Lakitu20-Aug-02 5:09 
GeneralRe: Reading the combo box edit portion Pin
Shay Harel20-Aug-02 5:17
Shay Harel20-Aug-02 5:17 
GeneralRe: Reading the combo box edit portion Pin
Lakitu20-Aug-02 5:30
Lakitu20-Aug-02 5:30 
GeneralRe: Reading the combo box edit portion Pin
Shay Harel20-Aug-02 5:40
Shay Harel20-Aug-02 5:40 
Generaltime woes Pin
Lakitu20-Aug-02 4:12
Lakitu20-Aug-02 4:12 
GeneralRe: time woes Pin
Ravi Bhavnani20-Aug-02 4:44
professionalRavi Bhavnani20-Aug-02 4:44 
GeneralRe: time woes Pin
Lakitu20-Aug-02 4:49
Lakitu20-Aug-02 4:49 
GeneralRe: time woes Pin
Ravi Bhavnani20-Aug-02 5:36
professionalRavi Bhavnani20-Aug-02 5:36 
QuestionHow to use Complex Template Class function? Pin
oRion20-Aug-02 3:51
oRion20-Aug-02 3:51 
GeneralHTML Editor Pin
Mr_CounterStrike20-Aug-02 3:49
sussMr_CounterStrike20-Aug-02 3:49 
GeneralRe: HTML Editor Pin
Tomasz Sowinski20-Aug-02 3:54
Tomasz Sowinski20-Aug-02 3:54 
GeneralRe: HTML Editor Pin
Mr_CounterStrike20-Aug-02 4:01
sussMr_CounterStrike20-Aug-02 4:01 
GeneralRe: HTML Editor Pin
Tomasz Sowinski20-Aug-02 4:01
Tomasz Sowinski20-Aug-02 4:01 
GeneralRe: HTML Editor Pin
Mr_CounterStrike20-Aug-02 4:05
sussMr_CounterStrike20-Aug-02 4:05 
GeneralRe: HTML Editor Pin
Tomasz Sowinski20-Aug-02 4:08
Tomasz Sowinski20-Aug-02 4:08 

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.