DEV Community

Bartlomiej Filipek profile picture

Bartlomiej Filipek

Software developer with a blog about C++ and stories about native programming. Author of C++17 In Detail - https://leanpub.com/cpp17indetail

Education

MS in Computer Science, Jagiellonian University in Cracow

Work

Software Developer

Modern C++: Safety and Expressiveness with override and final

Modern C++: Safety and Expressiveness with override and final

11
Comments
7 min read

Want to connect with Bartlomiej Filipek?

Create an account to connect with Bartlomiej Filipek. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
C++20 Cheatsheet (with examples)

C++20 Cheatsheet (with examples)

29
Comments 1
3 min read
2 Lines Of Code and 3 C++17 Features - The overload Pattern

2 Lines Of Code and 3 C++17 Features - The overload Pattern

11
Comments 3
6 min read
11 Visual C++ Debugging Tips That Will Save Your Time

11 Visual C++ Debugging Tips That Will Save Your Time

37
Comments 5
10 min read
Examples of Parallel Algorithms From C++17

Examples of Parallel Algorithms From C++17

17
Comments
9 min read
Simplify code with 'if constexpr' in C++17

Simplify code with 'if constexpr' in C++17

20
Comments 1
7 min read
Factory With Self-Registering Types

Factory With Self-Registering Types

8
Comments 1
9 min read
How a weak_ptr might prevent full memory cleanup of managed object

How a weak_ptr might prevent full memory cleanup of managed object

18
Comments 8
6 min read
How to improve functions with toggle params?

How to improve functions with toggle params?

9
Comments 1
5 min read
Curious case of branch performance

Curious case of branch performance

10
Comments
6 min read
Please declare your variables as const

Please declare your variables as const

15
Comments 1
6 min read
C++17 In Details: Fixes and Deprecation

C++17 In Details: Fixes and Deprecation

23
Comments 2
1 min read
7 books that taught me how to code

7 books that taught me how to code

29
Comments 8
11 min read
Coding Without Google

Coding Without Google

71
Comments 17
5 min read
loading...