Click here to Skip to main content
15,898,134 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to Use Dll in VC++ Pin
SivaramanDhamodharan14-Dec-04 23:19
SivaramanDhamodharan14-Dec-04 23:19 
GeneralBad Dll calling convention Pin
kk_vc14-Dec-04 17:49
kk_vc14-Dec-04 17:49 
GeneralRe: Bad Dll calling convention Pin
Ryan Binns14-Dec-04 17:51
Ryan Binns14-Dec-04 17:51 
Generalwrite to a text file Pin
dex_ter1114-Dec-04 17:47
dex_ter1114-Dec-04 17:47 
GeneralRe: write to a text file Pin
vishalmore14-Dec-04 17:56
vishalmore14-Dec-04 17:56 
GeneralRe: write to a text file Pin
dex_ter1114-Dec-04 19:01
dex_ter1114-Dec-04 19:01 
GeneralRe: write to a text file Pin
vishalmore14-Dec-04 19:10
vishalmore14-Dec-04 19:10 
GeneralRe: write to a text file Pin
eli1502197914-Dec-04 21:32
eli1502197914-Dec-04 21:32 
Hi,
Try this:

FILE *fp1;
char output[1024];

sprintf(output,"the number of my phone is %.2x:%.2x:%.2x:%.2x:%.2x:%.2x\n",
(PCHAR)(Phone->Data)[0],(PCHAR)(Phone->Data)[1],
(PCHAR)(Phone->Data)[2],.....);
fputs(output,fp1);


Eli.

GeneralRe: write to a text file Pin
David Crow15-Dec-04 4:20
David Crow15-Dec-04 4:20 
GeneralActive X for other browsers or something similiar Pin
Jsmooth14-Dec-04 17:10
Jsmooth14-Dec-04 17:10 
QuestionHow to reroute connection Pin
Member 38774714-Dec-04 16:17
Member 38774714-Dec-04 16:17 
AnswerRe: How to reroute connection Pin
Ryan Binns14-Dec-04 18:07
Ryan Binns14-Dec-04 18:07 
GeneralWindows Lex/Yacc (and Bumblebee) Pin
maxmaven14-Dec-04 15:01
maxmaven14-Dec-04 15:01 
GeneralRe: Windows Lex/Yacc (and Bumblebee) Pin
Ryan Binns14-Dec-04 18:10
Ryan Binns14-Dec-04 18:10 
QuestionHow to create an installation program for my program? Pin
momer14-Dec-04 15:00
momer14-Dec-04 15:00 
AnswerRe: How to create an installation program for my program? Pin
Larry Antram14-Dec-04 15:08
Larry Antram14-Dec-04 15:08 
GeneralRe: How to create an installation program for my program? Pin
momer14-Dec-04 15:58
momer14-Dec-04 15:58 
GeneralMFC dialog box menu weirdness Pin
Uncle Vance14-Dec-04 14:37
Uncle Vance14-Dec-04 14:37 
QuestionCan some body help me.... Pin
Indra_Putra14-Dec-04 13:34
Indra_Putra14-Dec-04 13:34 
AnswerRe: Can some body help me.... Pin
Maximilien14-Dec-04 14:19
Maximilien14-Dec-04 14:19 
AnswerRe: Can some body help me.... Pin
BRIMID15-Dec-04 1:49
BRIMID15-Dec-04 1:49 
GeneralPrint image with DrawImage in GDI+ Pin
giannibal14-Dec-04 12:36
giannibal14-Dec-04 12:36 
Generalgetting icon Pin
pnpfriend14-Dec-04 11:26
pnpfriend14-Dec-04 11:26 
GeneralRe: getting icon Pin
David Crow15-Dec-04 4:23
David Crow15-Dec-04 4:23 
GeneralReading data from Serial Port. Pin
CNewbie14-Dec-04 10:34
CNewbie14-Dec-04 10:34 

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.