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
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
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