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

C / C++ / MFC

 
GeneralRe: Update Edit box data [modified] Pin
Rajesh R Subramanian11-Feb-08 22:38
professionalRajesh R Subramanian11-Feb-08 22:38 
GeneralRe: Update Edit box data Pin
CPallini11-Feb-08 23:01
mveCPallini11-Feb-08 23:01 
GeneralRe: Update Edit box data Pin
piul11-Feb-08 23:08
piul11-Feb-08 23:08 
Questioninbuild function for hexa to decimal convertion? Pin
lgatcodeproject11-Feb-08 22:25
lgatcodeproject11-Feb-08 22:25 
AnswerRe: inbuild function for hexa to decimal convertion? Pin
Cedric Moonen11-Feb-08 22:46
Cedric Moonen11-Feb-08 22:46 
GeneralRe: inbuild function for hexa to decimal convertion? Pin
lgatcodeproject11-Feb-08 23:21
lgatcodeproject11-Feb-08 23:21 
GeneralRe: inbuild function for hexa to decimal convertion? Pin
CPallini11-Feb-08 23:34
mveCPallini11-Feb-08 23:34 
GeneralRe: inbuild function for hexa to decimal convertion? Pin
Cedric Moonen11-Feb-08 23:36
Cedric Moonen11-Feb-08 23:36 
If iLength is an integer (which I suppose), it IS a number. iLenght contains your value and it has nothing to do with "2b" or "43" because these are only representations of your number. You have to make the difference between the value itself (which not hexa, decimal or whatever, it is just a value) and how you want to represent it (which is only used if you want to print the value in a string).

Do you understand the difference ?


lgatcodeproject wrote:
'iLength' is a value represented in hexa


That doesn't make sense: iLenght is an integer and that's it. An integer is never represented. If you look at it from your debugger, that's because your debugger is configured to display a representation of it in hexa, but you can change the representation to decimal without affecting the value at all.

Cédric Moonen
Software developer

Charting control [v1.2]

GeneralRe: inbuild function for hexa to decimal convertion? Pin
lgatcodeproject12-Feb-08 0:03
lgatcodeproject12-Feb-08 0:03 
GeneralRe: inbuild function for hexa to decimal convertion? Pin
CPallini12-Feb-08 0:24
mveCPallini12-Feb-08 0:24 
AnswerRe: inbuild function for hexa to decimal convertion? Pin
Iain Clarke, Warrior Programmer11-Feb-08 22:48
Iain Clarke, Warrior Programmer11-Feb-08 22:48 
AnswerRe: inbuild function for hexa to decimal convertion? Pin
CPallini11-Feb-08 22:52
mveCPallini11-Feb-08 22:52 
GeneralLink Problem... Pin
DSPCottage11-Feb-08 20:07
DSPCottage11-Feb-08 20:07 
GeneralRe: Link Problem... Pin
ShilpiP11-Feb-08 20:19
ShilpiP11-Feb-08 20:19 
GeneralRe: Link Problem... Pin
king'ori11-Feb-08 23:59
king'ori11-Feb-08 23:59 
QuestionMulti Vector Array Pin
Programm3r11-Feb-08 19:29
Programm3r11-Feb-08 19:29 
GeneralRe: Multi Vector Array Pin
ThatsAlok11-Feb-08 20:06
ThatsAlok11-Feb-08 20:06 
GeneralRe: Multi Vector Array Pin
Programm3r11-Feb-08 22:34
Programm3r11-Feb-08 22:34 
QuestionRe: Multi Vector Array Pin
Programm3r11-Feb-08 22:40
Programm3r11-Feb-08 22:40 
Generalupper drawing layer Pin
MKUser11-Feb-08 19:16
MKUser11-Feb-08 19:16 
GeneralRe: upper drawing layer Pin
ShilpiP11-Feb-08 20:12
ShilpiP11-Feb-08 20:12 
GeneralRe: upper drawing layer Pin
MKUser11-Feb-08 22:21
MKUser11-Feb-08 22:21 
GeneralRe: upper drawing layer Pin
ShilpiP11-Feb-08 22:35
ShilpiP11-Feb-08 22:35 
GeneralRe: upper drawing layer Pin
MKUser11-Feb-08 23:07
MKUser11-Feb-08 23:07 
GeneralRe: upper drawing layer Pin
Iain Clarke, Warrior Programmer11-Feb-08 22:56
Iain Clarke, Warrior Programmer11-Feb-08 22:56 

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.