Re: Question about generated C++ code for forms
- From: David Lowndes <DavidL@xxxxxxxxxxxxxxx>
- Date: Sun, 26 Mar 2006 22:17:37 +0100
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
There's a facility to go to the corresponding header file, not sure
about the other way around.
although putting everything in the .h
kind of eliminates the need for that.
Not really! :)
It's just a consequence of the WinForms designer being originally
designed for languages other than C++.
Dave
.
- References:
- Question about generated C++ code for forms
- From: Bill
- Re: Question about generated C++ code for forms
- From: David Lowndes
- Re: Question about generated C++ code for forms
- From: Bill
- Question about generated C++ code for forms
- Prev by Date: Re: Question about generated C++ code for forms
- Next by Date: Re: VC++ 6 / VC++2003 / VC++2005 in same machine.
- Previous by thread: Re: Question about generated C++ code for forms
- Next by thread: VC++ 6 / VC++2003 / VC++2005 in same machine.
- Index(es):
Relevant Pages
|