Click here to Skip to main content
15,915,864 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionAutomatic set column width of Table ! Pin
Le@rner19-Aug-08 0:06
Le@rner19-Aug-08 0:06 
RantCrosspost = No help Pin
Rajesh R Subramanian19-Aug-08 0:59
professionalRajesh R Subramanian19-Aug-08 0:59 
GeneralRe: Crosspost = No help Pin
Le@rner19-Aug-08 1:02
Le@rner19-Aug-08 1:02 
QuestionListView-CustomDraw Pin
nitin318-Aug-08 23:45
nitin318-Aug-08 23:45 
QuestionThe difference between... Pin
LiYS18-Aug-08 23:13
LiYS18-Aug-08 23:13 
AnswerRe: The difference between... Pin
Perspx18-Aug-08 23:33
Perspx18-Aug-08 23:33 
GeneralRe: The difference between... Pin
LiYS18-Aug-08 23:55
LiYS18-Aug-08 23:55 
GeneralRe: The difference between... Pin
oobimoo19-Aug-08 0:38
oobimoo19-Aug-08 0:38 
I understand your doubts. Arrays on stack and dynamically allocated arrays have differences, but we must have a uniform way to access elements with pointers. From this point of view 'a' must be an int*. On the other hand 'a' must be like any other stack object (struct or class). We must be able to take the actuall size with the sizeof operator or access the elements by casting the base address '&a'. For reasons like the above we see 'strange' things like &a == a
GeneralRe: The difference between... Pin
toxcct19-Aug-08 2:28
toxcct19-Aug-08 2:28 
QuestionRe: The difference between... Pin
CPallini18-Aug-08 23:42
mveCPallini18-Aug-08 23:42 
Questioninstruction at "0x5f43690b" referenced memory at "0x02470014 Pin
ptr_Electron18-Aug-08 22:14
ptr_Electron18-Aug-08 22:14 
AnswerRe: instruction at "0x5f43690b" referenced memory at "0x02470014 Pin
Stephen Hewitt18-Aug-08 22:26
Stephen Hewitt18-Aug-08 22:26 
AnswerRe: instruction at "0x5f43690b" referenced memory at "0x02470014 Pin
KarstenK18-Aug-08 22:37
mveKarstenK18-Aug-08 22:37 
GeneralRe: instruction at "0x5f43690b" referenced memory at "0x02470014 Pin
Stephen Hewitt18-Aug-08 22:40
Stephen Hewitt18-Aug-08 22:40 
QuestionCListCtrl Pin
AnithaSubramani18-Aug-08 21:36
AnithaSubramani18-Aug-08 21:36 
AnswerRe: CListCtrl Pin
Jijo.Raj18-Aug-08 21:48
Jijo.Raj18-Aug-08 21:48 
AnswerRe: CListCtrl Pin
Hamid_RT19-Aug-08 3:53
Hamid_RT19-Aug-08 3:53 
QuestionI started the thread and want to wait until the thread completes [modified] Pin
ptr_Electron18-Aug-08 20:28
ptr_Electron18-Aug-08 20:28 
AnswerRe: I started the thread and want to wait until the thread completes [modified] Pin
SandipG 18-Aug-08 20:40
SandipG 18-Aug-08 20:40 
GeneralRe: I started the thread and want to wait until the thread completes Pin
ptr_Electron18-Aug-08 20:42
ptr_Electron18-Aug-08 20:42 
GeneralRe: I started the thread and want to wait until the thread completes [modified] Pin
SandipG 18-Aug-08 20:45
SandipG 18-Aug-08 20:45 
AnswerRe: I started the thread and want to wait until the thread completes Pin
Stephen Hewitt18-Aug-08 21:07
Stephen Hewitt18-Aug-08 21:07 
AnswerRe: I started the thread and want to wait until the thread completes Pin
Roger Stoltz18-Aug-08 22:33
Roger Stoltz18-Aug-08 22:33 
QuestionRe: I started the thread and want to wait until the thread completes Pin
Mark Salsbery19-Aug-08 8:01
Mark Salsbery19-Aug-08 8:01 
QuestionUsing DotNET API in MFC application Pin
ComplexLifeForm18-Aug-08 20:04
ComplexLifeForm18-Aug-08 20:04 

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.