Корично изображение Електронна книга

Write portable code : an introduction to developing software for multiple platforms /

Write Portable Code contains the lessons, patterns, and knowledge for developing cross-platform software that programmers usually must acquire through trial and error. This book is targeted at intermediate- to advanced-level programmers and will be a valuable resource for designers of cross-platform...

Пълно описание

Основен автор: Hook, Brian, 1971-
Формат: Електронна книга
Език: English
Публикувано: San Francisco : No Starch Press, 2005.
Издание: 1st ed.
Предмети:
Онлайн достъп: http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=440095
Подобни документи: Print version:: Write portable code.
Съдържание:
  • Introduction : the art of portable software development
  • 1. Portability concepts
  • 2. ANSI C and C++
  • 3. Techniques for portability
  • 4. Editing and source control
  • 5. Processor differences
  • 6. Floating point
  • 7. Preprocessor
  • 8. Compilers
  • 9. User interaction
  • 10. Networking
  • 11. Operating systems
  • 12. Dynamic libraries
  • 13. Filesystems
  • 14. Scalability
  • 15. Portability and data
  • 16. Internationalization and localization
  • 17. Scripting languages
  • 18. Cross-platform libraries and toolkits
  • A. POSH
  • B. The rules for portability.