Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
72e5fbc2
Commit
72e5fbc2
authored
Nov 17, 2013
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated suggested books page to include accelerated c++ and a better
online reference.
parent
ef41b7f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
books.xml
docs/docs/books.xml
+6
-3
No files found.
docs/docs/books.xml
View file @
72e5fbc2
...
...
@@ -37,8 +37,11 @@
<li>
<i>
Programming: Principles and Practice Using C++
</i>
by Bjarne Stroustrup
<ul>
This is the sort of book you would use in a freshman introduction-to-programming class.
So if you are just beginning to study programming and are interested in C++ then I think
it is probably safe to say this is one of the best books you could read. It is both
recent (2009) and written by the creator of C++.
</ul>
<br/>
it is probably safe to say this is one of the best books you could read.
</ul>
<br/>
</li>
<li>
<i>
Accelerated C++: Practical Programming by Example
</i>
by Andrew Koenig and Barbara E. Moo
<ul>
If you are new to C++ but already know how to program then this is a great book. It's also
about one fourth the size of the Stroustrup book.
</ul>
<br/>
</li>
<li>
<i>
Effective C++: 55 Specific Ways to Improve Your Programs and Designs
</i>
(3rd Edition) by Scott Meyers
<ul>
This is a great intermediate level C++ book. Most people have heard the jokes about
...
...
@@ -63,7 +66,7 @@
yourself frustrated with the online resources, then this is the book for you.
</ul><br/>
</li>
<li>
<a
href=
"http://
stdcxx.apache.org/doc/stdlibref/index.html"
>
Apach
e C++ Standard Library Reference
</a>
<li>
<a
href=
"http://
www.cplusplus.com/reference/"
>
Onlin
e C++ Standard Library Reference
</a>
<ul>
What I said aside, this is a good online reference. I often find myself referring to it
when I do not have the Josuttis book on hand.
</ul><br/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment