Difference between revisions of "C++ programming"

From Teknologisk videncenter
Jump to: navigation, search
m (Library's)
m (External Links)
 
(4 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 =
 
= Library's =
Line 10: Line 15:
 
*[http://www.live555.com/ live555 - streaming media (RTP)] Video/sound
 
*[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://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 16: 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