افضل كتاب برمجي على الاطلاق An Introduction to C++ Programming
السلام عليكم ورحمة الله وبركاته
Introduction
C++ is a Programming language substantially different from C. Many see C++ as "a better C than C," or as C with some add-ons. I believe that to be wrong, and I intend to teach C++ in a way that makes use of what the language can offer. C++ shares the same low level constructs as C, however, and I will assume some knowledge of C in this course. You might want to have a look at the C Introduction course to get up to speed on that language.