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: C++ Programming for ScientistsC++ Programming for Scientists
by - NIST
From the table of contents: ANSI C; C++ as a better C; C++ Classes and Objects; Objects in Scientific Computing; Inheritance and Polymorphism; Templates, Exceptions and Observations; Programming Examples; Scientific Library Examples.
(24598 views)
Book cover: Practical C++ MetaprogrammingPractical C++ Metaprogramming
- O'Reilly Media
C++ template metaprogramming is ideal for performing automatic compile-time optimization. With this ebook, you'll learn how improved metaprogramming techniques in C++11 and C++14 can help you avoid mistakes by making the compiler work for you.
(13670 views)
Book cover: Industrial Strength C++Industrial Strength C++
by - Prentice Hall
This book defines a C++ coding standard that should be usable for almost all programmers. Text and examples explain each individual rule and recommendation. The book covers naming conventions, resource management, code organization, and more.
(20649 views)
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.
(8650 views)