M
Mauro Tronto
Hello, If you start a new c++ .net project (windows form) the IDE shows
window and generate 2 files (.cpp and .h). If I simple drag and drop button
control into the form and double click the button, the IDE shows me a method
"template" where I can write my code. I wonder why the IDE creates the
template in .h (header) file instead of .cpp file. I've always write
scheleton C++ class in header file and implementation code in .cpp file.
Thanks for help
Mauro
window and generate 2 files (.cpp and .h). If I simple drag and drop button
control into the form and double click the button, the IDE shows me a method
"template" where I can write my code. I wonder why the IDE creates the
template in .h (header) file instead of .cpp file. I've always write
scheleton C++ class in header file and implementation code in .cpp file.
Thanks for help
Mauro