
Cpp Bay Area
@CppBayArea
Followers
276
Following
6
Media
10
Statuses
121
C++ User Group in the SF Bay Area
Mountain View, CA
Joined April 2014
relocation truncated to fit: R_X86_64_PC32. What?. Bo Yang shows how massive C++ code bases tackle this annoying little linker error. Tonight at 6:30 PM in San Jose. Performance tuning, AutoFDO, LLM refactors, and more. Don't miss it!.
meetup.com
The "relocation overflow" error is a common yet perplexing issue encountered during the linking phase of large-scale C++ projects. It typically manifests with messages like
0
0
0
RT @TikTokForDevs: 🌟 Excited to announce our upcoming C++ Bay Area Meetup! 🌟. 📅 Date: February 6, 2025.📍 Location: Bytedance HQ, San Jose,….
meetup.com
*Creating Declarative Programming Paradigms* Declarative programming is the technique of saying “what you want” instead of “how to do”. This talk is a reprise of a previous
0
3
0
What can C++ learn from other languages?. Next Tuesday, boost.math maintainer Nick Thompson will share his experience with the Julia programming language. Please come join us!.
meetup.com
*Julia for the Curious C++ Programmer* Julia is a high-performance JIT compiled dynamic language originally targeting numerical computing. However, the power of Julia's cen
0
0
3
Next week, Leo Chan from the Fuchsia OS team will showcase a clever trick to make C++ virtual functions more efficient. Join us on August 13 for an awesome night of CppBayArea!.
meetup.com
*Relative VTables* Virtual Tables (or VTables) are essential for runtime polymorphism in C++, but they can be inefficient in PIC (Position-Independent Code) binaries. Relat
0
4
7
Do you have unsolved race conditions? Is your logging bloated? Does optimizing C++ sound like a fun time?. Next Tuesday, Aditya Gurajada is speaking in Sunnyvale about L3-LOC, a lightweight logging library with plenty of tricks up its sleeve!. RSVP here:
meetup.com
This month's speaker is: Aditya, a Soft-Where engineer. This talk presents **L3**, a small C/C++ library designed for high-speed, non-intrusive, logging of events in an mm
1
0
3
What is C++?. Uncompromised performance. Leave no room for a lower level language. At our new venue in Sunnyvale, @_JonKalb will talk about what makes C++ great and how to take full advantage of it. Come meet up on Tuesday, March 12!.
meetup.com
We've spent the last few months making CppBayArea better than ever. Join us at Walmart's Sunnyvale office to learn about and meet fellow C++ enthusiasts. This month's spea
2
3
10
RT @ashvardanian: Systems Hackathon Alert 🎉. February 24th, San Francisco. Full day gathering for those who build AI training frameworks, c….
partiful.com
Calling all CUDA, C/C++, Rust, Assembly, systems, networking, & low-level hackers! This hackathon will be a more intimate & high talent density gathering than our usual events, exclusive to systems...
0
3
0
Dinner. C++ trivia. Booze. Tomorrow we're having a holiday social gathering in San Jose. Hang out with other C++ hackers in the bay area and win some prizes!.
meetup.com
*C++ Holiday Social Fun 🎈* Join us this December for a fun and casual get-together at the [San Pedro Square Market](https://sanpedrosquaremarket.com/) 🛍 in San Jose. **
1
2
2
Inventor of libfmt and memer @vzverovich is speaking Tuesday about the inner workings of std::format. Type erasure, floating-point formatting, and more!. Important: This meeting is at Aurora's office in Mountain View, not the usual JFrog in Sunnyvale.
meetup.com
{fmt}: The Cool Parts with Victor Zverovich In this talk we will look at a few important and technically challenging aspects of the {fmt} formatting library and C++20 std:
0
4
15
x86-based processors have dominated desktop computing. However, ARM's efficiency has made RISC more and more attractive for servers and desktops. Tuesday September 19, learn the basics of ARM64 and some tricks to make your code lightning fast!.
meetup.com
This is the meetup for the **in-person** event. Please RSVP for the online meetup (will be posted 24 hours before the meetup) if you cannot attend in-person. \-\-\-\-\-\-\
0
3
8
Teach C++ new tricks with reflection and code generation. @strager is speaking next week at CppBayArea in Sunnyvale, CA. Details:.
meetup.com
This is the meetup for the **in-person** event. Please RSVP for the **[online meetup](https://www.meetup.com/cpp-bay-area/events/295185250)** if you cannot attend in-person
0
1
6
Zig isn't just a hip new language; it's also a cross-compiling C++ toolchain and build system. Next Tuesday, Ed Yu will teach us C++ devs new tricks: zig cc, build.zig, and the Zig package manager.
meetup.com
**WTF is Build.Zig?** Zig is a modern system programming with a unique value proposition for C/C++ in that it allows you to use a Zig source code instead of Makefiles to b
0
1
2
Meetup today in Sunnyvale! Property Based Testing. RSVP below: 👇.
meetup.com
**Property Based Testing** Standard unit testing paradigms are effective at finding bugs within the programmer’s mental model of correct operation of the code. However, fi
0
2
3
Writing reliable software is easy. Just use the type system and write some unit tests, right? Maybe not so easy. Next Tuesday, Nick Thompson will teach a different way to catch software bugs:. Property-based testing.
meetup.com
**Property Based Testing** Standard unit testing paradigms are effective at finding bugs within the programmer’s mental model of correct operation of the code. However, fi
0
2
5
Tomorrow's meetup: Uncovering hidden security risks in C++ applications with LD_PRELOAD and API interception.
meetup.com
**Uncovering Hidden Security Risks in C++ Applications with LD_PRELOAD and API Interception** Security is becoming an increasingly important aspect of quality these days.
0
1
3
Writing C++ code is hard enough. But how can we make our C++ apps secure? Kiran Kamity will present tools to detect 80 types of insecure behaviors of running C++ applications. Join us Tuesday next week in Sunnyvale, CA!.
meetup.com
**Uncovering Hidden Security Risks in C++ Applications with LD_PRELOAD and API Interception** Security is becoming an increasingly important aspect of quality these days.
0
3
4
Reminder: Tomorrow is the monthly CppBayArea meetup in Sunnyvale!. Topic: Creating a Declarative UI Library in C++ with wxWidgets.
meetup.com
***Creating a Declarative UI Library in C++ with wxWidgets (Part 1)*** Creating UI interfaces for C++ is a challenge. While C++ itself does not have a UI Library, there ar
0
3
10