Programming Fundamentals: A Modular Structured Approach Using C++
Quadir
Updated on

Title: Programming Fundamentals: A Modular Structured Approach
Author: Kenneth Leroy Busbee
License: CC 2.0
Why This Book?
Which programming language you’re learning, C, C++, Java? No matter, this book is written for you; Kenneth Leroy Bubsee writes- the learning modules of this textbook is written without considering any specific language.
C++ is used only to explain the concept; even examples used for C++ is same for the Java programming language. Afterall, it is a book for all who wants to excel in any kind of programming language.
Some other books on Java you shouldn’t miss:
Introduction to programming in Java: An Interdisciplinary Approach
Data Structures and Algorithms in Java by Goodrich, Tamassia
All of the source code is provided in the textbook in C++ ANSI code and can only be compiled using a standard C++ compiler.