ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

7,630 results

BCS Open Source Specialist Group
The CHERI CPU Hardware software co design for security

Presented by: David Chisnall This talk will introduce the CHERI CPU and associated C/C++ compiler stack. Various design ...

37:08
The CHERI CPU Hardware software co design for security

768 views

5 years ago

Rust Programming Language
RustConf 2018 - Embedding Rust in C/C++ by Katharina

RustConf 2018 - Embedding Rust in C/C++ by Katharina We all know that using C/C++ code in Rust is not too complicated. extern ...

31:20
RustConf 2018 - Embedding Rust in C/C++ by Katharina

16,402 views

7 years ago

CppNow
C++Now 2018: Michael Caisse “Modern C++ in Embedded Systems”

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:30:40
C++Now 2018: Michael Caisse “Modern C++ in Embedded Systems”

50,933 views

7 years ago

strager
How I use C++: a line-by-line code review

Let's walk through quick-lint-js, a 100k-line C++ project, and talk about the code style and design decisions. Links: Stewart Lynch's ...

1:40:40
How I use C++: a line-by-line code review

302,213 views

3 years ago

CppNow
C++Now 2019: Michael Caisse “Embedded Domain Specific Languages for Embedded Bare Metal Projects”

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:28:58
C++Now 2019: Michael Caisse “Embedded Domain Specific Languages for Embedded Bare Metal Projects”

6,540 views

6 years ago

CppNow
C++Now 2018: Rong Lu “C++ Development with Visual Studio Code”

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:33:27
C++Now 2018: Rong Lu “C++ Development with Visual Studio Code”

107,921 views

7 years ago

CppNow
C++Now 2018: Mateusz Pusz “Git, CMake, Conan: How to Ship and Reuse our C++ Projects”

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

48:38
C++Now 2018: Mateusz Pusz “Git, CMake, Conan: How to Ship and Reuse our C++ Projects”

15,366 views

7 years ago

JanPaul123
🛠 I'm going to work on programming projects — here are my current ideas

I've found it hard during covid to have some structure and accountability around my projects, so I'm going to try making weekly ...

22:12
🛠 I'm going to work on programming projects — here are my current ideas

661 views

4 years ago

DevConf
À la carte: mix and match C, Rust and Go! - DevConf.CZ 2020

Speakers: Andrea Bolognani So you've got a project written in C, and you would like to rewrite parts of it in Rust to take advantage ...

35:23
À la carte: mix and match C, Rust and Go! - DevConf.CZ 2020

103 views

5 years ago

Engineering Community
Makefiles explained by Oleksandr Siryi

Makefiles syntax explained How targets and dependencies work Typical C project building process and how make does it An ...

26:18
Makefiles explained by Oleksandr Siryi

173 views

4 years ago

CppNow
C++Now 2019: Kris Jusiak “Dependency Injection - a 25-dollar term for a 5-cent concept”

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:40:19
C++Now 2019: Kris Jusiak “Dependency Injection - a 25-dollar term for a 5-cent concept”

19,293 views

6 years ago

dr Jonas Birch
Project: Coding a multi-CPU password recovery tool, in C

This is the recording of the live stream that I did Sunday the 4:th of August in order to celebrate the channel reaching a milestone ...

2:31:34
Project: Coding a multi-CPU password recovery tool, in C

3,943 views

1 year ago

Queso Fuego
Minimum Viable Editor | Line Editor in C #1

Starting an ed clone as a "bootstrapped" line editor project. I wanted to learn more about line editing historically, how the core of ...

42:17
Minimum Viable Editor | Line Editor in C #1

779 views

5 months ago

Codotaku
XCB / X11 tutorial for beginners 1

XCB (X protocol C-language Binding) is a library implementing the client side of the X11 display server protocol. XCB is written in ...

1:54:55
XCB / X11 tutorial for beginners 1

7,164 views

3 years ago

Tom Delalande
Comparing 10 programming languages. I built the same app in all of them.

Many modern programming languages have some great features like null safety, exhaustive switch statements, error handling, ...

21:33
Comparing 10 programming languages. I built the same app in all of them.

243,894 views

1 year ago

Sayanee Basu
VS Code for embedded programming // Arduino, Pico with C/C++

#vscode #embedded #cpp I have been using VS Code exclusively for programming microcontrollers like Arduino, Raspberry Pi Pico ...

22:02
VS Code for embedded programming // Arduino, Pico with C/C++

6,540 views

4 years ago

The Linux Foundation
C++ for Embedded Development

C++ for Embedded Development - Thiago Macieira, Intel Traditional development lore says that software development for ...

52:28
C++ for Embedded Development

115,631 views

8 years ago

MUCplusplus
[MUC++] Andrii Shyshkalov - "Scaling development of a large C++ project: Chromium" (Part 1)

Part 2 is here: https://youtu.be/SNGDfJyFoCY Chromium is a huge project written mainly in C++. Learn how we maintain quality ...

43:03
[MUC++] Andrii Shyshkalov - "Scaling development of a large C++ project: Chromium" (Part 1)

790 views

7 years ago

src7cse
Difference between structure & union in C and mini project idea.

A structure is a user-defined data type available in C that allows to combining data items of different kinds. Structures are used to ...

37:31
Difference between structure & union in C and mini project idea.

54 views

3 years ago

Matej Blagšič
STM32 project managed with CMake | VIDEO 46

In this video I show you my minimal CMake configuration which requires very few modifications to adapt to different STM32 ...

34:36
STM32 project managed with CMake | VIDEO 46

30,895 views

4 years ago