Cargando…

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...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Hook, Brian, 1971-
Formato: Electrónico eBook
Idioma:Inglés
Publicado: San Francisco : No Starch Press, 2005.
Edición:1st ed.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • 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.