Difference between revisions of "C++ programming"

From Teknologisk videncenter
Jump to: navigation, search
m (Local links)
m (External Links)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
=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=
 
=Local links=
 
*[[Media:Oxford University C++.pdf|Oxford University C++]][[image:PDF-logo.png|15px]]
 
*[[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]]
 
*[[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=
 
=External Links=
Line 9: Line 22:
 
*http://www.cplusplus.com/doc/tutorial/
 
*http://www.cplusplus.com/doc/tutorial/
 
*[http://en.wikiversity.org/wiki/C%2B%2B C++ introduction]
 
*[http://en.wikiversity.org/wiki/C%2B%2B C++ introduction]
*Good article by [http://en.Wikiversity.org Wikiversity]
+
*Good article by [http://en.wikiversity.org/wiki/C%2B%2B Wikiversity]
[[Category:Programming]][[Category:C++]]
+
[[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