Overview

The subject "Programming Basics (Part 2)" devoted to the theoretical and practical aspects of the development of object-oriented programs on C++. The course is designed for students of the direction "Software Engineering"

Recommended Reading:

  1. Stroustrup B. The C++ Programming Language: 4th Edition, Addison-Wesley, 2013, 1368 p.
  2. Lippman S. B., Lajoie J., Moo B. E. C++ Primer: 6th Edition, Addison-Wesley Professional, 2011. 992 p.
  3. Schildt H. C++: The Complete Reference: 4th Edition, McGraw-Hill Education, 2002, 1056 p.
  4. Schildt H. Java: A Beginner's Guide: 8th Edition, McGraw-Hill Education, 2018, 684 p.

Internet Resources

  1. International Standard ISO/IEC 14882:2014(E) – Programming Language C++ // https://isocpp.org/std/the-standard
  2. C/C++ language and standard libraries reference // https://msdn.microsoft.com/en-us/library/hh875057.aspx
  3. The C++ Programming Language (Bjarne Stroustrup's homepage) // http://www2.research.att.com/~bs/C++.html
  4. ISO/IEC 14882:2003 Programming languages - C++ (International Standard) // http://cs.nyu.edu/courses/summer12/CSCI-GA.2110-001/downloads/C++%20Standard%202003.pdf
  5. The C++ Resources Network // http://www.cplusplus.com/
  6. The C++ Tutorial // http://www.learncpp.com/
  7. C++ Tutorial - W3Schools // https://www.w3schools.com/cpp/
  8. C++ Tutorial - Tutorialspoint // https://www.tutorialspoint.com/cplusplus/index.htm
  9. C++ - Wikipedia, the free encyclopedia // http://en.wikipedia.org/wiki/C++
  10. C++ - Wikiversity// https://en.wikiversity.org/wiki/C++

 

 

To the list of subjects

 

up