Click here to Skip to main content
15,895,142 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: easy_odbc compile problem Pin
intrinsic9-Apr-04 2:47
intrinsic9-Apr-04 2:47 
GeneralRe: easy_odbc compile problem Pin
intrinsic9-Apr-04 3:06
intrinsic9-Apr-04 3:06 
GeneralRe: easy_odbc compile problem Pin
Mike Dimmick9-Apr-04 5:50
Mike Dimmick9-Apr-04 5:50 
Generaloperator overloading Pin
Guido Loupias8-Apr-04 8:20
Guido Loupias8-Apr-04 8:20 
GeneralRe: operator overloading Pin
Renjith Ramachandran8-Apr-04 8:28
Renjith Ramachandran8-Apr-04 8:28 
GeneralRe: operator overloading Pin
toxcct8-Apr-04 9:23
toxcct8-Apr-04 9:23 
GeneralRe: operator overloading Pin
Guido Loupias8-Apr-04 9:50
Guido Loupias8-Apr-04 9:50 
Generalfile problem Pin
kfaday8-Apr-04 7:12
kfaday8-Apr-04 7:12 
what am i doing wrong?
i open a file in a function and i can't see it in main. thanks for your help!

<br />
int main (void)<br />
{<br />
 FILE *archc=NULL;<br />
<br />
 load (archc);<br />
<br />
<br />
 fprintf (archc,"hello");  //can't write<br />
 fclose(archc); //can't close as well<br />
<br />
return 0;<br />
}<br />
<br />
void load (FILE *archc)<br />
{<br />
 archc = fopen("simple.c","r+")<br />
}<br />

GeneralRe: file problem Pin
Prakash Nadar8-Apr-04 7:31
Prakash Nadar8-Apr-04 7:31 
GeneralRe: file problem Pin
kfaday8-Apr-04 7:54
kfaday8-Apr-04 7:54 
GeneralRe: file problem Pin
Renjith Ramachandran8-Apr-04 8:37
Renjith Ramachandran8-Apr-04 8:37 
GeneralRe: file problem Pin
toxcct8-Apr-04 9:11
toxcct8-Apr-04 9:11 
GeneralRe: file problem Pin
Paul Ranson8-Apr-04 11:14
Paul Ranson8-Apr-04 11:14 
Generalrecv/WSARecv blocking Pin
David Crow8-Apr-04 7:08
David Crow8-Apr-04 7:08 
GeneralRe: recv/WSARecv blocking Pin
Prakash Nadar8-Apr-04 7:36
Prakash Nadar8-Apr-04 7:36 
GeneralRe: recv/WSARecv blocking Pin
valikac8-Apr-04 9:00
valikac8-Apr-04 9:00 
GeneralRe: recv/WSARecv blocking Pin
toxcct8-Apr-04 9:08
toxcct8-Apr-04 9:08 
GeneralRe: recv/WSARecv blocking Pin
David Crow8-Apr-04 9:24
David Crow8-Apr-04 9:24 
GeneralRe: recv/WSARecv blocking Pin
cmk8-Apr-04 10:57
cmk8-Apr-04 10:57 
GeneralRe: recv/WSARecv blocking Pin
Mike Dimmick9-Apr-04 0:30
Mike Dimmick9-Apr-04 0:30 
GeneralRe: recv/WSARecv blocking Pin
David Crow9-Apr-04 8:40
David Crow9-Apr-04 8:40 
QuestionMSXML2 - How do I use it? Pin
Anonymous8-Apr-04 6:45
Anonymous8-Apr-04 6:45 
AnswerRe: MSXML2 - How do I use it? Pin
thowra8-Apr-04 7:01
thowra8-Apr-04 7:01 
AnswerRe: MSXML2 - How do I use it? Pin
Navin8-Apr-04 7:37
Navin8-Apr-04 7:37 
GeneralLooking for graphics library to... Pin
randythawkins8-Apr-04 6:08
randythawkins8-Apr-04 6: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.