دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش:
نویسندگان: Jeremy Hansen
سری:
ISBN (شابک) : 9781304661050
ناشر: lulu.com
سال نشر: 2013
تعداد صفحات: 144
زبان: English
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 667 کیلوبایت
در صورت تبدیل فایل کتاب The Rook’s Guide to C++ به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب راهنمای روک برای C++ نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
این کتاب درسی دارای مجوز Creative Commons که توسط دانشجویان و اساتید دانشگاه نورویچ نوشته شده است با هدف ارائه مقدمه ای بر زبان برنامه نویسی C++ است. اگر میخواهید نسخه دیجیتالی رایگان خود را داشته باشید یا اگر میخواهید در بهبود کتاب مشارکت داشته باشید، PDF و مواد حروفچینی اصلی در دسترس هستند. لطفاً برای جزئیات بیشتر به rooksguide.org مراجعه کنید.
This Creative Commons-licensed textbook written by Norwich University students and faculty aims to provide an introduction to the C++ programming language. The PDF and original typesetting materials are available if you are interested in having a free digital copy of your own or if you wish to contribute to improving the book. Please visit rooksguide.org for more details.
History Variables How do I decide which data type I need? Identifiers Declaring a Variable Initializing Variables Assignment Statements Review Questions Review Answers Further Reading Literals and Constants Literals Declared Constants Review Questions Review Answers Assignments Review Questions Review Answers Output Review Questions Review Answers Further Reading Input Review Questions Review Answers Further Reading Arithmetic Review Questions Review Answers Further Reading Comments Review Questions Review Questions Data Types and Conversion Floating-point types Other types introduced by C++11 Conversion Between Types Coercion & Casting Automatic Types in C++11 Review Questions Review Answers Further Reading Conditionals if, else, and else if A small digression on expressions Using else switch statements Review Questions Review Answers Strings Review Questions Review Answers Further Reading Loops Introduction Having Fun while Programming do-while Loops Event-Based Loops vs Count-Based Loops for work or for play Picking a Loop Nested Loops Infinite Loops Review Questions Review Answers Further Reading Arrays Multi-dimensional Arrays Review Questions Review Answers Further Reading Blocks, Functions, and Scope Blocks Basic Functions in C++ What are functions and why do we use them? The parts of a basic function void Functions Overloading Function Names Scope Review Questions Review Answers Further Reading Problem Solving & Troubleshooting The Compilation Error The Logic Error The Infinite Loop Review Questions Review Answers The Preprocessor Review Questions Review Answers Advanced Arithmetic Examples pow() sqrt() Modulo Review Questions Review Answers Further Reading File I/O I/O Streams File I/O Opening and closing a File Reading from a File Writing data to a File Introduction to Classes and Objects Other functions Review Questions Review Answers Further Reading Pointers Review Questions Review Answers Dynamic Data Review Questions Review Answers Further Reading Classes and Abstraction structs Assigning values to member variables Classes public and private variables and functions Defining member functions Using member functions classes and structs together Constructors Overloading Member Functions Review Questions Review Answers Further Reading Separate Compilation Review Questions Review Answers Further Reading STL #include#include (C++11) #include Forward iterators Bidirectional iterators Random access iterators #include #include