Click here to Skip to main content
15,885,366 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Getting alerts (messagebox) with an integer value Pin
kk_vp10-Feb-06 1:12
kk_vp10-Feb-06 1:12 
GeneralRe: Getting alerts (messagebox) with an integer value Pin
_anil_10-Feb-06 1:27
_anil_10-Feb-06 1:27 
GeneralRe: Getting alerts (messagebox) with an integer value Pin
toxcct10-Feb-06 1:59
toxcct10-Feb-06 1:59 
GeneralRe: Getting alerts (messagebox) with an integer value Pin
kk_vp10-Feb-06 2:48
kk_vp10-Feb-06 2:48 
GeneralRe: Getting alerts (messagebox) with an integer value [edited] Pin
toxcct10-Feb-06 2:57
toxcct10-Feb-06 2:57 
GeneralRe: Getting alerts (messagebox) with an integer value Pin
kk_vp10-Feb-06 3:06
kk_vp10-Feb-06 3:06 
GeneralRe: Getting alerts (messagebox) with an integer value Pin
kk_vp10-Feb-06 3:16
kk_vp10-Feb-06 3:16 
GeneralRe: Getting alerts (messagebox) with an integer value [edited] Pin
toxcct10-Feb-06 3:22
toxcct10-Feb-06 3:22 
kk_vp wrote:
added '&' before baSlots


yeah, fixed my mistake...


kk_vp wrote:
still do not understand what is wrong with sscanf(m_1E2val, "%x", &baBeaconSlots);


in fact, "%x" reads 2 hexadecimal characters and writes a single byte... so, you'd have to write
::sscantf(m_1E2val, "%x%x%x%x%x%x", baSlots[0], baSlots[1], baSlots[2], baSlots[3], baSlots[4], baSlots[5]);
which is worse - IMO - as the little for() loop i provided you...



TOXCCT >>> GEII power
[toxcct][VisualCalc 2.20][VCalc 3.0 soon...]

-- modified at 9:46 Friday 10th February, 2006
QuestionRe: Getting alerts (messagebox) with an integer value Pin
David Crow10-Feb-06 2:57
David Crow10-Feb-06 2:57 
AnswerRe: Getting alerts (messagebox) with an integer value Pin
kk_vp10-Feb-06 3:16
kk_vp10-Feb-06 3:16 
GeneralRe: Getting alerts (messagebox) with an integer value Pin
David Crow10-Feb-06 3:21
David Crow10-Feb-06 3:21 
GeneralRe: Getting alerts (messagebox) with an integer value Pin
toxcct10-Feb-06 3:26
toxcct10-Feb-06 3:26 
GeneralRe: Getting alerts (messagebox) with an integer value Pin
kk_vp10-Feb-06 3:27
kk_vp10-Feb-06 3:27 
QuestionWindow in MDI Pin
Anu_Bala9-Feb-06 23:43
Anu_Bala9-Feb-06 23:43 
AnswerRe: Window in MDI Pin
_anil_9-Feb-06 23:53
_anil_9-Feb-06 23:53 
QuestionXmlCDataSection Pin
swaapu9-Feb-06 23:23
swaapu9-Feb-06 23:23 
AnswerRe: XmlCDataSection Pin
Blake Miller10-Feb-06 4:09
Blake Miller10-Feb-06 4:09 
QuestionAdding new window to SDI Application Pin
Anu_Bala9-Feb-06 23:16
Anu_Bala9-Feb-06 23:16 
QuestionA new window in SDI Pin
Anu_Bala9-Feb-06 23:09
Anu_Bala9-Feb-06 23:09 
AnswerRe: A new window in SDI Pin
Rage10-Feb-06 2:49
professionalRage10-Feb-06 2:49 
QuestionAutomation for MS word Pin
KongHL9-Feb-06 22:39
KongHL9-Feb-06 22:39 
Questionclass view of project work space is not showing all the classes Pin
BiswaR9-Feb-06 22:34
BiswaR9-Feb-06 22:34 
AnswerRe: class view of project work space is not showing all the classes Pin
Maxwell Chen9-Feb-06 22:38
Maxwell Chen9-Feb-06 22:38 
GeneralRe: class view of project work space is not showing all the classes Pin
BiswaR9-Feb-06 23:08
BiswaR9-Feb-06 23:08 
GeneralRe: class view of project work space is not showing all the classes Pin
_anil_9-Feb-06 23:43
_anil_9-Feb-06 23:43 

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.