Intro To C++

Welcome to the Intro To C++ wikibook.

C++ is the extension of C programming language and developed by Dr. Bjarne Stroustrup between 1983-1985 at AT&T Bell labs in New Jersey[1]. C++ is widely used in software infrastructure including desktop applications, servers like e-commerce, web search or SQL servers, and performance-critical applications like telephone switches or space probes)[2].

This book just tries to cover the basics of C++ in easy way. Nothing more, nothing less.

C++
First Program
Variables
Playing with operator
Making statement
Reading & Writing Files
Pointing to Data
C++,Peeking Advanced topics

Further Reading

For more information, see the following books:

  • C++ Primer by Stanley B. Lippman, Josée Lajoie, Barbara E. Moo(2012)
  • Accelerated C++: Practical Programming by Example by Andrew Koenig and Barbara E. Moo(2000)

Footnotes and References

  1. Stroustrup, B. (6 May 2014). "Lecture:The essence of C++. University of Edinburgh.". https://www.youtube.com/watch?v=86xWVb4XIyE. Retrieved 12 June 2015.
  2. Stroustrup, Bjarne (17 February 2014). "C++ Applications". http://www.stroustrup.com/applications.html. Retrieved 5 May 2014.

Contributors

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.