Click here to Skip to main content
15,918,808 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionsource code to draw x and y cordinates? Pin
babur khan26-Sep-04 9:39
babur khan26-Sep-04 9:39 
AnswerRe: source code to draw x and y cordinates? Pin
__Oren__26-Sep-04 12:10
__Oren__26-Sep-04 12:10 
GeneralGetClientRect returns dimensions, need control location Pin
Vaclav26-Sep-04 9:15
Vaclav26-Sep-04 9:15 
GeneralRe: GetClientRect returns dimensions, need control location Pin
Andrzej Markowski26-Sep-04 10:08
Andrzej Markowski26-Sep-04 10:08 
GeneralRe: Update Pin
Vaclav27-Sep-04 7:41
Vaclav27-Sep-04 7:41 
GeneralRe: Update Pin
Andrzej Markowski27-Sep-04 8:25
Andrzej Markowski27-Sep-04 8:25 
GeneralRe: GetClientRect returns dimensions, need control location Pin
Andrzej Markowski28-Sep-04 9:00
Andrzej Markowski28-Sep-04 9:00 
Generalimport a mp3 play funstion Pin
gamitech26-Sep-04 8:53
gamitech26-Sep-04 8:53 
GeneralRe: import a mp3 play funstion Pin
InflatableGarfield26-Sep-04 10:35
InflatableGarfield26-Sep-04 10:35 
GeneralNew to MFC - Messages Pin
__Oren__26-Sep-04 5:15
__Oren__26-Sep-04 5:15 
GeneralRe: New to MFC - Messages Pin
Vaclav26-Sep-04 9:30
Vaclav26-Sep-04 9:30 
GeneralRe: New to MFC - Messages Pin
__Oren__26-Sep-04 12:06
__Oren__26-Sep-04 12:06 
GeneralRe: New to MFC - Messages Pin
Vivi Chellappa26-Sep-04 17:27
professionalVivi Chellappa26-Sep-04 17:27 
GeneralRe: New to MFC - Messages Pin
__Oren__27-Sep-04 1:19
__Oren__27-Sep-04 1:19 
GeneralProblem getting unicode chars with ODBC Pin
rusDuke26-Sep-04 4:13
rusDuke26-Sep-04 4:13 
GeneralRe: Problem getting unicode chars with ODBC Pin
GJV10-Nov-04 4:26
GJV10-Nov-04 4:26 
GeneralModifying a dialog application's description Pin
Ritcho26-Sep-04 3:10
Ritcho26-Sep-04 3:10 
GeneralRe: Modifying a dialog application's description Pin
Michael Dunn26-Sep-04 7:11
sitebuilderMichael Dunn26-Sep-04 7:11 
GeneralAdding Bytes {Not Strings} to File {RESOLVED} Pin
InflatableGarfield26-Sep-04 2:05
InflatableGarfield26-Sep-04 2:05 
Hi! Look at my code:

FILE *gen; int i = 50;
gen = fopen("gen.txt", "w");
fprintf("Test:%d", i);

The resulting file would contain the string "TEST:50". How can I add a byte of value 50 to the file rather than adding the string "50"?
Thanks!
GeneralRe: Adding Bytes {Not Strings} to File Pin
valikac26-Sep-04 6:55
valikac26-Sep-04 6:55 
GeneralRe: Adding Bytes {Not Strings} to File Pin
Tim Smith26-Sep-04 6:59
Tim Smith26-Sep-04 6:59 
GeneralRe: Adding Bytes {Not Strings} to File Pin
InflatableGarfield26-Sep-04 7:45
InflatableGarfield26-Sep-04 7:45 
GeneralTransparent Bitmap Pin
Leyu26-Sep-04 0:19
Leyu26-Sep-04 0:19 
GeneralRe: Transparent Bitmap Pin
InflatableGarfield26-Sep-04 1:18
InflatableGarfield26-Sep-04 1:18 
GeneralRe: Transparent Bitmap Pin
Christian Graus26-Sep-04 12:21
protectorChristian Graus26-Sep-04 12:21 

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.