Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
72e5fbc2
Commit
72e5fbc2
authored
Nov 17, 2013
by
Davis King
Browse files
Updated suggested books page to include accelerated c++ and a better
online reference.
parent
ef41b7f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
docs/docs/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