Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
joebaf
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
12 ms
·
1.
▲
C++23: ISO/IEC 14882:2024
(iso.org)
11 points
by
joebaf
2y ago
|
1 comments
2.
▲
Parsing Numbers At Compile Time with C++17, C++23, and C++26
(cppstories.com)
2 points
by
joebaf
3y ago
|
0 comments
3.
▲
C++20, Spans, Threads and Fun
(cppstories.com)
1 points
by
joebaf
3y ago
|
0 comments
4.
▲
Five C++ Papers for the H1 2023 – C++26, Varna and More
(cppstories.com)
1 points
by
joebaf
3y ago
|
0 comments
5.
▲
by
joebaf
3y ago
Here's the direct link to the blog post on the book: https://www.cppstories.com/2023/init-story-print/ And the book at Leanpub: https://leanpub.com/cppinitbook
6.
▲
by
joebaf
4y ago
Do you have more examples where zip is handy? I've noticed it's a quite common feature of other languages like Python...
7.
▲
by
joebaf
4y ago
Do you us std::initializer list in your code?
8.
▲
Is is that bad? std:initializer_list in C++ 1/2 – Internals and Use Cases
(cppstories.com)
3 points
by
joebaf
4y ago
|
0 comments
9.
▲
by
joebaf
4y ago
is ChatGPT actually the most important thing that happens... not just for C++, but in terms of all programming languages? How will it affect programming?
10.
▲
by
joebaf
4y ago
is ChatGPT actually the most important thing that happens... not just for C++, but in terms of all programming languages? How will it affect programming?
11.
▲
Structured bindings in C++17, 5 years later
(cppstories.com)
2 points
by
joebaf
4y ago
|
0 comments
12.
▲
by
joebaf
4y ago
on the other hand with more options you can express more and write safer code (for example with constinit which solves static order init fiasco...) And if you don't have enough knowledge you can just stick to const. What re alternative
13.
▲
Const vs. constexpr vs. consteval vs. constinit in C++20
(cppstories.com)
95 points
by
joebaf
4y ago
|
175 comments
14.
▲
How to Measure String SSO Length with constinit and constexpr (C++20 experiment)
(cppstories.com)
1 points
by
joebaf
4y ago
|
0 comments
15.
▲
Summary of Non-Regular Data Members in C++
(cppstories.com)
1 points
by
joebaf
4y ago
|
0 comments
16.
▲
How to Improve or Avoid Loops in C++20 23
(cppstories.com)
2 points
by
joebaf
4y ago
|
0 comments
17.
▲
C++20: Reducing Signed and Unsigned Mismatches with Std:Ssize()
(cppstories.com)
1 points
by
joebaf
4y ago
|
0 comments
18.
▲
Integer Conversions and Safe Comparisons in C++20
(cppstories.com)
1 points
by
joebaf
4y ago
|
0 comments
19.
▲
How to Init a String, Looking for Sanity
(cppstories.com)
3 points
by
joebaf
4y ago
|
0 comments
20.
▲
Curious C++ Lambda Examples: Recursion, constexpr, Containers C++23 included
(cppstories.com)
67 points
by
joebaf
4y ago
|
55 comments
21.
▲
Simplify Code with if constexpr and Concepts in C++17/C++20 (updated for 2022)
(cppstories.com)
3 points
by
joebaf
4y ago
|
0 comments
22.
▲
by
joebaf
4y ago
and std::print is already voted into C++23!
23.
▲
Custom types and std:format from C++20
(cppstories.com)
1 points
by
joebaf
4y ago
|
1 comments
24.
▲
Five tricky topics for data members in C++20
(cppstories.com)
1 points
by
joebaf
4y ago
|
0 comments
25.
▲
(Non) Static Data Members Initialization, from C++11 Till C++20
(cppstories.com)
1 points
by
joebaf
4y ago
|
0 comments
26.
▲
by
joebaf
5y ago
Hi, Author here - I went to lambdas because I got some compilation issues... because some stupid mistakes the code with std::apply(printImpl<Args...>, tp) didn't compile... But now I see the issue and it's improved. So the v
27.
▲
by
joebaf
5y ago
Yep, smart pointers are essential for modern C++, and they provide improved security over raw pointers. How do you use smart pointers? What’s your common use case to refactor into smart pointers?
28.
▲
Steps to Find the Source of a Bug Quickly
(fluentcpp.com)
1 points
by
joebaf
5y ago
|
0 comments
29.
▲
by
joebaf
5y ago
Do you have any better use cases for those constexpr techniques? maybe we could make simpler code to CRTP?
30.
▲
by
joebaf
5y ago
do you have any useful use cases for such expressions? computing values based on text config? generating lookup tables? something else?
More ›