Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Your compiler is your friend. If it issues a warning for a certain construct, often there’s a potential problem in your code.
Successful builds should be silent (warning-free). If they aren’t, you’ll quickly get into the habit of skimming the output, and you will miss real problems. (See Item 2.)