CppCon 2018: Jason Turner “Applied Best Practices”

CppCon

CppCon 2018: Jason Turner “Applied Best Practices”

6 years ago - 1:03:19

C++ Weekly - Ep 484 - Infinite Loops, UB, and C++23

C++ Weekly With Jason Turner

C++ Weekly - Ep 484 - Infinite Loops, UB, and C++23

13 hours ago - 4:34

Lightning Talk: Best Practices Every C++ Programmer Needs to Follow - Oz Syed - CppCon 2022

CppCon

Lightning Talk: Best Practices Every C++ Programmer Needs to Follow - Oz Syed - CppCon 2022

2 years ago - 5:33

C++ Weekly - Ep 385 - The Important Parts of C++20 In Less Than 8 Minutes!

C++ Weekly With Jason Turner

C++ Weekly - Ep 385 - The Important Parts of C++20 In Less Than 8 Minutes!

1 year ago - 7:38

31 nooby C++ habits you need to ditch

mCoding

31 nooby C++ habits you need to ditch

3 years ago - 16:18

CS101++ - What Are Logic Gates?

C++ Weekly With Jason Turner

CS101++ - What Are Logic Gates?

1 year ago - 9:13

C++ Weekly - Ep 197 - 25 Years of Best Practices

C++ Weekly With Jason Turner

C++ Weekly - Ep 197 - 25 Years of Best Practices

5 years ago - 12:18

C++ Weekly - Ep 404 - How (and Why) To Write Code That Avoids std::move

C++ Weekly With Jason Turner

C++ Weekly - Ep 404 - How (and Why) To Write Code That Avoids std::move

1 year ago - 8:50

C++ Weekly - Ep 477 - What is Empty Base Optimization? (EBO)?

C++ Weekly With Jason Turner

C++ Weekly - Ep 477 - What is Empty Base Optimization? (EBO)?

1 month ago - 5:09

CS001++ - Welcome to the CS++ Video Series

C++ Weekly With Jason Turner

CS001++ - Welcome to the CS++ Video Series

1 year ago - 6:56

Print a solid rectangle in Cpp | Code Tutorial | VSCODE 😎

Code Crafters

Print a solid rectangle in Cpp | Code Tutorial | VSCODE 😎

1 year ago - 0:59

C++ Weekly - Ep 388 - My constexpr Revenge Against Lisp

C++ Weekly With Jason Turner

C++ Weekly - Ep 388 - My constexpr Revenge Against Lisp

1 year ago - 14:23

C++ Weekly - Ep 448 - C++23's forward_like

C++ Weekly With Jason Turner

C++ Weekly - Ep 448 - C++23's forward_like

8 months ago - 6:51

C++ Weekly - Ep 443 - Stupid constexpr Tricks

C++ Weekly With Jason Turner

C++ Weekly - Ep 443 - Stupid constexpr Tricks

9 months ago - 5:40

C++ Weekly - Ep 482 - Safely Wrapping C APIs

C++ Weekly With Jason Turner

C++ Weekly - Ep 482 - Safely Wrapping C APIs

2 weeks ago - 12:25

C++ Weekly - Ep 483 - Stop Using rand, Start Using Random

C++ Weekly With Jason Turner

C++ Weekly - Ep 483 - Stop Using rand, Start Using Random

7 days ago - 6:04

C++ Tips for the day 4  | #viralvideo #shortvideo

CodeDumpInMind

C++ Tips for the day 4 | #viralvideo #shortvideo

7 months ago - 0:09

C++ Tips for the day | #shorts #video #viralvideo #shortvideo

CodeDumpInMind

C++ Tips for the day | #shorts #video #viralvideo #shortvideo

7 months ago - 0:09

AFPLCES CPP BEST PRACTICES

Algelyn Guillermo

AFPLCES CPP BEST PRACTICES

4 years ago - 4:58

C++ Weekly - Ep 469 - How to Print in C++23

C++ Weekly With Jason Turner

C++ Weekly - Ep 469 - How to Print in C++23

3 months ago - 3:13

C++ Weekly - Ep 383 - C++ Cross Training

C++ Weekly With Jason Turner

C++ Weekly - Ep 383 - C++ Cross Training

1 year ago - 5:25

C++ Weekly - Ep 436 - Transforming Lambda Captures

C++ Weekly With Jason Turner

C++ Weekly - Ep 436 - Transforming Lambda Captures

11 months ago - 4:32

C++ Weekly - Ep 403 - Easier Coroutines with CppCoro

C++ Weekly With Jason Turner

C++ Weekly - Ep 403 - Easier Coroutines with CppCoro

1 year ago - 13:09

C++ Weekly - Ep 481 - What is Tail Call Elimination (Optimization)?

C++ Weekly With Jason Turner

C++ Weekly - Ep 481 - What is Tail Call Elimination (Optimization)?

3 weeks ago - 7:06

C++ Weekly - Ep 479 - final (and when to use it)

C++ Weekly With Jason Turner

C++ Weekly - Ep 479 - final (and when to use it)

1 month ago - 10:03

C++ Weekly - Ep 355 - 3 Steps For Safer C++

C++ Weekly With Jason Turner

C++ Weekly - Ep 355 - 3 Steps For Safer C++

2 years ago - 9:04

C++ Weekly - Ep 307 - Making C++ Fun and Accessible

C++ Weekly With Jason Turner

C++ Weekly - Ep 307 - Making C++ Fun and Accessible

3 years ago - 15:51

C++ Weekly - Ep 267 - C++20's starts_with and ends_with

C++ Weekly With Jason Turner

C++ Weekly - Ep 267 - C++20's starts_with and ends_with

4 years ago - 5:42

C++ Weekly - Ep 435 - Easy GPU Programming With AdaptiveCpp (68x Faster!)

C++ Weekly With Jason Turner

C++ Weekly - Ep 435 - Easy GPU Programming With AdaptiveCpp (68x Faster!)

11 months ago - 15:30

C++ Weekly - Ep 438 - C++23's ranged-for Fixes

C++ Weekly With Jason Turner

C++ Weekly - Ep 438 - C++23's ranged-for Fixes

10 months ago - 7:43

C++ Weekly - Ep 417 - Turbocharge Your Build With Mold?

C++ Weekly With Jason Turner

C++ Weekly - Ep 417 - Turbocharge Your Build With Mold?

1 year ago - 9:46

CS101++ - What Are Open Source and GitHub?

C++ Weekly With Jason Turner

CS101++ - What Are Open Source and GitHub?

1 year ago - 5:43

C++ Weekly - Ep 67 - C++17's std::gcd and std::lcm

C++ Weekly With Jason Turner

C++ Weekly - Ep 67 - C++17's std::gcd and std::lcm

7 years ago - 3:26

C++ Weekly - Ep 339 - `static constexpr` vs `inline constexpr`

C++ Weekly With Jason Turner

C++ Weekly - Ep 339 - `static constexpr` vs `inline constexpr`

2 years ago - 6:52

C++ Weekly Ep 465 - C++26's std::span Over initializer_list

C++ Weekly With Jason Turner

C++ Weekly Ep 465 - C++26's std::span Over initializer_list

4 months ago - 4:52

C++ Weekly - Ep 141 - C++20's Designated Initializers And Lambdas

C++ Weekly With Jason Turner

C++ Weekly - Ep 141 - C++20's Designated Initializers And Lambdas

6 years ago - 5:18

CS101++ - What Are `if`/`else` Statements?

C++ Weekly With Jason Turner

CS101++ - What Are `if`/`else` Statements?

1 year ago - 3:11

C++ Weekly - Ep 473 - continue and break Statements

C++ Weekly With Jason Turner

C++ Weekly - Ep 473 - continue and break Statements

2 months ago - 5:03

C++ Weekly - Ep 320 - Using `inline namespace` To Save Your ABI

C++ Weekly With Jason Turner

C++ Weekly - Ep 320 - Using `inline namespace` To Save Your ABI

3 years ago - 7:40

C++ Weekly - Ep 424 - .reset vs →reset()

C++ Weekly With Jason Turner

C++ Weekly - Ep 424 - .reset vs →reset()

1 year ago - 3:55

C++ Weekly - Ep 464 - Easily Printing std::variant

C++ Weekly With Jason Turner

C++ Weekly - Ep 464 - Easily Printing std::variant

4 months ago - 7:17

C++ Weekly Ep 466 - invoke_r Should Not Exist

C++ Weekly With Jason Turner

C++ Weekly Ep 466 - invoke_r Should Not Exist

4 months ago - 7:34

C++ Weekly - Ep 63 - What is Negative Zero?

C++ Weekly With Jason Turner

C++ Weekly - Ep 63 - What is Negative Zero?

8 years ago - 6:49

C++ Weekly Ep 467 - enum struct vs enum class

C++ Weekly With Jason Turner

C++ Weekly Ep 467 - enum struct vs enum class

3 months ago - 3:00

C++ Weekly - Ep 399 - C++23's slide_view vs adjacent_view #cplusplus23 #cpp23

C++ Weekly With Jason Turner

C++ Weekly - Ep 399 - C++23's slide_view vs adjacent_view #cplusplus23 #cpp23

1 year ago - 3:47

C++ Weekly - Ep 70 - C++ IIFE in quick-bench.com

C++ Weekly With Jason Turner

C++ Weekly - Ep 70 - C++ IIFE in quick-bench.com

7 years ago - 5:26

CS101++ - What is a `do` Loop?

C++ Weekly With Jason Turner

CS101++ - What is a `do` Loop?

1 year ago - 2:20

C++ Weekly - Ep 156 - A C++ Conference Near You

C++ Weekly With Jason Turner

C++ Weekly - Ep 156 - A C++ Conference Near You

6 years ago - 7:36

C++ Weekly - Ep 308 - 'if consteval' - There's More To This Story

C++ Weekly With Jason Turner

C++ Weekly - Ep 308 - 'if consteval' - There's More To This Story

3 years ago - 6:22

C++ Weekly - Ep 299 - C++ Homework: `const` All The Things

C++ Weekly With Jason Turner

C++ Weekly - Ep 299 - C++ Homework: `const` All The Things

3 years ago - 6:24

C++ Weekly - Ep 452 - The Confusing Way Moves Can Be Broken in C++

C++ Weekly With Jason Turner

C++ Weekly - Ep 452 - The Confusing Way Moves Can Be Broken in C++

7 months ago - 6:36

C++ Weekly - Ep 392 - Google's Bloaty McBloatface

C++ Weekly With Jason Turner

C++ Weekly - Ep 392 - Google's Bloaty McBloatface

1 year ago - 5:08

C++ Weekly - Ep 374 - C++23's out_ptr and inout_ptr

C++ Weekly With Jason Turner

C++ Weekly - Ep 374 - C++23's out_ptr and inout_ptr

2 years ago - 13:38

C++ Weekly - Ep 463 - C++26's Safer Returns

C++ Weekly With Jason Turner

C++ Weekly - Ep 463 - C++26's Safer Returns

4 months ago - 2:59

C++ Weekly - Ep 261 - C++20's New consteval Keyword

C++ Weekly With Jason Turner

C++ Weekly - Ep 261 - C++20's New consteval Keyword

4 years ago - 4:13

CS101++ - What Are Truth Tables?

C++ Weekly With Jason Turner

CS101++ - What Are Truth Tables?

1 year ago - 6:23

C++ Weekly - Ep 266 - C++20's std::shift_left and std::shift_right

C++ Weekly With Jason Turner

C++ Weekly - Ep 266 - C++20's std::shift_left and std::shift_right

4 years ago - 6:47

C++ Weekly - Ep 223 - Know Your Standard Library: std::nextafter

C++ Weekly With Jason Turner

C++ Weekly - Ep 223 - Know Your Standard Library: std::nextafter

5 years ago - 6:49

C++ Weekly - Ep 480 - cmath vs math.h vs abs vs std::abs, fight!

C++ Weekly With Jason Turner

C++ Weekly - Ep 480 - cmath vs math.h vs abs vs std::abs, fight!

4 weeks ago - 5:28