Click here to Skip to main content
16,007,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: assigning a CString to a char*/char Pin
Rickard Andersson208-Apr-02 8:36
Rickard Andersson208-Apr-02 8:36 
GeneralRe: assigning a CString to a char*/char Pin
Shog98-Apr-02 8:55
sitebuilderShog98-Apr-02 8:55 
Generalrun time creation of active x control Pin
act_x8-Apr-02 7:24
act_x8-Apr-02 7:24 
GeneralRe: run time creation of active x control Pin
Mazdak8-Apr-02 7:43
Mazdak8-Apr-02 7:43 
GeneralLooking at arrays with Debugger Pin
Rajveer8-Apr-02 6:50
Rajveer8-Apr-02 6:50 
GeneralRe: Looking at arrays with Debugger Pin
Tim Deveaux8-Apr-02 7:42
Tim Deveaux8-Apr-02 7:42 
GeneralRe: Looking at arrays with Debugger Pin
Rajveer8-Apr-02 8:16
Rajveer8-Apr-02 8:16 
GeneralRe: Looking at arrays with Debugger Pin
Derek Waters8-Apr-02 13:48
Derek Waters8-Apr-02 13:48 
I don't know about the error in OMF type information thing, but the second value is correct.

When you declare CPoint coord[80], coord actually becomes a (CPoint *) pointing to a block of 80 CPoint values. Therefore, when you view coord, it will display the address of the start of this memory block. There are two ways to look at the values in this array:

Add coord[0] or coord[53] to the Watch window to look at individual elements of this array, or copy 0x0066f288 to the Memory Debug window and look at the raw memory bytes (not so easy!).

Hope this helps.


------------------------
Derek Waters
derek@lj-oz.com
GeneralRe: Looking at arrays with Debugger Pin
Roger Allen9-Apr-02 1:30
Roger Allen9-Apr-02 1:30 
GeneralCreating CListCtrl with API Pin
User 66588-Apr-02 6:47
User 66588-Apr-02 6:47 
GeneralRe: Creating CListCtrl with API Pin
alex.barylski8-Apr-02 7:19
alex.barylski8-Apr-02 7:19 
Generalcreating an atribute from a managed class Pin
Ignacio Varas8-Apr-02 6:35
Ignacio Varas8-Apr-02 6:35 
GeneralTemplate Overloading problem Pin
8-Apr-02 5:49
suss8-Apr-02 5:49 
Generalnewbie : why doesn't this work? plz plz plz Pin
davun8-Apr-02 5:48
davun8-Apr-02 5:48 
GeneralRe: newbie : why doesn't this work? plz plz plz Pin
lucy8-Apr-02 5:50
lucy8-Apr-02 5:50 
GeneralRe: newbie : why doesn't this work? plz plz plz Pin
davun8-Apr-02 6:12
davun8-Apr-02 6:12 
GeneralRe: newbie : why doesn't this work? plz plz plz Pin
Ernest Laurentin8-Apr-02 6:31
Ernest Laurentin8-Apr-02 6:31 
GeneralRe: newbie : why doesn't this work? plz plz plz Pin
davun8-Apr-02 8:34
davun8-Apr-02 8:34 
GeneralRe: newbie : why doesn't this work? plz plz plz Pin
lucy8-Apr-02 8:46
lucy8-Apr-02 8:46 
GeneralRe: newbie : why doesn't this work? plz plz plz Pin
8-Apr-02 8:47
suss8-Apr-02 8:47 
GeneralRe: newbie : why doesn't this work? plz plz plz Pin
davun8-Apr-02 9:24
davun8-Apr-02 9:24 
GeneralScrollWindowEx Problem! Pin
G.Richard8-Apr-02 5:43
G.Richard8-Apr-02 5:43 
GeneralRe: ScrollWindowEx Problem! Pin
alex.barylski8-Apr-02 7:22
alex.barylski8-Apr-02 7:22 
GeneralRe: ScrollWindowEx Problem! Pin
G.Richard9-Apr-02 3:36
G.Richard9-Apr-02 3:36 
GeneralHelp with multiple classes Pin
Xds8-Apr-02 5:32
Xds8-Apr-02 5:32 

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.