Remove c
article thumbnail

Crate-training Tiamat, un-calling Cthulhu:Taming the UB monsters in C++

Sutter's Mill

For more background on safety and security issues related to C++, including definitions of language safety and software security and similar terms, see my March 2024 essay C++ safety, in context. This is a status update on improvements currently in progress for hardening and securing our C++ software.

C++ 70
article thumbnail

Seniors and Juniors

O'Reilly

But the distinction between senior and junior software developers is built into our jobs and job titles. As they move into the workforce, they need to deepen their knowledge and become part of a team writing a software system for a paying customer. It almost sounds pejorative, doesnt it?

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Bridging the AI Learning Gap

O'Reilly

When I started working on the new edition of Head First C# back in 2023, AI tools like ChatGPT and Copilot were already changing how developers write and learn code. But the audience for the booka developer learning C# as their first, second, or third languagedoesnt yet have these skills. It was clear that I needed to cover them.

C++ 67
article thumbnail

What the SEC cybersecurity disclosure mandate means for application security

Dynatrace

Not only that, but the growing reliance on a complex software supply chain that includes homegrown, third-party, and open-source software makes it more difficult to manage risk throughout the software development lifecycle. How should C-level executives and boards of directors prepare for the SEC cybersecurity mandate?

article thumbnail

Basis Path Testing in Software Testing

Testlodge

Basis path testing in software testing is a white box method where the tester examines the codebase to identify all possible paths that could be taken by the user to achieve their aims. When there are multiple options for a decision, each decision outcome should be exercised before moving on to the next decision.

Testing 75
article thumbnail

World’s youngest C++ programmer?

Sutter's Mill

I’m seeing many younger programmers picking up C++. The average age at C++ events over the past year has been declining rapidly as the audience sizes grow with more and younger people in addition to the C++ veterans. This kid seems pretty exceptional. Welcome, Wasik!

C++ 40
article thumbnail

Your First C Program

Sutter's Mill

As a tribute in honor of Dennis Ritchie’s passing , I’d like to invite you to share your thoughts in this post’s comments about your first C program – either the code if you remember it approximately, or a story about when you wrote it. After all, this was just a warm-up initial exercise for the course. Here’s mine. Never even seen it.

C++ 40