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

C / C++ / MFC

 
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 
GeneralRe: Transparent Bitmap Pin
Christian Graus26-Sep-04 12:22
protectorChristian Graus26-Sep-04 12:22 
GeneralRe: Transparent Bitmap Pin
Andrzej Markowski26-Sep-04 18:39
Andrzej Markowski26-Sep-04 18:39 
GeneralOwnerDrawn button control VC++6 Pin
Andy H25-Sep-04 22:54
Andy H25-Sep-04 22:54 
GeneralRe: OwnerDrawn button control VC++6 Pin
Andrzej Markowski26-Sep-04 5:28
Andrzej Markowski26-Sep-04 5:28 
GeneralRe: OwnerDrawn button control VC++6 Pin
Andy H26-Sep-04 9:20
Andy H26-Sep-04 9:20 
GeneralRe: OwnerDrawn button control VC++6 Pin
Andy H26-Sep-04 22:27
Andy H26-Sep-04 22:27 
GeneralRandom number generation on 4bytes Pin
Paolo Ponzano25-Sep-04 21:36
Paolo Ponzano25-Sep-04 21:36 
GeneralRe: Random number generation on 4bytes Pin
Ravi Bhavnani25-Sep-04 21:42
professionalRavi Bhavnani25-Sep-04 21:42 
Generalsimple vc++ help Pin
Anonymous25-Sep-04 19:39
Anonymous25-Sep-04 19:39 
GeneralRe: simple vc++ help Pin
BAIJUMAX25-Sep-04 20:58
professionalBAIJUMAX25-Sep-04 20:58 
GeneralRe: simple vc++ help Pin
BAIJUMAX25-Sep-04 20:59
professionalBAIJUMAX25-Sep-04 20:59 

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.