Loading…

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

Full description

Bibliographic Details
Call Number:Libro Electrónico
Main Author: Briggs, Will (Author)
Format: Electronic eBook
Language:Inglés
Published: Berkeley, CA : Apress, 2019.
Subjects:
Online Access:Texto completo (Requiere registro previo con correo institucional)
Table of Contents:
  • 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.