Re: Question about generated C++ code for forms

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



David Lowndes wrote:
I'm experimenting with the Express editions and I was wondering why the
C++ code for forms is all put into the header files.

Bill,

I believe it's a limitation of the design of the forms designer -
which is based on C# techniques.

Dave

Thanks Dave

I have done a lot of work in Borland C++ Builder and it has the ability
to toggle between the .cpp and the .h file of the same name. It doesn't
seem that VC++ has that feature -- although putting everything in the .h
kind of eliminates the need for that. Maybe I'm missing something though.

Ciao
Bill
.



Relevant Pages

  • Re: Question about generated C++ code for forms
    ... C++ code for forms is all put into the header files. ... I believe it's a limitation of the design of the forms designer - ... which is based on C# techniques. ...
    (microsoft.public.vc.ide_general)
  • Re: why Microsoft Excel cant support if() multiple choices more then.
    ... A theoretical Good Design is not always the fastest design. ... When a limitation has to be chosen, you'll usually see a power of two ...
    (microsoft.public.excel.programming)
  • test for decreasing response
    ... I was wondering if somebody can give me some statistical advice ... Using Generalized linear model (GLM): ... There is however a limitation I have found: ... Would this design be considered a longitudinal study or maybe even a ...
    (sci.stat.consult)
  • Re: include file question
    ... and that represents good design. ... By the time you get to your level of expertise, good judgment and good design ... guideline is "Don't do that!" ... We also used Bridge pattern so that core header files ...
    (microsoft.public.vc.mfc)
  • Re: Lots of design issues needed.
    ... software design procedures are intimately bound to ... I note in passing that you define a lot of functions in header files, ... which do not seem to be either templates or inline functions. ... project builds only because there is only one compilation unit and each ...
    (alt.comp.lang.learn.c-cpp)