Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What important things should a newbie learn?

learn newbie
0
Posted

What important things should a newbie learn?

0

• The class libraries are only a foundation: there is nothing wrong in using the raw Win32 API. • Use the on-line help. Everyone else does. • Learn to write 32 bit applications without bothering to serve a 16 bit apprenticeship. And ignore dated books which cover 16 bit programming: there are some things programmers were not meant to know. • Look through the sample programs your compiler ships with: they are a good way of learning how to write windows applications and a source of code. • Resource files (.RC) are really text files and sometimes are best edited as such instead of with a resource editor. • Step into the source of the class libraries when debugging to find out what’s really happening, but avoid modifying the source or making big assumptions about the implementation unless you have to -either of these tricks increase your maintenance costs. If you do have to modify the class libraries, cutting and pasting the source into your own classes first is usually better. • Sometimes

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123