Intro To C++
Intro To C++
editWelcome 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++ |
---|
Further Reading
editFor 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
edit- ↑ Stroustrup, B. (6 May 2014). "Lecture:The essence of C++. University of Edinburgh". Retrieved 12 June 2015.
- ↑ Stroustrup, Bjarne (17 February 2014). "C++ Applications". stroustrup.com. Retrieved 5 May 2014.