Wednesday, October 28, 2020

C++ PROGRAMMING



C++ is a general-purpose programming language created by Bjarne Stroustrup as an extension of the C programming language, or "C with Classes". The language has expanded significantly over time, and modern C++ now has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation. It is almost always implemented as a compiled language, and many vendors provide C++ compilers, including the Free Software Foundation, LLVM, Microsoft, Intel, Oracle, and IBM, so it is available on many platforms.

Here are the list of Free learning material for C++ programming. Feel free to download and learn by yourself. You're welcome!

- Machine code generation for C++

- Game Programming in C++: Creating 3D Games

- Effective C++: 55 Specific Ways to Improve Your Programs and Designs

No comments:

Post a Comment