ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,538 results

Einsteinzee
Runge-Kutta for Coupled Ordinary Differential Equations -- Static vs. Dynamic Libraries in C++

This video shows the principals behind using both static and dynamic libraries in C++. These principals are applied to our simple ...

29:32
Runge-Kutta for Coupled Ordinary Differential Equations -- Static vs. Dynamic Libraries in C++

68 views

1 year ago

Rachel Wil Singh
Static variables and functions - C++ programming practice

Examples using static variables and functions within a class. This is for my CS 235 Object Oriented Programming with C++ course.

27:25
Static variables and functions - C++ programming practice

150 views

5 years ago

CppNow
Vittorio Romeo: Implementing `static` control flow in C++14

There has always been great interest in imperative compile-time control flow: as an example, consider all the existing `static_if` ...

1:15:58
Vittorio Romeo: Implementing `static` control flow in C++14

773 views

9 years ago

CppNow
David Stone: Functions Want To Be Free

When designing a class, what do you make a member function, x.f(), and what do you make a free function, f(x)? When extending ...

1:31:00
David Stone: Functions Want To Be Free

1,796 views

9 years ago

LinuxConfAu 2018 - Sydney, Australia
You Can't Unit Test C, Right?

Benno Rice http://lca2018.linux.org.au/schedule/presentation/114/ Testing is a wonderful thing. Code with good tests is so much ...

23:09
You Can't Unit Test C, Right?

57,074 views

7 years ago

Ramesh Yerraballi
Lec9 ScopePersistence

EE319K@UTAustin Lecture 9 - Scope and Persistence of Variables/Functions in C.

21:14
Lec9 ScopePersistence

1,051 views

5 years ago

CWCS Education
CS225 U2 L1

Covers: - C library naming - Structured Design - How to Structure Your Code - Formal vs. Actual Parameters - Value and ...

26:24
CS225 U2 L1

24 views

5 years ago

Sonia: Code & Skate | Play
C++ vs Rust - Ep.1. Static Graph: Lifetimes & Cycles (NodeGraph)

Play at *1.5x* speed This is the first episode of the educational series that I'm planning on releasing. I show how lifetimes and ...

39:11
C++ vs Rust - Ep.1. Static Graph: Lifetimes & Cycles (NodeGraph)

840 views

10 months ago

Geoffrey Schmit
APCSA Classes 02.17: Static Keyword (class variables and methods)

Naperville North High School, AP Computer Science A, 2021-2022.

23:48
APCSA Classes 02.17: Static Keyword (class variables and methods)

11 views

4 years ago

CWCS Education
CS225 u5 l1

Contents: - OOP syntax - single file structure - function implementations - built in ops - uml refresher - stand alone functions - three ...

30:48
CS225 u5 l1

16 views

5 years ago

CppNow
Lifetime and Usage of Global, Thread-local, and Static Data

Daniel Dilts' presentation from C++Now 2014 Slides are available here: ...

1:24:58
Lifetime and Usage of Global, Thread-local, and Static Data

1,585 views

11 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

700,879 views

2 years ago

SwedenCpp
Arda Aytekin: Cython: Static Typing and C/C++ Interfacing in (C)Python

Writing C++ libraries is fun --- at least, we, StockholmCpp members, do it and enjoy it all the time! Yet, we may still have our friends ...

55:46
Arda Aytekin: Cython: Static Typing and C/C++ Interfacing in (C)Python

956 views

6 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,332 views

11 years ago

SwedenCpp
Mikael Rosbacke: Embedded friendly std::function alternative

Code: https://github.com/rosbacke/delegate Recorded at StockholmCpp 18 ...

31:51
Mikael Rosbacke: Embedded friendly std::function alternative

2,252 views

7 years ago

CppNow
C++Now 2018: John Lakos “C++ Modules & Large-Scale Development”

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

1:25:39
C++Now 2018: John Lakos “C++ Modules & Large-Scale Development”

9,502 views

7 years ago

The Linux Foundation
Optimizing C for Microcontrollers - Best Practices - Khem Raj, Comcast RDK

Optimizing C for Microcontrollers - Best Practices - Khem Raj, Comcast RDK This talk will cover the tips and techniques to write ...

52:39
Optimizing C for Microcontrollers - Best Practices - Khem Raj, Comcast RDK

40,019 views

8 years ago

CppNow
Threads and Shared Variables in C++0x - Hans Boehm [ BoostCon 2011] Keynote

https://cppnow.org --- The C++0x draft standard introduces threads into the language, and carefully defines the meaning of ...

1:38:03
Threads and Shared Variables in C++0x - Hans Boehm [ BoostCon 2011] Keynote

734 views

12 years ago

CppNow
C++Now 2019: Jason Rice “Parametric Expressions: A Proposed Language Feature”

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

1:29:38
C++Now 2019: Jason Rice “Parametric Expressions: A Proposed Language Feature”

2,222 views

6 years ago

CppNow
Kris Jusiak: A C++14 Dependency Injection Library

Although Dependency Injection is a popular concept in Java and C# it's not a first class citizen in C++. The reasons behind this ...

1:13:05
Kris Jusiak: A C++14 Dependency Injection Library

3,896 views

9 years ago