Click here to Skip to main content
15,922,584 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: I would like to convert int to char Pin
sacoskun14-Oct-04 22:16
sacoskun14-Oct-04 22:16 
GeneralRe: I would like to convert int to char Pin
Mad__14-Oct-04 22:53
Mad__14-Oct-04 22:53 
GeneralRe: I would like to convert int to char Pin
David Crow15-Oct-04 6:14
David Crow15-Oct-04 6:14 
GeneralRe: I would like to convert int to char Pin
David Crow15-Oct-04 6:03
David Crow15-Oct-04 6:03 
GeneralRe: I would like to convert int to char Pin
sacoskun16-Oct-04 2:20
sacoskun16-Oct-04 2:20 
GeneralRe: I would like to convert int to char Pin
toxcct14-Oct-04 22:40
toxcct14-Oct-04 22:40 
GeneralRe: I would like to convert int to char Pin
sacoskun14-Oct-04 22:49
sacoskun14-Oct-04 22:49 
GeneralRe: I would like to convert int to char Pin
toxcct14-Oct-04 22:54
toxcct14-Oct-04 22:54 
kromozom wrote:
sscanf( static_cast( N % 2 ) , "%s" , &binaryRepresentation[counter] );

that's normal, you associate a char with %s

do this :

sscanf( static_cast( N % 2 ) , "%<font color=#FF0000>c</font>" , &binaryRepresentation[counter] );



TOXCCT >>> GEII power


GeneralRe: I would like to convert int to char Pin
sacoskun14-Oct-04 23:04
sacoskun14-Oct-04 23:04 
GeneralRe: I would like to convert int to char Pin
Bob Stanneveld15-Oct-04 2:25
Bob Stanneveld15-Oct-04 2:25 
GeneralRe: I would like to convert int to char Pin
Sujan Christo14-Oct-04 22:06
Sujan Christo14-Oct-04 22:06 
QuestionHow to trace handle leaks Pin
Member 6562814-Oct-04 20:13
Member 6562814-Oct-04 20:13 
GeneralToolbar button state Pin
ledallam14-Oct-04 20:09
ledallam14-Oct-04 20:09 
GeneralRe: Toolbar button state Pin
Sujan Christo14-Oct-04 21:04
Sujan Christo14-Oct-04 21:04 
Generaldebugging the break point? :) :) Pin
FASTian14-Oct-04 19:47
FASTian14-Oct-04 19:47 
GeneralRe: debugging the break point? :) :) Pin
toxcct14-Oct-04 19:52
toxcct14-Oct-04 19:52 
GeneralRe: debugging the break point? :) :) Pin
22491714-Oct-04 21:14
22491714-Oct-04 21:14 
GeneralRe: debugging the break point? :) :) Pin
David Crow15-Oct-04 6:22
David Crow15-Oct-04 6:22 
GeneralDecimal number class Pin
paulb14-Oct-04 19:16
paulb14-Oct-04 19:16 
GeneralRe: Decimal number class Pin
toxcct14-Oct-04 19:50
toxcct14-Oct-04 19:50 
GeneralRe: Decimal number class Pin
paulb14-Oct-04 20:35
paulb14-Oct-04 20:35 
GeneralRe: Decimal number class Pin
Cedric Moonen14-Oct-04 20:49
Cedric Moonen14-Oct-04 20:49 
GeneralRe: Decimal number class Pin
toxcct14-Oct-04 22:37
toxcct14-Oct-04 22:37 
GeneralRe: Decimal number class Pin
jan larsen15-Oct-04 2:34
jan larsen15-Oct-04 2:34 
GeneralRe: Decimal number class Pin
markkuk15-Oct-04 0:06
markkuk15-Oct-04 0:06 

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.