Author thumbnail

Chaitanya Tejaswi

CCpp

10 views
150 items
Last updated on Mar 11, 2024
public playlist
New in Visual Studio: CMake Debugger, Better Diagnostics, and Video Games - David Li & Mryam Girmay
52:22
VcPkg: The Open Source Cross-Platform Package Manager from Microsoft
1:01:22
Conan 2.0  | C++ Package Manager - A detailed introduction
51:47
Conan Package Manager for C++ in Practice
1:00:01
C++ Weekly - Ep 116 - Trying Out The Conan Package Manager
13:18
What's New in Conan 2.0 C/C++ Package Manager - Diego Rodriguez-Losada - CppCon 2022
1:04:08
Conan 2.0 demo - Chris McArthur - Meeting C++ online book & tool fair
11:07
CppCon 2018: Mateusz Pusz “Git, CMake, Conan - How to ship and reuse our C++ projects”
1:01:06
C++ Package Manager - C++ Dependencies Don't Have To Be Painful! - Augustin Popa
1:03:01
Conan Package Manager for C++ in Practice
1:11:51
Alexander Stepanov: STL and Its Design Principles
1:39:25
"Distributed Ranges": Model for Building Distributed Data Structures, Algorithms & Views - Ben Brock
54:24
PGAS in C++: A Portable Abstraction for Distributed Data Structures - Benjamin Brock - CppCon 2021
51:02
GraphBLAS: Building a C++ Matrix API for Graph Algorithms - Benjamin Brock & Scott McMillan
56:56
Lightning Talk: I Wrote a C++ REPL in 20 Lines of Code - And so can you! - CppCon 2021
5:45
Effective Ranges: A Tutorial for Using C++2x Ranges - Jeff Garland - CppCon 2023
1:03:32
Back to Basics: Debugging in Cpp - Greg Law - CppCon 2023
1:00:37
Back to Basics: Functions in C++ - Mike Shah - CppCon 2023
1:05:35
Thinking Functionally in C++ - Brian Ruth - CppCon 2023
50:25
C++ Weekly - Ep 86 - Valgrind
7:38
Modern Linux C++ debugging tools - under the covers - Greg Law - CppCon 2019
56:45
Using Valgrind and GDB together to fix a segfault and memory leak
13:25
find memory errors quickly. (-fsanitize, addresssanitizer)
9:44
Using GDB and Valgrind together to find Memory Leaks
10:28
Tools of the Trade: Sanitizers
9:56
AddressSanitizer Tutorial 1 - Understanding the output (Stack Overflow)
18:05
Finding hard to find bugs with Address Sanitizer - Marshall Clow - Meeting C++ 2019
6:50
2020: The Year of Sanitizers? - Victor Ciura - CppCon 2020
1:00:26
GTAC 2013: AddressSanitizer, ThreadSanitizer and MemorySanitizer -- Dynamic Testing Tools for C++
29:14
Software Development with C++: Debugging with AddressSanitizer
11:32
C++ Weekly - Ep 84 - C++ Sanitizers
11:41
CppCon 2014: Kostya Serebryany "Sanitize your C++ code"
1:01:51
CppCon 2015: Kostya Serebryany “Beyond Sanitizers...”
59:15
CppCon 2018: Kostya Serebryany “Memory Tagging and how it improves C/C++ memory safety”
31:27
C++ Code Smells - Jason Turner - CppCon 2019
58:35
C++ Sanitizers & Fuzzing for the Windows Platform Using New Compilers... - Jim Radigan - CppCon 2019
50:26
Victor Ciura - 2020 - the year of sanitizers?
58:17
149. Visual Studio, sanitizers, GCC, parsers, crashes, UB
25:49
Introduction to Code Sanitizers - Mathieu Ropert - code::dive 2023
46:28
OSDI '21 - SANRAZOR: Reducing Redundant Sanitizer Checks in C/C++ Programs
14:09
161. Sanitizers, Cpp2, exceptions, compilers
48:14
Teaching Containers and Allocators How to Sanitize Addresses - Miro Knejp - CppNorth 2023
48:31
AddressSanitizer Tutorial 4 - How it works under the hood
29:57
AddressSanitizer on Windows - Victor Ciura [ ACCU 2021 ]
1:29:24
Purging Undefined Behavior & Intel Assumptions in a Legacy C++ Codebase - Roth Michaels  CppCon 2022
1:02:35
USENIX Enigma 2016 - Sanitize, Fuzz, and Harden Your C++ Code
20:24
Linux Debuginfo Formats - DWARF, ELF, dwo, dwp - What are They All? - Greg Law - CppCon 2022
1:02:34
New Algorithms in C++23 - Conor Hoekstra - C++ on Sea 2023
1:25:20
Back to Basics: Debugging in C++ - Mike Shah - CppCon 2022
1:01:19
CppCon 2017: Fedor Pikus “C++ atomics, from basic to advanced.  What do they really do?”
1:14:22
Faster, Easier, Simpler Vectors - David Stone - CppCon 2021
1:00:56
how Google writes gorgeous C++
7:40
Chris Ryan :: Multi-Paradigm Programming and Beyond
1:01:26
Exceptionally Bad: The Misuse of Exceptions in C++ & How to Do Better - Peter Muldoon - CppCon 2023
1:03:24
Implication Operator for C++ :: Walter E. Brown
20:17
Coral Kashri and Daisy Hollman :: From a modern to an unbelievably modern C++
48:25
My favourite memory leak - Björn Fahller - Lightning Talks @ Meeting C++ 2023
3:56
What's New in Compiler Explorer? - Matt Godbolt - C++ on Sea 2023
55:32
Manage code dependencies at work with new vcpkg features
41:48
My new favorite way to do C++ Libs on Windows. [vcpkg, cmake, manifest, project local, portable]
20:37
Package management in C++ - Mikhail Svetkin - NDC TechTown 2022
1:00:37
CppCast Episode 153: Vcpkg with Robert Schumacher
48:04
Introduction to OpenCV with VcPkg and CMake
1:04:21
Pure Virtual C++ 2021 Manage code dependencies at work with new vcpkg features
41:48
vcpkg
51:56
Take charge of your C++ dependencies with vcpkg
1:14:25
[ko-KR] Working with C++ packages with Vcpkg on Ubuntu environment - Dongha Park | UbuCon Asia 2022
1:32:09
CppCast Episode 246: MSVC's STL and vcpkg with Billy O'Neal
1:02:52
[Virtual Meetup] Using vcpkg at work to manage your C/C++ libraries (Augustin Popa - VC++ Team)
1:09:46
CppCast Episode 288: Vcpkg Registries with Nicole Mazzuca
53:28
C++ Package Manager - C++ Dependencies Don't Have To Be Painful! - Augustin Popa - ACCU 2023
1:11:49
How to install opencv using vcpkg
21:07
How to Create a Window in C++ using GLFW with vcpkg Library Manager | C++ 2D Game Engine Tutorial #1
22:31
CppCon 2018: Robert Schumacher “Don't package your libraries, write packagable libraries!”
33:27
How-To Use C++ Libraries (without relying on a package manager)
30:22
What's New in Visual Studio Code - Remote Dev, IntelliSense, Build/Debug... - T. Raj - CppCon 2019
29:58
How to start a modern C++ project? - Mikhail Svetkin -  NDC TechTown 2023
58:45
CppCon 2019: Robert Schumacher “Don't Package Your Libraries, Write Packagable Libraries! (Part 2)”
25:49
How Can Package Managers Handle ABI (In)compatibility in C++? - Todd Gamblin - CppCon 2021
58:29
Neovim, SDL, & C++: Your Complete Guide
22:49
Advanced Dependencies Model in Conan 2.0 C, C++ Package Manager - Diego Rodriguez-Losada - ACCU 2022
1:13:09
The Riddle of Package Managers… Solved by Conan
23:26
Augustin Popa & Elizabeth Morrow - Tools to Ease Cross-Platform C++ Development @ CppEurope 2020
41:38
CppCon 2018: “Latest and Greatest in the Visual Studio Family for C++ Developers 2018”
59:51
C++ Custom CLI Options Framework (Repentance 3)
36:54
Pacific++ 2018: Nick Uhlenhuth "Cross-platform C++ development is challenging - let tools help!"
41:49
Cross-Platform Pitfalls and How to Avoid Them - Erika Sweet - CppCon 2020
59:37
Cross-Platform Pitfalls and How to Avoid Them - Erika Sweet - [ ACCU 2021 ]
59:05
Andreas Reischuck "Cross Compiling with CMake"
1:01:29
How to Herd 1,000 Libraries - Robert Schumacher - CppCon 2019
31:24
Jim Learns Stuff -- Episode 2 - C++ Tooling
1:01:55
Ask the Team: C++ Development with Visual Studio | COM15
1:00:23
std::linalg: Linear Algebra Coming to Standard C++ - Mark Hoemmen - CppCon 2023
1:14:34
What we've been (a)waiting for? - Hana Dusíková - Meeting C++ 2023
56:02
Back to Basics: Iterators in C++ - Nicolai Josuttis - CppCon 2023
1:02:22
Reading CSV Files with Standard C++ - Jens Weller - Lightning Talks @ Meeting C++ 2023
7:00
How to start a modern C++ project - Mikhail Svetkin - Meeting C++ 2023
59:49
So you'd like to import a CSV File... - Jens Weller - Meeting C++ 2023
44:08
Rewiring your brain with test driven thinking in C++ - Phil Nash - Meeting C++ 2023
1:03:13
Expressing Implementation Sameness and Similarity - Polymorphism in Modern C++ - Daisy Hollman
1:04:47