ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

953 results

Queso Fuego
16 Bit Real Mode Example with C/Inline Asm

With inline assembly and linker scripts. Showing a basic boot sector/2nd stage/"kernel" flat binary example to print a string.

41:56
16 Bit Real Mode Example with C/Inline Asm

1,696 views

1 year ago

CppNow
C++Now 2018: Michael Spencer “How Compilers Reason About Exceptions”

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

1:31:29
C++Now 2018: Michael Spencer “How Compilers Reason About Exceptions”

2,261 views

7 years ago

CppNow
C++Now 2017: Bryce Lelbach “C++17 Features"

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

1:34:10
C++Now 2017: Bryce Lelbach “C++17 Features"

23,760 views

8 years ago

Mahesh
Lecture 7- Inline functions in C++

In this video, we will see how inline functions are created and used in C++ programming.

20:24
Lecture 7- Inline functions in C++

13 views

6 years ago

SwedenCpp
Arvid Norberg: ABI compatibility and inline namespaces

StockholmCpp 19, January 17, 2019 The meetup was kindly hosted by Atlas Copco, https://www.atlascopco.com/ Event photos: ...

26:52
Arvid Norberg: ABI compatibility and inline namespaces

638 views

6 years ago

GNU Tools Cauldron
C++20 coroutines in GCC - GNU Tools Cauldron 2019

Presented by Iain Sandoe at GNU Tools Cauldron 2019 --- GNU Tools Cauldron 2019: https://gcc.gnu.org/wiki/cauldron2019.

57:21
C++20 coroutines in GCC - GNU Tools Cauldron 2019

583 views

6 years ago

CppNow
A Tutorial Introduction to C++11 & 14 Part 1

The first part of Leor Zolman's talk from C++Now 2014 Slides are available here: ...

1:34:09
A Tutorial Introduction to C++11 & 14 Part 1

37,653 views

11 years ago

Profesor Retroman
C++ GameEngine: Entity, templates, static, inline, using, máscaras, typename, std::tuple y std::get

Curso: https://bit.ly/CPPGameDev-2021-Curso ==== Sesión 9.3 - 09/feb/2022 ==== Continuamos mejorando nuestro ...

1:03:06
C++ GameEngine: Entity, templates, static, inline, using, máscaras, typename, std::tuple y std::get

2,125 views

3 years ago

CppNow
A Tutorial Introduction to C++11/14 - Part II

Leor Zolman's talk from C++Now 2014 Slides are available here: ...

1:40:53
A Tutorial Introduction to C++11/14 - Part II

8,724 views

11 years ago

CppNow
C++Now 2019: Vittorio Romeo “Higher-order functions and `function_ref`”

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

1:35:34
C++Now 2019: Vittorio Romeo “Higher-order functions and `function_ref`”

2,190 views

6 years ago

DevConf
Peeking Into Your Compiler - DevConf.CZ 2020

Speakers: Ulrich Drepper, Jakub Jelínek Compilers are certainly complicated programs but mostly because they are accepted as ...

1:24:58
Peeking Into Your Compiler - DevConf.CZ 2020

1,142 views

5 years ago

CppNow
C++11 Library Design

Eric Niebler's talk from C++Now 2014 Slides are available at: ...

1:33:18
C++11 Library Design

11,333 views

11 years ago

Sonia: Code & Skate | Play
The Order Book (C++20 Concepts & Coroutines - A long journey from C++98)

The Order Book -- C++20 Concepts & Coroutines -- A long journey from C++98 I invite you to watch my tech talk (fun talk), where ...

2:07:14
The Order Book (C++20 Concepts & Coroutines - A long journey from C++98)

1,052 views

2 years ago

GNU Tools Cauldron
Inline expansion of string and memory operations to increase performance on PPC64LE

Presented by Aaron Sawdey at GNU Tools Cauldron 2019 --- GNU Tools Cauldron 2019: https://gcc.gnu.org/wiki/cauldron2019.

46:42
Inline expansion of string and memory operations to increase performance on PPC64LE

263 views

6 years ago

OpenSecurityTraining2
Local Variables: ArrayLocalVariable.c Intro - Architecture 1001: x86-64 Assembly

You can watch this class without ads and with extra learning games, quizzes, and lab setup instructions by going to ...

23:13
Local Variables: ArrayLocalVariable.c Intro - Architecture 1001: x86-64 Assembly

2,557 views

3 years ago

Whiteboard Lectures
Funtions in  C ++

Modular Programming Parts of a Function Inline Function Default Arguments Function Overloading.

36:26
Funtions in C ++

47 views

5 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,702 views

7 years ago

Queso Fuego
Debugging Program Loading | 32 bit OS Dev (in C)

Fixing loading and running programs (".bin" files), and fixing graphics modes with bits per pixel values less than 32bpp. I'd like to ...

58:49
Debugging Program Loading | 32 bit OS Dev (in C)

439 views

2 years ago

botconf eu
Inline Detection of Copy-Paste Botnet C&C

So how do we get 20 between a and c it's basically the longest best match the red part is 20. of course we have more parameters ...

24:46
Inline Detection of Copy-Paste Botnet C&C

330 views

5 years ago

CppNow
Leor Zolman: A Zephyr Overview of C++11 (Part II)

Last year I covered most of C++11 in one 90-minute "whirlwind" session, a feat only made possible by moving at a breakneck ...

1:55:14
Leor Zolman: A Zephyr Overview of C++11 (Part II)

888 views

12 years ago

Shankar Tisu
A Tutorial Introduction to C++11 & 14 Part 1

I created this video with the YouTube Video Editor (http://www.youtube.com/editor)

1:34:09
A Tutorial Introduction to C++11 & 14 Part 1

45 views

10 years ago

MUCplusplus
[MUC++] Ivica Bogosavljevic - The performance price of virtual functions in C++

Virtual function mechanism is one of the core concepts of C++, however, it does come with a performance price. But how high is ...

41:36
[MUC++] Ivica Bogosavljevic - The performance price of virtual functions in C++

864 views

4 years ago

strager
Faster than Rust and C++: the PERFECT hash table

I had a week of fun designing and optimizing a perfect hash table. In this video, I take you through the journey of making a hash ...

33:52
Faster than Rust and C++: the PERFECT hash table

703,820 views

2 years ago

Using std::cpp
Closing Keynote: C++ as a 21st century language - Bjarne Stroustrup

By now, C++ is a language with a long history. This leads many people to overlook decades of progress and describe C++ as if ...

1:37:35
Closing Keynote: C++ as a 21st century language - Bjarne Stroustrup

17,434 views

6 months ago

CppNow
C++Now 2019: Lisa Lippincott “Practical Interfaces for Practical Functions”

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

1:35:57
C++Now 2019: Lisa Lippincott “Practical Interfaces for Practical Functions”

1,160 views

6 years ago