Click here to Skip to main content
15,907,183 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How do I find out what workgroup/domain a host is in? Pin
Michael P Butler17-Sep-01 2:07
Michael P Butler17-Sep-01 2:07 
GeneralRe: How do I find out what workgroup/domain a host is in? Pin
Paul Vickery17-Sep-01 3:20
professionalPaul Vickery17-Sep-01 3:20 
GeneralTicks in menus Pin
Nick Armstrong17-Sep-01 0:30
Nick Armstrong17-Sep-01 0:30 
GeneralRe: Ticks in menus Pin
Rashid Thadha17-Sep-01 0:52
Rashid Thadha17-Sep-01 0:52 
GeneralRe: Ticks in menus Pin
Tomasz Sowinski17-Sep-01 0:54
Tomasz Sowinski17-Sep-01 0:54 
GeneralRe: Ticks in menus Pin
Nick Armstrong17-Sep-01 2:03
Nick Armstrong17-Sep-01 2:03 
GeneralRe: Ticks in menus Pin
Tomasz Sowinski17-Sep-01 2:11
Tomasz Sowinski17-Sep-01 2:11 
Generala siple question about initialisation of pointer Pin
Gérald Mercet17-Sep-01 0:15
Gérald Mercet17-Sep-01 0:15 
I have an application, with several functions, and one of these have to return a pointer on COleDateTime. I know the size of the "array" of COleDateTime dates, 2, but i meet a problem when i start debugging when i look in the debug window.
When i declare in the function a COleDateTime pointer i could use 2 way to do that.
Firstly, i just could write:
COleDateTime pDates[2]; and in the debug window i could see:
pDates
[0]->m_dt
->m_status
[1]->m_dt
->m_status

and in another way i could do it:
COleDateTime *pDates=new COleDateTime[2];

and in debug window i only see that:
pDates
->m_dt
->m_status

So, what is the good way if i want to return 2 dates different?

Thanks in advance

gerald
GeneralRe: a siple question about initialisation of pointer Pin
Michael P Butler17-Sep-01 2:11
Michael P Butler17-Sep-01 2:11 
GeneralDisplay value of member in 'Variable' window Pin
Bartosz Lizak17-Sep-01 0:05
Bartosz Lizak17-Sep-01 0:05 
GeneralRe: Display value of member in 'Variable' window Pin
Christian Graus17-Sep-01 0:09
protectorChristian Graus17-Sep-01 0:09 
GeneralRe: Display value of member in 'Variable' window Pin
Bartosz Lizak17-Sep-01 0:19
Bartosz Lizak17-Sep-01 0:19 
GeneralRe: Display value of member in 'Variable' window Pin
Tomasz Sowinski17-Sep-01 0:27
Tomasz Sowinski17-Sep-01 0:27 
GeneralRe: Display value of member in 'Variable' window Pin
Bartosz Lizak17-Sep-01 0:40
Bartosz Lizak17-Sep-01 0:40 
GeneralButton background Pin
Nick Armstrong16-Sep-01 23:40
Nick Armstrong16-Sep-01 23:40 
GeneralRe: Button background Pin
Tomasz Sowinski16-Sep-01 23:47
Tomasz Sowinski16-Sep-01 23:47 
GeneralRe: Button background Pin
Nick Armstrong16-Sep-01 23:59
Nick Armstrong16-Sep-01 23:59 
Generaltree template Pin
ernst.maurer16-Sep-01 22:31
ernst.maurer16-Sep-01 22:31 
GeneralRe: tree template Pin
Christian Graus17-Sep-01 0:12
protectorChristian Graus17-Sep-01 0:12 
GeneralSplitter windows in CRichEditView derived class Pin
Alexandru Savescu16-Sep-01 21:58
Alexandru Savescu16-Sep-01 21:58 
QuestionHow to detect tap and hold in an edit control in C++ under WinCE ? Sources (Microsoft apps or other) ? Ideas ? Pin
16-Sep-01 21:31
suss16-Sep-01 21:31 
AnswerRe: How to detect tap and hold in an edit control in C++ under WinCE ? Sources (Microsoft apps or other) ? Ideas ? Pin
Michael P Butler17-Sep-01 2:23
Michael P Butler17-Sep-01 2:23 
GeneralWork with relative paths Pin
Eugene Pustovoyt16-Sep-01 19:33
Eugene Pustovoyt16-Sep-01 19:33 
GeneralRe: Work with relative paths Pin
Oscar Vazquez17-Sep-01 8:48
Oscar Vazquez17-Sep-01 8:48 
QuestionHow can I get Start menu anywhere on screen? Pin
Youknowme16-Sep-01 18:22
Youknowme16-Sep-01 18:22 

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.