
Fundamentals of Programming: With Object Orientated Programming
by Gary Marrer
2009
Number of pages: 358
Description:
Written for students who are preparing for their first computer programming language class. The topics are presented in an easy to understand fashion with special emphasis on understanding the fundamental concepts necessary to develop quality software programs.
Download or read it online for free here:
Download link
(multiple formats)
Similar books
Think Python: An Introduction to Software Designby Allen Downey - Green Tea Press
A concise introduction to software design using Python. Intended for people with no programming experience, this book starts with the most basic concepts and gradually adds new material. The goal is to teach you to think like a computer scientist.
(26118 views)
Bringing Design to Softwareby Terry Winograd - Addison-Wesley
In this landmark book, Terry Winograd shows how to improve the practice of software design, by applying lessons from other areas of design to the creation of software. The goal is to create software that works -- really works.
(15567 views)
Small Memory Software: Patterns for systems with limited memoryby Charles Weir, James Noble - Addison-Wesley
Offers state-of-the art programming solutions for personal digital assistants (PDAs). Includes illustrated patterns professionals can use, with implementation notes for reference, including some on the companion Web site, and examples in C++ or Java.
(20897 views)
Optimizing Code for Speed- Wikibooks
This document will focus on optimizing code to run faster. The intended audience of this text are software developers, primarily programmers who know at least one programming language well enough to write moderately complex programs.
(19482 views)