Remove c
article thumbnail

Java vs. Python Comparison: The Battle of Best Programming Language in 2021

DZone

Comparing two programming languages is similar to a comparison between two cars, where two different individuals may have different opinions on both of them. Let's start with Zoom, an incredible video-conferencing application on which almost today's world relies on was developed using JAVA and C++.

Java 247
article thumbnail

C++ safety, in context

Sutter's Mill

To talk about C++’s current safety problems and solutions well, I need to include the context of the broad landscape of security and safety threats facing all software. Many of the most damaging recent security breaches happened to code written in MSLs (e.g., tl;dr: I don’t want C++ to limit what I can express efficiently.

C++ 139
Insiders

Sign Up for our Newsletter

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

Trending Sources

article thumbnail

Trip report: Summer ISO C++ standards meeting (Cologne)

Sutter's Mill

Obligatory comment: The C++20 Eagle has wings. At noon today, July 20 2019, the ISO C++ committee completed its summer meeting in Cologne, Germany, hosted with thanks by Think-Cell, SIGS Datacom, SimuNova, Silexica, Meeting C++, Josuttis Eckstein, Xara, Volker Dörr, Mike Spertus, and the Standard C++ Foundation.

C++ 98
article thumbnail

Comparison between Testsigma and Protractor alternatives

Testsigma

The biggest challenge that is aimed to solve was the inclusion of automatic waits, such that tests would work without the need of adding waits in the code to make the tests wait for a particular element. Developers, Coders as well as Testers with limited coding knowledge. JavaScript and TypeScript , Python , Java , C# 14.

article thumbnail

Effective Concurrency: Live online course in April

Sutter's Mill

I generally give one or two courses a year on C++ and related technologies. Because “high-performance low-latency” is kind of C++’s bailiwick, and because it’s my course, you’ll be unsurprised to learn that the topics and code focus on C++ and include coverage of modern C++17/20/23 features.

C++ 40
article thumbnail

Additional T-SQL Improvements in SQL Server 2022

SQL Performance

If you’ve been writing and optimizing T-SQL code for a while, you’re probably well aware of the many complexities involved with NULL handling. One of the complexities that is of a specific importance to this section is comparisons that potentially involve NULL comparands, such as ones that you use in filter and join predicates.

Servers 142
article thumbnail

Something I implemented today: “is void”

Sutter's Mill

[Edited to add pre-publication link to next draft of P2392, revision 2, and correct iterator comparison] Brief background As I presented at CppCon 2021 starting at 11:15 , I’m proposing is (a general type or value query) and as (a general cast, for only the safe casts) for C++ evolution. in requires clauses, in general code).

C++ 96