Hi,
Thanks for your answers on my simple questions.
This simple question is about programming style:
When I read the sample programs from MSDN and the programs generated by Wizards, they all have similar coding style: a couple files each devoting to some specific functions of one class. Besides this, each class basically has its own header file to declare methods. It is more readable.
My wondering is that: is it practical to adopt this coding style? And do your C/C++ experts in your work really use this coding style?
The most important question is: Is it a good beginning to learn this coding style?
Thanks.
Thanks for your answers on my simple questions.
This simple question is about programming style:
When I read the sample programs from MSDN and the programs generated by Wizards, they all have similar coding style: a couple files each devoting to some specific functions of one class. Besides this, each class basically has its own header file to declare methods. It is more readable.
My wondering is that: is it practical to adopt this coding style? And do your C/C++ experts in your work really use this coding style?
The most important question is: Is it a good beginning to learn this coding style?
Thanks.