Click here to Skip to main content
15,927,694 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: crash if I try to save CRect left-very bizarre Pin
Ernest Laurentin13-Jul-02 7:36
Ernest Laurentin13-Jul-02 7:36 
GeneralRe: crash if I try to add a member variable!!! Pin
ns14-Jul-02 2:01
ns14-Jul-02 2:01 
GeneralRe: crash Problem SOlved!! Pin
ns14-Jul-02 2:22
ns14-Jul-02 2:22 
GeneralRe: crash Problem SOlved!! Pin
Ernest Laurentin14-Jul-02 7:23
Ernest Laurentin14-Jul-02 7:23 
QuestionHow to access drived CArray structure Pin
chen13-Jul-02 6:09
chen13-Jul-02 6:09 
AnswerRe: How to access drived CArray structure Pin
Christian Graus13-Jul-02 12:51
protectorChristian Graus13-Jul-02 12:51 
GeneralRe: How to access drived CArray structure Pin
chen13-Jul-02 15:00
chen13-Jul-02 15:00 
GeneralRe: How to access drived CArray structure Pin
Christian Graus13-Jul-02 16:40
protectorChristian Graus13-Jul-02 16:40 
I don't know anything about CArray apart from that it sucks. You also do not need the typedef.

struct MMM
{
int x;
double y;
}

is just fine.

Try that for the struct, and it's also my opinion that you should forget the typedef, which is just confusing. I also think you should use vector, but CArray will probably work fine for what you want to do.


Christian

come on all you MS suckups, defend your sugar-daddy now. - Chris Losinger - 11/07/2002
GeneralFilling a triangle with a gradient Pin
Peter Occil13-Jul-02 6:03
Peter Occil13-Jul-02 6:03 
GeneralRe: Filling a triangle with a gradient Pin
Scott H. Settlemier13-Jul-02 6:41
Scott H. Settlemier13-Jul-02 6:41 
GeneralColoring a dialog box within a region Pin
DanYELL13-Jul-02 6:02
DanYELL13-Jul-02 6:02 
GeneralRe: Coloring a dialog box within a region Pin
Michael Dunn13-Jul-02 7:05
sitebuilderMichael Dunn13-Jul-02 7:05 
GeneralRe: Coloring a dialog box within a region Pin
DanYELL13-Jul-02 12:41
DanYELL13-Jul-02 12:41 
GeneralRe: Coloring a dialog box within a region Pin
Michael Dunn13-Jul-02 13:22
sitebuilderMichael Dunn13-Jul-02 13:22 
Generalmenu driven gui Pin
helping hand13-Jul-02 3:27
helping hand13-Jul-02 3:27 
GeneralRe: menu driven gui Pin
Christian Graus13-Jul-02 3:45
protectorChristian Graus13-Jul-02 3:45 
GeneralRe: menu driven gui Pin
Brian Delahunty13-Jul-02 4:18
Brian Delahunty13-Jul-02 4:18 
Questiona design question - menu? dlg? or hidden listctrl? Pin
ns13-Jul-02 3:05
ns13-Jul-02 3:05 
Generalfrom "modeless dlg" article by nishant Pin
ns13-Jul-02 2:04
ns13-Jul-02 2:04 
GeneralRe: from "modeless dlg" article by nishant Pin
Joaquín M López Muñoz13-Jul-02 2:43
Joaquín M López Muñoz13-Jul-02 2:43 
GeneralRe: from "modeless dlg" article by nishant Pin
Ernest Laurentin13-Jul-02 7:46
Ernest Laurentin13-Jul-02 7:46 
GeneralRe: from "modeless dlg" article by nishant Pin
Christian Graus13-Jul-02 12:53
protectorChristian Graus13-Jul-02 12:53 
Generalwhich class to do registry setting saving/querying in? MDI Pin
ns13-Jul-02 1:28
ns13-Jul-02 1:28 
GeneralRe: which class to do registry setting saving/querying in? MDI Pin
Nish Nishant13-Jul-02 1:55
sitebuilderNish Nishant13-Jul-02 1:55 
GeneralThank you! Pin
ns13-Jul-02 2:07
ns13-Jul-02 2:07 

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.