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...
Call Number: | Libro Electrónico |
---|---|
Main Author: | |
Format: | Electronic eBook |
Language: | Inglés |
Published: |
San Francisco :
No Starch Press,
2005.
|
Edition: | 1st ed. |
Subjects: | |
Online Access: | Texto completo |
Table of Contents:
- 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.