Download WordPress Themes, Happy Birthday Wishes
Home » Author Archives: admin (page 252)

Author Archives: admin

Compilers and Compiler Generators: An Introduction With C++

Designed for computer science students studying for a second or final year course in compilers/programming language translation, this text manages to combine theory, practical applications and enough use of compiler writing tools to give students a s

Read More »

Object-Oriented Programming in C++, 4th Edition

Object-Oriented Programming in C++, 4th edtion, begins with the basic principles of the C++ programming language and systematically introduces increasingly advanced topics while illustrating the OOP methodology. While the structure of this book is si

Read More »

Data Structures and Algorithms with Object-Oriented Design Patterns in C++

This book presents readers with a modern, object-oriented perspective for looking at data structures and algorithms, clearly showing how to use polymorphism and inheritance, and including fragments from working and tested programs.The text promotes o

Read More »

Optimizing C++: A Book about Improving Program Performance

This book is for intermediate C++ programmers (i.e. studying C++ for at least one year) who want to improve the performance of the software they develop.This book contains guidelines and advices on how to write efficient software using the C++ langua

Read More »

Optimizing C++

Written in an exceptionally clear style that doesn't skimp on technical detail, Steve Heller's guide offers several high-performance search and data-compression algorithms, which are all you need to add speed to C++. Early sections of the book addres

Read More »

Computer Science Tapestry: Exploring Programming and Computer Science with C++

This book is designed for a first course1 in computer science that uses C++ as the language by which programming is studied. My goal in writing the book has not been to cover the syntax of a large language like C++, but to leverage the best feature

Read More »

Programming With wxDev-C++

This book hopes to guide complete beginners to wxDev-C++, C/C++ programming or wxWidgets and make them confident users of this fantastic IDE. It is being released as an Open Source project. Others have assisted with proof reading and translating the

Read More »

C++ GUI Programming with Qt 3

Many companies are facing problems with Windows development using traditional Windows tools such as Visual Studio. When they write applications, even just "single platform" applications for Windows, they often have to account for differences between

Read More »

Cross-Platform GUI Programming with wxWidgets

This book is the best way for beginning developers to learn wxWidgets programming in C++. It is a must-have for programmers thinking of using wxWidgets and those already using it.wxWidgets is an easy-to-use, open source C++ API for writing GUI applic

Read More »

Software Design Using C++

This online book provides the material needed for three complete computer science courses: CS 1, CS 2, and a data structures course, all using C++ as the programming language. At the start of these web pages, simple examples are used that illustrate

Read More »