P
Peted
Hi
i am relatively new to the c++ visual studio.net 2003/2005 evniroment.
I am wondering why all the c++ code for winforms apps are being placed
in a .h file. Isnt this against c++ coding convention ?
I understanding it makes no functional difference to the end result,
but arent .h files for funtion headers/definitions etc and CPP files
for actuall code.
Can the default be changed to something i think is more inline with
what i learnt ?
Maybe im behind the times i note c++ convention now also does not
allow for explicit file suffix designation for include ??
EG include <windows.h> is now inlcude<windows>
i am relatively new to the c++ visual studio.net 2003/2005 evniroment.
I am wondering why all the c++ code for winforms apps are being placed
in a .h file. Isnt this against c++ coding convention ?
I understanding it makes no functional difference to the end result,
but arent .h files for funtion headers/definitions etc and CPP files
for actuall code.
Can the default be changed to something i think is more inline with
what i learnt ?
Maybe im behind the times i note c++ convention now also does not
allow for explicit file suffix designation for include ??
EG include <windows.h> is now inlcude<windows>