作者:Brian Hook
出版日期:July 15, 2005
出版社:其它
页数:272
ISBN:ISBN-10: 1593270569 ISBN-13: 978-1593270568
文件格式:PDF
Review
Packed with specifics which lend… an overall understanding of concepts and the ability to troubleshoot common problems. — Midwest Book Review, Internet Book Watch, September 2005 (http://www.midwestbookreview.com/ibw/sep_05.htm)
This sample chapter examines the issues you’ll run into when moving code between processor architectures. — Tech Republic, August 4, 2005
Within the first few chapters, I’ve already learned about a new tool. — GBGames’ Blog, July 21, 2005
Product Description
Portable software development is writing software that runs on a broadrange of computer systems instead of just one (e.g., Windows).Programmers often pick up the idioms, tricks and methodologies fordeveloping cross-platform software through sheer trial and error, asthey encounter the same mistakes and patterns of code over time. Ifyou’re an intermediate-to advanced-level programmer who’d rather cut tothe chase, Write Portable Code contains the lessons, patterns and knowledge you’ll need for developing cross-platform software.
Write Portable Code explains how to:
avoid common portability mistakes when starting out a new project, thereby saving time when a port must occurre-factor existing, non-portable code so that it can be easily transplanted to new platformsfind bugs masked by platform specific behaviorsProgrammers who avoid becoming married to a specific developmentenvironment or target platform greatly expand the target market fortheir software products. Whether you design cross-platform softwarefrom the ground up or have to move large amounts of code from oneplatform to another, the information contained in Write Portable Code will help you achieve your goals and grow as a programmer.