У нас вы можете посмотреть бесплатно 2.03 - C++ Operators или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Explanation of C++ operators like -arithmetic operators (addition, subtraction, division, multiply, modulo) -relational operators (less than, greater than, equal, not equal) -logical operators (and, or, not) -increment and decrement operators (pre, post) -conditional operator -bitwise operator (and, or, ex or, shift left, shift right) This lecture explains C++ operators 1. Arithmetic Operators: Addition, Subtraction, Multiplication, Division, and Modulo. 2. Relational Operators: is greater than, is less than, equal to and not equal to. 3. Logical Operators: Logical AND, Logical OR, Logical NOT. 4. Assignment Operator: stores a value in memory. it is also used as shorthand operators. 5. Increment and Decrement Operators: The ++ operator used to increase the value of the variable by one. The ─ ─ operator used to decrease the value of the variable by one. Pre-increment operator: a value of x is incremented before assigning it to the variable on the left. Post-increment operator: a value of x is incremented after assigning it to the variable on the left. 6. Conditional Operator: It is also called ternary operator. 7. Bitwise Operator: Bitwise AND, Bitwise OR, Bitwise exor, shift left, shift right 8. New operators in C++: Scope resolution, pointer to member, memory allocation, line feed operator, field width operator. GTU - Computer Engineering (CE) - Semester 4 - 2140703 - Object Oriented Programming with C++ - Concepts of C++ - Introduction to Object Oriented Programming Object-Oriented Programming with C++ PPTs are available here: http://www.darshan.ac.in/DIET/CE/GTU-... This video is recorded by Prof. Rupesh Vaishnav (rupesh.vaishnav@darshan.ac.in, +91-9428037452) at Computer Engineering Department of Darshan Institute of Engineering & Technology, Rajkot as per GTU Syllabus. Darshan Institute of Engineering & Technology, Rajkot is a leading institute offering undergraduate, graduate and postgraduate programs in engineering. The Institute is affiliated to the Gujarat Technological University (GTU) and approved by the AICTE, New Delhi. Visit us: http://www.darshan.ac.in Write us: info@darshan.ac.in Facebook: / darshaninstitute.official Twitter: / darshan_inst Instagram: / darshan_inst