Difference between revisions of "C++ programming"

From Teknologisk videncenter
Jump to: navigation, search
 
m (External Links)
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Programming]][[Category:C++]]
+
=Learning C++=
 +
This material is based on the book "PROGRAMMING AND PROBLEM SOLVING WITH C++" by Nell Dale {{Book | ISBN=978-0-7637-7151-5}}
 +
*Chapter 12: [[/Chapter 12|Classes and Abstraction]]
 +
 
 +
=Local links=
 +
*[[Media:Oxford University C++.pdf|Oxford University C++]][[image:PDF-logo.png|15px]]
 +
*[[Media:Cpp reference sheet.pdf|CPP reference sheet]][[image:PDF-logo.png|15px]]
 +
*[[Jokes about C++]]
 +
 
 +
= Library's =
 +
*[http://en.wikipedia.org/wiki/Category:C%2B%2B_libraries Wikipedia library list]
 +
*[http://www.cryptopp.com/ crypto++] Many crypto functions
 +
*[http://sourceforge.net/apps/wordpress/itpp/ IT++] classes and functions for linear algebra (matrices and vectors), signal processing and telecommunication systems. It can also be used in areas such as machine learning and pattern recognition.
 +
*[http://www.threadingbuildingblocks.org/ Intel Tread Building library]
 +
*[http://www.live555.com/ live555 - streaming media (RTP)] Video/sound
 +
*[http://openimageio.org/wiki/index.php?title=Main_Page OpenImageIO]** [http://en.wikipedia.org/wiki/OpenImageIO Wikipedia on OpenImageIO]
 +
*[http://en.wikipedia.org/wiki/Sound_Object_(SndObj)_Library Sound_Object_(SndObj)_Library]
 +
 
 +
=External Links=
 +
*http://www.cplusplus.com
 +
*http://www.cplusplus.com/reference/
 +
*http://www.cplusplus.com/doc/tutorial/
 +
*[http://en.wikiversity.org/wiki/C%2B%2B C++ introduction]
 +
*Good article by [http://en.wikiversity.org/wiki/C%2B%2B Wikiversity]
 +
[[Category:C++]]

Latest revision as of 07:19, 29 February 2012

Learning C++

This material is based on the book "PROGRAMMING AND PROBLEM SOLVING WITH C++" by Nell Dale Link to book on Safari

Local links

Library's

External Links