У нас вы можете посмотреть бесплатно C++┆ или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
↓ PLAYLIST "C++" ↓ This course includes both theoretical and practical lessons on learning the C++ programming language. It’s suitable for complete beginners as well as experienced programmers. In it, I’ll teach you how to program in C++ from scratch, using the Windows operating system and Visual Studio. The course provides more than enough knowledge to help you land your first programming job — and even go beyond that. In the theoretical lessons, I explain various C++ language features and show examples of how to use them. In the practical lessons, which are available exclusively to channel members, I give exercises to help you reinforce what you learned in the theoretical part and show how I would personally solve those problems. I go through my code in detail and share recommendations on how to write it properly. I recommend watching the course from start to finish. After each theoretical lesson, it’s best to complete the corresponding practical one right away to strengthen your programming skills. Link: • C++┆#001┆Introduction ↓ CHANNEL DESCRIPTION ↓ My name is Demian Blogan. On this channel, I teach programming in English. The main course of the channel is the C++ programming language. Right now, the channel only has theoretical C++ lessons that are available to everyone. In the future, I’ll add practical lessons for sponsors. When the C++ course reaches around 200 lessons, I’ll launch new ones — for example, Unreal Engine, Design Patterns, Game Math, and more. My ultimate goal is to create a channel where you can find everything you need to start a career in the game industry. Enjoy watching! ↓ GRATITUDE ↓ 👍→ Like 💬→ Comment 🔔→ Subscribe 🫡→ Become a sponsor 💲→ Donate: https://revolut.me/demianblogan ↓ MY CONTACTS ↓ Gmail: demianblogan@gmail.com Instagram: instagram.com/demianblogan LinkedIn: linkedin.com/in/demianblogan My Gaming Channel: / @blogangamer ↓ TIMECODES ↓ 00:00 - Reminding the previous material 00:46 - How is the bool type stored in memory? 02:30 - How are character types stored in memory? 05:43 - How are integer types stored in memory? 09:56 - How are floating-point types stored in memory? 15:11 - How are integers added inside a computer? 17:58 - How do we turn a positive number into a negative one? 20:44 - How are integers subtracted inside a computer? 23:07 - Gratitude