Author: Freddy Ertl
Publisher: Addison-Wesley Longman
ISBN:
Category : Computers
Languages : en
Pages : 372
Book Description
Written by a team of Borland developers who worked closely with the creators of Turbo Vision, this book provides valuable insiders' tips and hints for maximizing productivity for new and experienced programmers. By building the numerous tools and utilities included in this book, readers will fully master Turbo Vision as well as uncover fresh ideas for faster, more effective programming.
A Programmer's Guide to Turbo Vision
Author: Freddy Ertl
Publisher: Addison-Wesley Longman
ISBN:
Category : Computers
Languages : en
Pages : 372
Book Description
Written by a team of Borland developers who worked closely with the creators of Turbo Vision, this book provides valuable insiders' tips and hints for maximizing productivity for new and experienced programmers. By building the numerous tools and utilities included in this book, readers will fully master Turbo Vision as well as uncover fresh ideas for faster, more effective programming.
Publisher: Addison-Wesley Longman
ISBN:
Category : Computers
Languages : en
Pages : 372
Book Description
Written by a team of Borland developers who worked closely with the creators of Turbo Vision, this book provides valuable insiders' tips and hints for maximizing productivity for new and experienced programmers. By building the numerous tools and utilities included in this book, readers will fully master Turbo Vision as well as uncover fresh ideas for faster, more effective programming.
The Programmer's Guide to SCSI
Author: Brian Sawert
Publisher: Addison-Wesley Professional
ISBN:
Category : Computers
Languages : en
Pages : 324
Book Description
Brian Sawert teaches the fundamentals of programming SCSI (Small Computer Systems Interface) devices. He relates the design philosophy behind the SCSI standard, including its evolution and variations. This book focuses on software development and addresses fundamental SCSI concepts such as how SCSI devices communicate, how commands are executed, how data is transferred, and the roles played by the initiator and the target.
Publisher: Addison-Wesley Professional
ISBN:
Category : Computers
Languages : en
Pages : 324
Book Description
Brian Sawert teaches the fundamentals of programming SCSI (Small Computer Systems Interface) devices. He relates the design philosophy behind the SCSI standard, including its evolution and variations. This book focuses on software development and addresses fundamental SCSI concepts such as how SCSI devices communicate, how commands are executed, how data is transferred, and the roles played by the initiator and the target.
InfoWorld
Author:
Publisher:
ISBN:
Category :
Languages : en
Pages : 84
Book Description
InfoWorld is targeted to Senior IT professionals. Content is segmented into Channels and Topic Centers. InfoWorld also celebrates people, companies, and projects.
Publisher:
ISBN:
Category :
Languages : en
Pages : 84
Book Description
InfoWorld is targeted to Senior IT professionals. Content is segmented into Channels and Topic Centers. InfoWorld also celebrates people, companies, and projects.
Paradox 4.0 Programmer's Guide
Author: Alan Zenreich
Publisher: Random House Puzzles & Games
ISBN:
Category : Computers
Languages : en
Pages : 1190
Book Description
Publisher: Random House Puzzles & Games
ISBN:
Category : Computers
Languages : en
Pages : 1190
Book Description
A Complete Guide to Programming in C++
Author: Ulla Kirch-Prinz
Publisher: Jones & Bartlett Learning
ISBN: 9780763718176
Category : Computers
Languages : en
Pages : 852
Book Description
This guide was written for readers interested in learning the C++ programming language from scratch, and for both novice and advanced C++ programmers wishing to enhance their knowledge of C++. The text is organized to guide the reader from elementary language concepts to professional software development, with in depth coverage of all the C++ language elements en route.
Publisher: Jones & Bartlett Learning
ISBN: 9780763718176
Category : Computers
Languages : en
Pages : 852
Book Description
This guide was written for readers interested in learning the C++ programming language from scratch, and for both novice and advanced C++ programmers wishing to enhance their knowledge of C++. The text is organized to guide the reader from elementary language concepts to professional software development, with in depth coverage of all the C++ language elements en route.
Turbo Prolog Programmers Guide
Author: Nathan Goldenthal
Publisher: Weber Systems
ISBN:
Category : Computers
Languages : en
Pages : 304
Book Description
Publisher: Weber Systems
ISBN:
Category : Computers
Languages : en
Pages : 304
Book Description
InfoWorld
Author:
Publisher:
ISBN:
Category :
Languages : en
Pages : 76
Book Description
InfoWorld is targeted to Senior IT professionals. Content is segmented into Channels and Topic Centers. InfoWorld also celebrates people, companies, and projects.
Publisher:
ISBN:
Category :
Languages : en
Pages : 76
Book Description
InfoWorld is targeted to Senior IT professionals. Content is segmented into Channels and Topic Centers. InfoWorld also celebrates people, companies, and projects.
Whitaker's Books in Print
Author:
Publisher:
ISBN:
Category : Bibliography, National
Languages : en
Pages : 3116
Book Description
Publisher:
ISBN:
Category : Bibliography, National
Languages : en
Pages : 3116
Book Description
Beginning C++ Programming
Author: Richard Grimes
Publisher: Packt Publishing Ltd
ISBN: 1787129284
Category : Computers
Languages : en
Pages : 516
Book Description
Modern C++ at your fingertips! About This Book This book gets you started with the exciting world of C++ programming It will enable you to write C++ code that uses the standard library, has a level of object orientation, and uses memory in a safe and effective way It forms the basis of programming and covers concepts such as data structures and the core programming language Who This Book Is For A computer, an internet connection, and the desire to learn how to code in C++ is all you need to get started with this book. What You Will Learn Get familiar with the structure of C++ projects Identify the main structures in the language: functions and classes Feel confident about being able to identify the execution flow through the code Be aware of the facilities of the standard library Gain insights into the basic concepts of object orientation Know how to debug your programs Get acquainted with the standard C++ library In Detail C++ has come a long way and is now adopted in several contexts. Its key strengths are its software infrastructure and resource-constrained applications, including desktop applications, servers, and performance-critical applications, not to forget its importance in game programming. Despite its strengths in these areas, beginners usually tend to shy away from learning the language because of its steep learning curve. The main mission of this book is to make you familiar and comfortable with C++. You will finish the book not only being able to write your own code, but more importantly, you will be able to read other projects. It is only by being able to read others' code that you will progress from a beginner to an advanced programmer. This book is the first step in that progression. The first task is to familiarize you with the structure of C++ projects so you will know how to start reading a project. Next, you will be able to identify the main structures in the language, functions, and classes, and feel confident being able to identify the execution flow through the code. You will then become aware of the facilities of the standard library and be able to determine whether you need to write a routine yourself, or use an existing routine in the standard library. Throughout the book, there is a big emphasis on memory and pointers. You will understand memory usage, allocation, and access, and be able to write code that does not leak memory. Finally, you will learn about C++ classes and get an introduction to object orientation and polymorphism. Style and approach This straightforward tutorial will help you build strong skills in C++ programming, be it for enterprise software or for low-latency applications such as games or embedded programming. Filled with examples, this book will take you gradually up the steep learning curve of C++.
Publisher: Packt Publishing Ltd
ISBN: 1787129284
Category : Computers
Languages : en
Pages : 516
Book Description
Modern C++ at your fingertips! About This Book This book gets you started with the exciting world of C++ programming It will enable you to write C++ code that uses the standard library, has a level of object orientation, and uses memory in a safe and effective way It forms the basis of programming and covers concepts such as data structures and the core programming language Who This Book Is For A computer, an internet connection, and the desire to learn how to code in C++ is all you need to get started with this book. What You Will Learn Get familiar with the structure of C++ projects Identify the main structures in the language: functions and classes Feel confident about being able to identify the execution flow through the code Be aware of the facilities of the standard library Gain insights into the basic concepts of object orientation Know how to debug your programs Get acquainted with the standard C++ library In Detail C++ has come a long way and is now adopted in several contexts. Its key strengths are its software infrastructure and resource-constrained applications, including desktop applications, servers, and performance-critical applications, not to forget its importance in game programming. Despite its strengths in these areas, beginners usually tend to shy away from learning the language because of its steep learning curve. The main mission of this book is to make you familiar and comfortable with C++. You will finish the book not only being able to write your own code, but more importantly, you will be able to read other projects. It is only by being able to read others' code that you will progress from a beginner to an advanced programmer. This book is the first step in that progression. The first task is to familiarize you with the structure of C++ projects so you will know how to start reading a project. Next, you will be able to identify the main structures in the language, functions, and classes, and feel confident being able to identify the execution flow through the code. You will then become aware of the facilities of the standard library and be able to determine whether you need to write a routine yourself, or use an existing routine in the standard library. Throughout the book, there is a big emphasis on memory and pointers. You will understand memory usage, allocation, and access, and be able to write code that does not leak memory. Finally, you will learn about C++ classes and get an introduction to object orientation and polymorphism. Style and approach This straightforward tutorial will help you build strong skills in C++ programming, be it for enterprise software or for low-latency applications such as games or embedded programming. Filled with examples, this book will take you gradually up the steep learning curve of C++.
Turbo Vision Toolbox
Author: Michael Schumann
Publisher: Abacus Software
ISBN: 9781557551474
Category : Computers
Languages : en
Pages : 436
Book Description
The reference manual that teaches you step-by-step to program in Borland's popular OOP Turbo Vision. You'll learn how to program menus, status lines, windows and dialog boxes. Includes complete editor to get you programming quickly.
Publisher: Abacus Software
ISBN: 9781557551474
Category : Computers
Languages : en
Pages : 436
Book Description
The reference manual that teaches you step-by-step to program in Borland's popular OOP Turbo Vision. You'll learn how to program menus, status lines, windows and dialog boxes. Includes complete editor to get you programming quickly.