Click here to Skip to main content
15,884,537 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Icons, bmps and art for programmers Pin
toxcct6-Apr-06 21:59
toxcct6-Apr-06 21:59 
GeneralRe: Icons, bmps and art for programmers Pin
Nibu babu thomas6-Apr-06 22:01
Nibu babu thomas6-Apr-06 22:01 
GeneralRe: Icons, bmps and art for programmers Pin
HvalaMne6-Apr-06 22:13
HvalaMne6-Apr-06 22:13 
QuestionMFC ActiveX Control Pin
Identity Undisclosed6-Apr-06 2:47
Identity Undisclosed6-Apr-06 2:47 
AnswerRe: MFC ActiveX Control Pin
Cedric Moonen6-Apr-06 2:59
Cedric Moonen6-Apr-06 2:59 
GeneralRe: MFC ActiveX Control Pin
BlackDice6-Apr-06 4:39
BlackDice6-Apr-06 4:39 
GeneralRe: MFC ActiveX Control Pin
Identity Undisclosed6-Apr-06 19:49
Identity Undisclosed6-Apr-06 19:49 
Questionconverting char to unsigned int Pin
thepersonof6-Apr-06 1:38
thepersonof6-Apr-06 1:38 
Hi I found that char could be converted to an interger as follows:

char c = 250;
int a = int(c)

How can I get the a value of a to be the same as what I put in? It sometimes comes out negative, although I can add 256. There is a simpler way?

thank you
AnswerRe: converting char to unsigned int Pin
Nibu babu thomas6-Apr-06 1:43
Nibu babu thomas6-Apr-06 1:43 
AnswerRe: converting char to unsigned int Pin
Ștefan-Mihai MOGA6-Apr-06 1:44
professionalȘtefan-Mihai MOGA6-Apr-06 1:44 
AnswerRe: converting char to unsigned int Pin
<color>Aljechin 6-Apr-06 1:44
<color>Aljechin 6-Apr-06 1:44 
AnswerRe: converting char to unsigned int Pin
kakan6-Apr-06 1:46
professionalkakan6-Apr-06 1:46 
AnswerRe: converting char to unsigned int Pin
Aqueel6-Apr-06 1:48
Aqueel6-Apr-06 1:48 
GeneralRe: converting char to unsigned int Pin
thepersonof6-Apr-06 1:50
thepersonof6-Apr-06 1:50 
GeneralRe: converting char to unsigned int Pin
Aqueel6-Apr-06 1:55
Aqueel6-Apr-06 1:55 
AnswerRe: converting char to unsigned int Pin
Wim Engberts6-Apr-06 1:51
Wim Engberts6-Apr-06 1:51 
GeneralRe: converting char to unsigned int Pin
Cedric Moonen6-Apr-06 2:00
Cedric Moonen6-Apr-06 2:00 
GeneralRe: converting char to unsigned int Pin
Aqueel6-Apr-06 2:05
Aqueel6-Apr-06 2:05 
GeneralRe: converting char to unsigned int Pin
thatsme_cool6-Apr-06 2:41
thatsme_cool6-Apr-06 2:41 
GeneralRe: converting char to unsigned int Pin
Aqueel6-Apr-06 2:51
Aqueel6-Apr-06 2:51 
GeneralRe: converting char to unsigned int Pin
toxcct6-Apr-06 2:55
toxcct6-Apr-06 2:55 
GeneralRe: converting char to unsigned int Pin
Aqueel6-Apr-06 2:58
Aqueel6-Apr-06 2:58 
AnswerRe: converting char to unsigned int Pin
David Crow6-Apr-06 3:01
David Crow6-Apr-06 3:01 
AnswerRe: converting char to unsigned int Pin
abbiyr6-Apr-06 4:23
abbiyr6-Apr-06 4:23 
GeneralRe: converting char to unsigned int Pin
David Crow6-Apr-06 4:46
David Crow6-Apr-06 4:46 

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.