جزییات کتاب
زبان برنامهنویسی ++C به عنوان یک زبان قدرتمند و معروف شناخته شده است. این زبان شما را قادر میسازد تا روی نحوه استفاده از منابع کامپیوتر کنترل کامل داشته باشید. سرعت و بهینگی این زبان باعث شده است تا از آن در نوشتن و گسترش بازیها، موتورهای بازی و اپلیکیشنهای دسکتاپ بسیاری استفاده شود.
قدرت بزرگ این زبان در نحوه مقیاس پذیری آن میباشد و اپلیکیشنهایی که استفاده زیادی از منابع دارند با آن نوشته میشوند. مثلا اپلیکیشنهای گرافیکی منابع زیادی را استفاده میکند و به همین خاطر هست که بیشتر بازیهای سهبعدی جذاب با این زبان نوشته شدهاند.
همانطور که میدانید در یک زبان برنامهنویسی، اندازه جامعه یا تعداد برنامهنویسان آن زبان مهم است. زبان ++C بیشترین نرخ پاسخ در سایت StackOverflow را دارد و این خود نشاندهنده تعداد زیاد برنامهنویسان این زبان میباشد.
این زبان در بازار کار هم خواهان زیادی دارد. اگر میخواهید بازی بنویسید به احتمال زیاد مجبور به فراگیری این زبان خواهید شد. برای گسترش اپلیکیشنهای دسکتاپ به صورت بهینه، به ++C نیاز دارید. حتی کمپانیهای بزرگی مانند facebook هم برای بهینه کردن اپلیکیشنهایشان به برنامهنویس ++c نیاز دارند.
در نهایت با رشد واقعیت مجازی (virtual reality)، برای نوشتن اپلیکیشنهای شگفتانگیز بصری در این حوزه، برنامهنویسان این زبان بیش از پیش در بازار کار شانس و اقبال دارند و از این لحاظ زبان ++C آینده بسیار درخشانی دارد.
An Introduction to Programming by the Inventor of C++ Preparation for Programming in the Real WorldThe book assumes that you aim eventually to write non-trivial programs, whether for work in software development or in some other technical field. Focus on Fundamental Concepts and TechniquesThe book explains fundamental concepts and techniques in greater depth than traditional introductions. This approach will give you a solid foundation for writing useful, correct, maintainable, and efficient code. Programming with Today’s C++ (C++11 and C++14)The book is an introduction to programming in general, including object-oriented programming and generic programming. It is also a solid introduction to the C++ programming language, one of the most widely used languages for real-world software. The book presents modern C++ programming techniques from the start,introducing the C++ standard library and C++11 and C++14 features to simplify programming tasks. For Beginners—And Anyone Who Wants to Learn Something NewThe book is primarily designed for people who have never programmed before, and it has been tested with many thousands of first-year university students. It has also been extensively used for self-study. Also, practitioners and advanced students have gained new insight and guidance by seeing how a master approaches the elements of his art. Provides a Broad ViewThe first half of the book covers a wide range of essential concepts, design and programming techniques, language features, and libraries. Those will enable you to write programs involving input, output, computation, and simple graphics. The second half explores more specialized topics (such as text processing, testing, and the C programming language) and provides abundant reference material. Source code and support supplements are available from the author’s website.