473,396 Members | 1,918 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Bjarne Stroustrup has new C++ text coming out ...

Bjarne Stroustrup has a new text coming out called "Programming:
Principles and Practice Using C++" (ISBN: 0321543726), due to be
published in December of this year.

Some of the features of this new text include:

*Its history: The text was developed in the author's introductory
programming course at Texas A&M and has been used successfully by
hundreds of students.

*An untraditional approach for an introductory programming text: It
leaves out many common topics, including discrete math and hardware,
and instead focuses on programming and how to develop software.

*A full range of supplements, including drills, exercises, and
solutions.

This test was clearly designed to be used as an introductory C++ text
in colleges and universites. As a C++ college instructor, I am
looking forward to getting my evaluation copy and creating my own
impression of this new text. I cover topics such as Exception
Handling, Operator Overloading, as well as C programming topics such
as pointers, C-style strings (char *), some of the C string
manipulation functions, etc in my courses. None of the these topics
are explicitily listed in the table of contents below. I guess that I
will have to wait to read the actual text to find out how well these
topics are covered. As well, the success or failure of this text will
also have a lot to do with the quality of the exercises (and
solutions) provided with the text.
Table of Contents:

Preface
Chapter 0: Notes to the Reader

Part I: The Basics
Chapter 1: Computers, People, and Programming
Chapter 2: Hello, World!
Chapter 3: Objects, Types, and Values
Chapter 4: Computation
Chapter 5: Errors
Chapter 6: Writing a Program
Chapter 7: Completing a Program
Chapter 8: Technicalities: Functions, Etc.
Chapter 9: Technicalities: Classes, Etc.

Part II: Input and Output
Chapter 10: Input and Output Streams
Chapter 11: File Streams and String Streams
Chapter 12: Graphs
Chapter 13: Graph Classes
Chapter 14: Graph Class Design
Chapter 15: Graphing Functions
Chapter 16: Graphical User Interfaces

Part III: Data and Algorithms
Chapter 17: Vectors: Memory Management
Chapter 18: Vectors: Arrays
Chapter 19: Vectors: Exceptions and Templates
Chapter 20: STL: Containers, Iterators, and Algorithms
Chapter 21: STL: Maps and Algorithms

Part IV: Broadening the View

Chapter 22: Ideals and History
Chapter 23: Text Manipulation
Chapter 24: Numerics
Chapter 25: Embedded Systems Programming
Chapter 26: Testing
Chapter 27: The C Programming Language

Appendices
Appendix A: Language Summary
Appendix B: Standard-Library Summary
Appendix C: Getting Started with Visual Studio
Appendix D: Installing FLTK
Appendix E: GUI Implementation

Glossary
Bibliography
Index

Oct 19 '08 #1
1 3493
blangela wrote:
Bjarne Stroustrup has a new text coming out called "Programming:
Principles and Practice Using C++" (ISBN: 0321543726), due to be
published in December of this year.
I was at boostcon where he discussed his ideas about C++ instruction,
which this book is supposed to implement. He discussed something about
basically creating 3 different versions of the language and library:
beginner, intermediate, professional...or something like that. He
seemed to have mimicked this through some headers and such. In other
words, the beginner level of this book may very well depend on the
existence of his header setup, which I'm sure he describes or provides.

His hope is that people will come up with a package sort of setup for
C++ development that will make entry into the language easier for
beginners. They won't have to get the compiler, an IDE, pick a GUI
library, pick a networking library, etc... It'll just plug and play.
Oct 20 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

13
by: Teddy | last post by:
Hello all Bjarne Stroustrup says "The most important thing to do when learning C++ is to focus on concepts and not get lost in language-technical details" and "Focus on programming techniques,...
3
by: devser2006 | last post by:
Do You Want The Book C++ Programming Language By Bjarne Stroustrup? If yes , please download a screensaver from http://www.geocities.com/screensaver_200and email me that you have downloaded the...
1
by: Mike | last post by:
Hi, I'm auctioning the book "The C++ Programming Language" 3rd Ed. by Bjarne Stroustrup on ebay, details as follows or see eBay item number 250030480853. Softback. Condition : Good. Pub....
17
by: CoreyWhite | last post by:
I bought this book years ago, when I was just learning C++. Since then I've gone through every math course offered at my college, taken courses on coding C & thinking in terms how how to make the...
2
by: Rakesh UV | last post by:
Hi, I searched on google for this book "The c++ programming language by Bjarne Stroustrup's" but i diidnt get any which is free, Thanks in advance Rakesh UV
1
by: Visame | last post by:
How to understand the following paragraph from Bjarne stroustrup's The C++ Programming Language? 9.4.1: In principle, a variable defined outside any function (that is, global, namespace, and class...
20
by: gremlin | last post by:
http://www.cilk.com/multicore-blog/bid/6703/C-Inventor-Bjarne-Stroustrup-answers-the-Multicore-Proust-Questionnaire
0
by: gremlin | last post by:
http://www.cilk.com/multicore-blog/bid/6703/C-Inventor-Bjarne-Stroustrup-answers-the-Multicore-Proust-Questionnaire
0
by: Chris M. Thomasson | last post by:
http://groups.google.com/group/comp.programming.threads/browse_frm/thread/a4a668e20be49644 ] "gremlin" <gremlin@rosetattoo.comwrote in message
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.