MFC Change Menu ActionI'm working on a track editor using MFC and I need the "File -> New" to open up a dialog instead of ...
Function inside Struct QuestionOkay, but I've already set the application that this code is going in as a windows application. I t...
Function inside Struct QuestionOkay. I get it I think. What about the initial declaration of SplineIDX[]? Will that not create a...
Function inside Struct QuestionI have this code in a project that I'm working on: [code]struct TrackSegment { const unsigned in...
Question - Dynamic StructuresI'm wanting to use dynamic structures for an application I'm trying to build. The inline structure ...