Cargando…

Write great code. Volume 2, Writing high-level /

Today's computer science students aren't always taught how to choose high-level language statements carefully to produce efficient code. Write Great Code, Volume 2: Thinking Low-Level, Writing High-Level shows software engineers what too many college and university courses don't: how...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Hyde, Randall
Formato: Electrónico eBook
Idioma:Inglés
Publicado: San Francisco, Calif. : No Starch Press, 2006.
Temas:
Acceso en línea:Texto completo
Texto completo
Tabla de Contenidos:
  • Thinking low-level, writing high-level
  • Shouldn't you learn assembly language?
  • 80X86 assembly for the HLL programmer
  • PowerPC assembly for the HLL programmer
  • Compiler operation and code generation
  • Tools for analyzing compiler output
  • Constants and high-level languages
  • Variables in a high-level language
  • Array data types
  • String data types
  • Pointer data types
  • Record, union, and class data types
  • Arithmetic and logical expressions
  • Control structures and programmatic decisions
  • Iterative control structures
  • Functions and procedures
  • Engineering software
  • Appendix: A brief comparison of the 80X86 and PowerPC CPU families.