Click here to Skip to main content
15,904,653 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C and x86 assembly interface problem Pin
Mark Salsbery22-Oct-08 5:33
Mark Salsbery22-Oct-08 5:33 
GeneralRe: C and x86 assembly interface problem Pin
_chew22-Oct-08 13:26
_chew22-Oct-08 13:26 
GeneralRe: C and x86 assembly interface problem Pin
James R. Twine23-Oct-08 0:28
James R. Twine23-Oct-08 0:28 
QuestionHow to open a file and write some data into it ? Pin
kapardhi22-Oct-08 2:44
kapardhi22-Oct-08 2:44 
AnswerRe: How to open a file and write some data into it ? Pin
_AnsHUMAN_ 22-Oct-08 2:49
_AnsHUMAN_ 22-Oct-08 2:49 
AnswerRe: How to open a file and write some data into it ? Pin
CPallini22-Oct-08 2:51
mveCPallini22-Oct-08 2:51 
QuestionRe: How to open a file and write some data into it ? Pin
David Crow22-Oct-08 3:14
David Crow22-Oct-08 3:14 
AnswerRe: How to open a file and write some data into it ? Pin
kapardhi22-Oct-08 3:25
kapardhi22-Oct-08 3:25 
TRY.log file is what i want to create

pchFilePath = ""c:\\Documents and Settings\\Kapardhi\\Desktop\\Oct22\\\\TRY.log";

CFile *fp;

fp = fopen(pchFilePath, "a+");

it gives unhandled exception error after execution of fopen ();
QuestionRe: How to open a file and write some data into it ? Pin
David Crow22-Oct-08 3:26
David Crow22-Oct-08 3:26 
AnswerRe: How to open a file and write some data into it ? Pin
kapardhi22-Oct-08 3:27
kapardhi22-Oct-08 3:27 
QuestionRe: How to open a file and write some data into it ? Pin
David Crow22-Oct-08 3:30
David Crow22-Oct-08 3:30 
AnswerRe: How to open a file and write some data into it ? Pin
kapardhi22-Oct-08 3:34
kapardhi22-Oct-08 3:34 
GeneralRe: How to open a file and write some data into it ? Pin
David Crow22-Oct-08 3:47
David Crow22-Oct-08 3:47 
GeneralRe: How to open a file and write some data into it ? Pin
CPallini22-Oct-08 3:34
mveCPallini22-Oct-08 3:34 
GeneralRe: How to open a file and write some data into it ? Pin
kapardhi22-Oct-08 3:36
kapardhi22-Oct-08 3:36 
QuestionRe: How to open a file and write some data into it ? Pin
CPallini22-Oct-08 3:37
mveCPallini22-Oct-08 3:37 
AnswerRe: How to open a file and write some data into it ? Pin
kapardhi22-Oct-08 3:40
kapardhi22-Oct-08 3:40 
GeneralRe: How to open a file and write some data into it ? Pin
CPallini22-Oct-08 3:42
mveCPallini22-Oct-08 3:42 
GeneralRe: How to open a file and write some data into it ? Pin
kapardhi22-Oct-08 3:46
kapardhi22-Oct-08 3:46 
GeneralRe: How to open a file and write some data into it ? Pin
CPallini22-Oct-08 3:53
mveCPallini22-Oct-08 3:53 
GeneralRe: How to open a file and write some data into it ? Pin
David Crow22-Oct-08 3:55
David Crow22-Oct-08 3:55 
GeneralSorry - How to open a file and write some data into it ? Pin
kapardhi22-Oct-08 18:31
kapardhi22-Oct-08 18:31 
GeneralRe: How to open a file and write some data into it ? Pin
David Crow22-Oct-08 3:51
David Crow22-Oct-08 3:51 
QuestionRe: How to open a file and write some data into it ? Pin
CPallini22-Oct-08 3:54
mveCPallini22-Oct-08 3:54 
AnswerRe: How to open a file and write some data into it ? Pin
David Crow22-Oct-08 3:57
David Crow22-Oct-08 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.