0
Your cart

Your cart is empty

Browse All Departments
Price
  • R500+ (9)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Computer programming > Programming languages > High level programming languages

Beautiful C++ - 30 Core Guidelines For Writing Clean, Safe And Fast Code (Paperback): J. Davidson, Kate Gregory Beautiful C++ - 30 Core Guidelines For Writing Clean, Safe And Fast Code (Paperback)
J. Davidson, Kate Gregory
R960 R818 Discovery Miles 8 180 Save R142 (15%) Ships in 5 - 10 working days

"Beautiful C++ presents the C++ Core Guidelines from a developer's point of view with an emphasis on what benefits can be obtained from following the rules and what nightmares can result from ignoring them. For true geeks, it is an easy and entertaining read. For most software developers, it offers something new and useful." --Bjarne Stroustrup, inventor of C++ and co-editor of the C++ Core Guidelines

Writing great C++ code needn't be difficult. The C++ Core Guidelines can help every C++ developer design and write C++ programs that are exceptionally reliable, efficient, and well-performing. But the Guidelines are so jam-packed with excellent advice that it's hard to know where to start. Start here, with Beautiful C++.

Expert C++ programmers Guy Davidson and Kate Gregory identify 30 Core Guidelines you'll find especially valuable and offer detailed practical knowledge for improving your C++ style. For easy reference, this book is structured to align closely with the official C++ Core Guidelines website.

Throughout, Davidson and Gregory offer useful conceptual insights and expert sample code, illuminate proven ways to use both new and longstanding language features more successfully, and show how to write programs that are more robust and performant by default.

Object-Oriented Software in C++ (Paperback, 1993): Michael A Smith Object-Oriented Software in C++ (Paperback, 1993)
Michael A Smith
R1,446 Discovery Miles 14 460 Ships in 18 - 22 working days
Prolog and Its Applications - A Japanese Perspective (Paperback, Softcover Reprint Of The Original 1st Ed. 1991): Fumio... Prolog and Its Applications - A Japanese Perspective (Paperback, Softcover Reprint Of The Original 1st Ed. 1991)
Fumio Mizoguchi
R1,406 Discovery Miles 14 060 Ships in 18 - 22 working days
Fortran 90/95 explained (Paperback, 2nd ed): Michael Metcalf, John Reid Fortran 90/95 explained (Paperback, 2nd ed)
Michael Metcalf, John Reid
R1,647 Discovery Miles 16 470 Ships in 10 - 15 working days

The success of Fortran as the predominant language in the field of scientific and numerical computing is due, in part, to its steady evolution. Following the publication of standards in 1966, 1977 and 1991, Fortran 95 was published in 1997. This volume represents a revision of the first edition of Fortran 90/95 Explained. The Fortran 95 material is now fully integrated with that of Fortran 90, whilst maintaining a clear distinction between the two language levels. Chapters on two optional enhancements to Fortran 95 have been added. It is a complete and authoritative description of Fortran 90/95, and is intended for new and existing users, and for all those involved in scientific and numerical computing.

Embracing Modern C++ Safely (Paperback): John Lakos, Vittorio Romeo, Rostislav Khlebnikov, Alisdair Meredith Embracing Modern C++ Safely (Paperback)
John Lakos, Vittorio Romeo, Rostislav Khlebnikov, Alisdair Meredith
R1,170 R979 Discovery Miles 9 790 Save R191 (16%) Ships in 5 - 10 working days

Embracing Modern C++ Safely shows you how to make effective use of the new and enhanced language features of modern C++ without falling victim to their potential pitfalls.

Based on their years of experience with large, mission-critical projects, four leading C++ authorities divide C++11/14 language features into three categories: Safe, Conditionally Safe, and Unsafe. Safe features offer compelling value, are easy to use productively, and are relatively difficult to misuse. Conditionally Safe features offer significant value but come with risks that require significant expertise and familiarity before use. Unsafe features have an especially poor risk/reward ratio, are easy to misuse, and are beneficial in only the most specialized circumstances.

This book distills the C++ community's years of experience applying C++11 and C++14 features and will help you make effective and safe design decisions that reflect real-world, economic engineering tradeoffs in large-scale, diverse software development environments. The authors use examples derived from real code bases to illustrate every finding objectively and to illuminate key issues. Each feature identifies the sound use cases, hidden pitfalls, and shortcomings of that language feature.

C# Programming Tips and Techniques (Paperback): Charles Alan Wright C# Programming Tips and Techniques (Paperback)
Charles Alan Wright
R1,427 R1,200 Discovery Miles 12 000 Save R227 (16%) Ships in 18 - 22 working days

300+ Immediate Solutions from the Pros

Start using the powerful C# programming language and .NET platform immediately to develop and deploy enterprise-level solutions. Apply C# constructs to existing applications, or build programs quickly from scratch. Incorporating key features from C++ and Visual Basic, C# is a distinct object-oriented language designed to provide both powerful solutions and high productivity. Filled with hundreds of ready-to-run solutions you can use to build Web services and Windows applications, "C# Tips & Techniques helps you leverage the power of Microsoft's .NET environment. Use this essential resource to gain a wealth of specific instructions to answer your questions, inform your work, and help you program more effectively.

Inside: Precise, proven techniques--professional-level advice from industry experts Chapter-by-chapter subject indexes--make critical information easier to access Focused information--straightforward explanations for experienced programmers "Use-It" icons--each tip includes instructions for immediate implementation Must-have information--quick and concise solutions that work

Y2K - A system-wide checklist for your business: Conor Sexton Y2K - A system-wide checklist for your business
Conor Sexton
R1,069 R897 Discovery Miles 8 970 Save R172 (16%) Out of stock

The year 2000 is almost here and anyone involved with the manufacture, programming or use of computers is concerned. Unless computers are re-programmed to take into account of the two zeros at the end of 2000, computers, computer chips, etc. could and will stop at the end of century. In order to re-program, computer programmers need to program the old mainframes, some PCs, and chips in Cobol. Cobol programmers are in great demand, but some need to "brush up" their Cobol skills. Many more computer programmers will need to learn Cobol in order to satisfy the demand for Year 2000 compliance. This book will cover all the main skills needed for all this re-programming: Cobol (at present covers 50-60% mainframes); PL/1 (at present covers 30% mainframes); and RPG (at present covers 10% mainframes).

Turbo PASCAL (Paperback, New): Richard Mojena Turbo PASCAL (Paperback, New)
Richard Mojena
R2,269 Discovery Miles 22 690 Out of stock

Using the power of Turbo Pascal 6.0 - the latest Turbo release - this book is based on three guiding principles: top-down design from the start, cohesive treatment of topics, and flexibility of coverage. Core design and development topics are introduced early and expanded throughout.

A Computer Science Tapestry: Exploring Programming and Computer Science with C++ - Exploring Computer Science with C++... A Computer Science Tapestry: Exploring Programming and Computer Science with C++ - Exploring Computer Science with C++ (Paperback, 2New ed)
Astrachan
R2,780 Discovery Miles 27 800 Out of stock

A Computer Science Tapestry is designed for use in a first course in computer science (CS1) that uses C++ as its programming language. This book covers basic concepts in programming, program design and computer science along with giving students a good introduction to the C++ language.

In the new edition, Astrachan has put more emphasis on object-oriented programming by introducing a graphics library and including a new chapter on object-oriented techniques. He has also added new case studies and design tips.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Oh! PASCAL!: Turbo PASCAL 6.0
Doug Cooper Paperback R2,006 Discovery Miles 20 060
Introduction to C++
Delores M. Etter Paperback R805 Discovery Miles 8 050
The C/C++ Programmers Guide with Disk
William H. Murray, Chris H. Pappas, … Paperback R1,079 R958 Discovery Miles 9 580
Visual Basic 6 for Windows
Harold Davis Paperback R424 R377 Discovery Miles 3 770
Fortran For Technologists & Engineers(P)
Valentino Paperback R1,100 R1,020 Discovery Miles 10 200
Python and Tkinter Programming
John E. Grayson Paperback R1,100 Discovery Miles 11 000
Machine Learning in Python - Hands on…
Bob Mather Hardcover R799 Discovery Miles 7 990
C++ Programming - Program Design…
D. Malik Paperback R1,646 R1,523 Discovery Miles 15 230
Microcontroller Projects in C for the…
Dogan Ibrahim Paperback R1,455 Discovery Miles 14 550
A Day in Code- Python - Learn to Code in…
Shari Eskenas Hardcover R635 Discovery Miles 6 350

 

Partners