Logo

Programming the Be Operating System

Large book cover: Programming the Be Operating System

Programming the Be Operating System
by

Publisher: O'Reilly
ISBN/ASIN: 1565924673
ISBN-13: 9781565924673
Number of pages: 400

Description:
The Be operating system is a great platform just waiting for applications. This book gives C++ programmers their start to developing those applications. The book begins with typical "Hello, world" programs and gradually adds elements of the graphical interface. It carefully describes drawing and message handling. While the focus is on the graphical interface, basic OS features like threads and file handling are also introduced.

Home page url

Download or read it online for free here:
Download link
(multiple PDF files)

Similar books

Book cover: Optimizing C++Optimizing C++
- Wikibooks
This book contains guidelines and advices on how to write efficient software using the C++ language. Software correctness and maintainability are taken into account, but are not the primary concerns. The book is for intermediate C++ programmers.
(8744 views)
Book cover: C++ AnnotationsC++ Annotations
by - University of Groningen
The book for knowledgeable users of C who would like to make the transition to C++. It is the main textbook for C++ programming courses at the University of Groningen. The text does not cover C++'s basic grammar, which is equal to C's grammar.
(19988 views)
Book cover: Modern C++Modern C++
by - GitBook
This serves as documentation for more advanced/modern features of C++ that are not currently covered in the curriculum at many universities. Some topics covered aren't necessarily C++ specific, but are more general software engineering aspects.
(8282 views)
Book cover: C++ Notes for ProfessionalsC++ Notes for Professionals
- GoalKicker
Contents: Getting started with C++; Operator precedence; Arrays; Loops; Metaprogramming; Basic type keywords; Pointers; C++ Containers; Namespaces; Regular expressions; Data Structures in C++; Threading; Design pattern implementation in C++; etc.
(4116 views)