C++ Windows Forms Project Header Files

Hi,

Somewhat of a very basic question here. I am using C++/CLI. Why with a windows form project is all the code in the .h file?

Thanks

Jeff

[164 byte] By [Hooper] at [2007-12-22]
# 1
To make it easy on the form designer. It only has to parse one file instead of two.
nobugz at 2007-8-30 > top of Msdn Tech,Visual C++,Visual C++ General...
# 2

Hi,

thanks for the response. I have never really seen any explanation on MSDN or documentation that I have so I was not sure. Seems a bit strange though. Usually you just see class interfaces in the .h file and implementation in the .cpp file.

Thanks

Jeff

Hooper at 2007-8-30 > top of Msdn Tech,Visual C++,Visual C++ General...