Cargando…

C++ for lazy programmers : quick, easy, and fun C++ for beginners /

Learn C++ the quick, easy, and "lazy" way. This book is an introductory programming text that uses humor and fun to make you actually willing to read, and eager to do the projects, with the popular C++ language. "C++ for lazy programmers" is a genuinely fun learning experience th...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Briggs, Will (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley, CA : Apress, 2019.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Getting started
  • Images and sound
  • Numbers
  • Mouse, and if
  • Loops, input, and char
  • Algorithms and the development process
  • Functions
  • Using the debugger
  • Arrays and enum
  • Animation with structs and Sprites
  • Making an Arcade game: input, collisions, and putting it all together
  • Standard I/O and file operations
  • Character arrays and dynamic memory
  • Classes
  • Operators
  • Exceptions, move constructors, recursion, and O notation
  • Inheritance
  • Templates
  • Virtual functions and multiple inheritance
  • Linked lists
  • The standard template library
  • Building bigger projects
  • History
  • Esoterica (Recommended)
  • Esoterica (Not recommended)
  • C
  • Moving on with SDL
  • Appendix A: SDL/SSDL setup issues
  • Appendix B: Operators
  • Appendix C: ASCII codes
  • Appendix D: Fundamental types
  • Appendix E: Excape sequences
  • Appendix F: Basic C standard library
  • Appendix G: Common debugger commands
  • Appendix H: SSDL reference.