#c

[ follow ]
fromwww.infoworld.com
18 hours ago

Qwen Code is good but not great

You're right. Let me fix the code and properly implement the Chudnovsky algorithm, which is indeed one of the best algorithms for computing pi to many decimal places. I'll also ensure the compilation works correctly. First, let me check what went wrong with the compilation: Shell cd /Users/martinheller/Code/qwen && g++ -lgmp -lmpfr pi_value.cpp -o pi_value
Software development
fromTheregister
5 hours ago

Safe C++ proposal all but abandoned in favor of profiles

"The Rust safety model is unpopular with the committee. Further work on my end won't change that. Profiles won the argument "The Safety and Security working group voted to prioritize Profiles over Safe C++. Ask the Profiles people for an update. Safe C++ is not being continued," said Sean Baxter in June this year.
Information security
fromInfoWorld
1 month ago

Microsoft C++ static analysis tool bolsters warning suppressions

The Microsoft C++ Code Analysis tool has been updated to provide better tracking, justification, and overall management of warning suppressions, leading to a more maintainable code base.
Software development
fromInfoWorld
2 months ago

How to inline methods using MethodImplAttribute in C#

The MethodImplAttribute class in C# allows developers to instruct the JIT compiler to 'inline' a method, enhancing execution speed by substituting a method call with its implementation.
Software development
fromInfoQ
2 months ago

C++26 Draft Finalized with Static Reflection, Contracts, and Sender/Receiver Types

Reflection will debut in C++ in an early form and is expected to evolve in future versions, enabling advanced use cases like generating bindings for other languages.
Software development
Mobile UX
fromTheregister
2 months ago

Cosmoe: New C++ toolkit for building native Wayland apps

Cosmoe offers a lightweight, mature C++ UI library for Wayland, despite being a newly announced project.
fromHackernoon
3 months ago

Meet Iron Software: HackerNoon Company of the Week | HackerNoon

Their tools empower developers to simplify complex tasks, with a track record of significant downloads validating their impact across varied industries.
NYC startup
Artificial intelligence
fromHackernoon
3 months ago

"Feels Like Someone Else Is Coding": My Surreal Experience with Copilot Agent in ASP.NET8 | HackerNoon

GitHub Copilot Pro+ can effectively assist developers in creating and managing code in complex .NET applications.
Scala
fromInfoWorld
3 months ago

How to use frozen collections in C#

FrozenSet and FrozenDictionary in .NET 8 are optimized immutable collections for fast look-ups.
fromInfoWorld
3 months ago

C# 14 introduces file-based apps

Microsoft's new file-based apps capability for C# allows developers to run stand-alone .cs files directly, simplifying development and enhancing learning opportunities.
Software development
Tech industry
fromBusiness Insider
4 months ago

Why Citadel Securities is training its developers on a coding language update so complex it hasn't even been released yet

C++ is an evolving language critical for efficiency in high-frequency trading.
fromApp Developer Magazine
4 months ago

Microsoft Build 2025 | App Developer Magazine

Microsoft Build 2025 will feature a comprehensive lineup of .NET and C# content, with over 75 dedicated sessions designed to engage developers of all experience levels.
Software development
fromInfoWorld
1 year ago

How to use Refit to consume APIs in ASP.NET Core

Refit simplifies consuming REST APIs by defining API endpoints as C# interfaces, eliminating manual HTTP request handling and response parsing.
Web frameworks
[ Load more ]