sigcpp's profile picture. Teaching, learning, and practicing modern C++

Moderated by @smurthys

Mastodon: @sigcpp@hachyderm.io
BlueSky: @sigcpp.bsky.social

Special Interest Group on C++

@sigcpp

Teaching, learning, and practicing modern C++ Moderated by @smurthys Mastodon: @[email protected] BlueSky: @sigcpp.bsky.social

고정된 트윗

Reminder: SIGCPP is also on Mastodon. We'd love for you to follow us there. Or you can just read our posts there and you won't even need a Mastodon account. 😉 PS: SIGCPP posts continue on Twitter as long as the site is free and makes sense to stay. 🤞 hachyderm.io/@sigcpp


Special Interest Group on C++ 님이 재게시함

Reminder: SIGCPP is also on Mastodon. We'd love for you to follow us there. Or you can just read our posts there and you won't even need a Mastodon account. 😉 PS: SIGCPP posts continue on Twitter as long as the site is free and makes sense to stay. 🤞 hachyderm.io/@sigcpp


Logan Smith illustrates the pitfalls of using C-style casts in C++ code. Bottomline, instead of C-style cast, use an appropriate C++ cast such as static_cast and dynamic_cast depending on the situation. youtube.com/watch?v=SmlLdd… #cpp #cplusplus #programming #video

sigcpp's tweet image. Logan Smith illustrates the pitfalls of using C-style casts in C++ code. Bottomline, instead of C-style cast, use an appropriate C++ cast such as static_cast and dynamic_cast depending on the situation.

youtube.com/watch?v=SmlLdd…

#cpp #cplusplus #programming #video

If you're a CS student/faculty in India, Africa, or South America, and are interested in a SIGCPP event on your campus, pls DM to discuss topics, schedules. And thx @CompileExplore for the awesome service. elk.zone/hachyderm.io/@… #cpp #cplusplus #teaching #learning #education


Special Interest Group on C++ 님이 재게시함

It's been >6 years now since @ben_deane and I presented "constexpr All The Things!" And 6 years of C++ Weekly and conference presentations about constexpr... And I'm finally seeing a shift in conversation from "why do I need constexpr?" to "of course I need constexpr!"


Special Interest Group on C++ 님이 재게시함

Just published my 35th video about C++ lambdas! Why? Because lambdas follow the evolution of C++. If you fully understand lambdas, you understand most of the core of C++! The last episode is about a new C++23 feature. youtube.com/playlist?list=…


Special Interest Group on C++ 님이 재게시함

New blog post "Let's enumerate the UB": shafik.github.io/c++/2023/07/09… #cplusplus

shafikyaghmour's tweet image. New blog post "Let's enumerate the UB":  shafik.github.io/c++/2023/07/09…

#cplusplus

Special Interest Group on C++ 님이 재게시함

Alright team, we can do this! Retweet if you know anyone who is not currently a subscriber of C++ Weekly! youtube.com/@cppweekly

lefticus's tweet image. Alright team, we can do this!

Retweet if you know anyone who is not currently a subscriber of C++ Weekly!

youtube.com/@cppweekly

Special Interest Group on C++ 님이 재게시함

strlcpy and strlcat added to GLIBC 2.38 by Florian and Siddhesh. Great work. Continually improving.


Special Interest Group on C++ 님이 재게시함

To C++ folks, should pass by value arguments be marked const if they aren't changed in the function? #cpp

void f(int x) %45.8
void f(const int x) %54.2

2626표 · 최종 결과


Special Interest Group on C++ 님이 재게시함

I'm toying with making a list of C++ Tricks, Tips and Tidbits. They are intended for like one of those pop up "did you know?" dialog boxes. github.com/lefticus/lefti… Add some via comment or PR if you are interested!


std::string_view has 3 modifiers: remove_prefix, remove_suffix, swap. When working with immutable strings, unless you need a modifier, use const string view. (Anecdotally, most string view uses do not involve modifiers.) en.cppreference.com/w/cpp/string/b… #cpp #cplusplus #programming


Loading...

Something went wrong.


Something went wrong.