Click here to Skip to main content
15,914,109 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Getting alerts (messagebox) with an integer value Pin
toxcct10-Feb-06 0:40
toxcct10-Feb-06 0:40 
GeneralRe: Getting alerts (messagebox) with an integer value Pin
ThatsAlok10-Feb-06 0:45
ThatsAlok10-Feb-06 0:45 
AnswerRe: Getting alerts (messagebox) with an integer value Pin
Cedric Moonen10-Feb-06 0:43
Cedric Moonen10-Feb-06 0:43 
GeneralRe: Getting alerts (messagebox) with an integer value Pin
kk_vp10-Feb-06 0:59
kk_vp10-Feb-06 0:59 
GeneralRe: Getting alerts (messagebox) with an integer value Pin
Cedric Moonen10-Feb-06 1:05
Cedric Moonen10-Feb-06 1:05 
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 
i don't know what you're trying to do, but if you're assigning 123456789abc into your char[3] variable, firstly, there's not enough characters to store it, and secondly, a C-style string must be null terminated.

now, please specify what format is supposed to be the char[3] because we are blind and so cannot help you much.

if you want some help, you have to give us the minimum informations for us to understand exactly what you're doing wrong.

so start it again, ,and please answer these questions :
1. how is defined m_1E2
2. how is defined temp
3. how is initialized baSlots ?
4. what is m_1E2.GetLine() supposed to do ?
5. is your 123456789abc value an integer or a string.
6. not a question but an important point : if your writing the 123456789abc integer into the temp string, temp must be at least 13 characters wide, so that the 13st character can be '\0' (null termination)...

hope you understand now.



TOXCCT >>> GEII power
[toxcct][VisualCalc 2.20][VCalc 3.0 soon...]
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 
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 

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.