Overview
The subject "Programming Basics (Part 1)" devoted to theoretical and practical aspects of the development of algorithms and programs on C++. The course is designed for students of the specialty "Software Engineering"
Recommended Reading:
- Stroustrup B. The C++ Programming Language: 4th Edition, Addison-Wesley, 2013, 1368 p.
- Lippman S. B., Lajoie J., Moo B. E. C++ Primer: 6th Edition, Addison-Wesley Professional, 2011. 992 p.
- Schildt H. C++: The Complete Reference: 4th Edition, McGraw-Hill Education, 2002, 1056 p.
- Schildt H. Java: A Beginner's Guide: 8th Edition, McGraw-Hill Education, 2018, 684 p.
Internet Resources
- International Standard ISO/IEC 14882:2014(E) – Programming Language C++ // https://isocpp.org/std/the-standard
- C/C++ language and standard libraries reference // https://msdn.microsoft.com/en-us/library/hh875057.aspx
- The C++ Programming Language (Bjarne Stroustrup's homepage) // http://www2.research.att.com/~bs/C++.html
- ISO/IEC 14882:2003 Programming languages - C++ (International Standard) // http://cs.nyu.edu/courses/summer12/CSCI-GA.2110-001/downloads/C++%20Standard%202003.pdf
- The C++ Resources Network // http://www.cplusplus.com/
- The C++ Tutorial // http://www.learncpp.com/
- C++ Tutorial - W3Schools // https://www.w3schools.com/cpp/
- C++ Tutorial - Tutorialspoint // https://www.tutorialspoint.com/cplusplus/index.htm
- C++ - Wikipedia, the free encyclopedia // http://en.wikipedia.org/wiki/C++
- C++ - Wikiversity// https://en.wikiversity.org/wiki/C++