Click here to Skip to main content
15,899,015 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questiondata type that is efficient for both 32-bit and 64-bit cpu Pin
followait29-Jun-08 17:24
followait29-Jun-08 17:24 
AnswerRe: data type that is efficient for both 32-bit and 64-bit cpu Pin
Naveen29-Jun-08 17:41
Naveen29-Jun-08 17:41 
GeneralRe: data type that is efficient for both 32-bit and 64-bit cpu Pin
followait29-Jun-08 19:02
followait29-Jun-08 19:02 
GeneralRe: data type that is efficient for both 32-bit and 64-bit cpu Pin
Naveen29-Jun-08 19:11
Naveen29-Jun-08 19:11 
GeneralRe: data type that is efficient for both 32-bit and 64-bit cpu Pin
«_Superman_»29-Jun-08 19:19
professional«_Superman_»29-Jun-08 19:19 
AnswerRe: data type that is efficient for both 32-bit and 64-bit cpu Pin
Mark Salsbery29-Jun-08 20:28
Mark Salsbery29-Jun-08 20:28 
AnswerRe: data type that is efficient for both 32-bit and 64-bit cpu Pin
cmk30-Jun-08 5:35
cmk30-Jun-08 5:35 
QuestionCTreeview question Pin
monsieur_jj29-Jun-08 16:56
monsieur_jj29-Jun-08 16:56 
Hi,

This maybe a wtl question however an mfc answer may probably help me. My question is that lets say I created a tree

<br />
son = Father.InsertItem ( _T("Main"), TVI_ROOT, TVI_LAST );<br />
son.AddTail ( _T("Sub1"), 0 );<br />
son.AddTail ( _T("Sub2"), 0 )<br />


Now this will look some thing like this
Main
-Sub1
-Sub2

What I need to do is if a user highlights a Tail how can I know which one is it? for example the user highlights Sub1 how can I know that?

Thanks,
Jayjay
AnswerRe: CTreeview question Pin
Naveen29-Jun-08 17:40
Naveen29-Jun-08 17:40 
GeneralRe: CTreeview question Pin
monsieur_jj29-Jun-08 17:45
monsieur_jj29-Jun-08 17:45 
GeneralRe: CTreeview question Pin
Naveen29-Jun-08 18:34
Naveen29-Jun-08 18:34 
GeneralRe: CTreeview question Pin
monsieur_jj29-Jun-08 19:30
monsieur_jj29-Jun-08 19:30 
GeneralRe: CTreeview question Pin
Naveen29-Jun-08 19:33
Naveen29-Jun-08 19:33 
GeneralRe: CTreeview question Pin
monsieur_jj29-Jun-08 21:25
monsieur_jj29-Jun-08 21:25 
GeneralRe: CTreeview question Pin
Naveen29-Jun-08 21:48
Naveen29-Jun-08 21:48 
AnswerRe: CTreeview question Pin
Iain Clarke, Warrior Programmer30-Jun-08 2:20
Iain Clarke, Warrior Programmer30-Jun-08 2:20 
QuestionLNK2005 Error... Pin
Rizean29-Jun-08 13:52
Rizean29-Jun-08 13:52 
AnswerRe: LNK2005 Error... Pin
Stephen Hewitt29-Jun-08 15:14
Stephen Hewitt29-Jun-08 15:14 
GeneralRe: LNK2005 Error... Pin
Rizean29-Jun-08 15:24
Rizean29-Jun-08 15:24 
QuestionRe: LNK2005 Error... Pin
Mark Salsbery29-Jun-08 15:17
Mark Salsbery29-Jun-08 15:17 
AnswerRe: LNK2005 Error... Pin
Rizean29-Jun-08 15:45
Rizean29-Jun-08 15:45 
QuestionRe: LNK2005 Error... Pin
Mark Salsbery30-Jun-08 6:38
Mark Salsbery30-Jun-08 6:38 
AnswerRe: LNK2005 Error... Pin
Rizean30-Jun-08 13:54
Rizean30-Jun-08 13:54 
QuestionWhy does the line "delete [] player_data_array;" give a Debug Error Pin
tippex129-Jun-08 9:30
tippex129-Jun-08 9:30 
QuestionRe: Why does the line "delete [] player_data_array;" give a Debug Error Pin
Mark Salsbery29-Jun-08 9:46
Mark Salsbery29-Jun-08 9: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.