#c

[ follow ]
#programming-languages
Tech industry
fromBusiness Insider
1 week 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.
Tech industry
fromBusiness Insider
1 week 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.
#net
#developer-productivity
Mobile UX
fromTechzine Global
1 month ago

Microsoft tool masks malware for cybercriminals

Cyber criminals exploit .NET MAUI to hide malware in blob files, making detection by traditional security measures challenging.
fromHackernoon
2 months ago

C++ Metaprogramming: Compilation of Calculations, from Basic Techniques to Advanced Methods | HackerNoon

Compile-time calculations in C++ enhance program efficiency and safety, but increase compilation time and can complicate code readability.
Scala
#software-development
Software development
fromInfoQ
2 months ago

Learnings from Working with Programming Rules and Guidelines

Developers should selectively adopt programming rules and document deviations to improve collaboration and code quality.
Misapplication of programming guidelines can lead to suboptimal and cumbersome code.
fromHackernoon
11 months ago

C++ Metaprogramming: Variadic Templates & Fold Expressions-Now with 100% Less Headaches | HackerNoon

Variadic templates greatly simplify the process of creating functions and classes that can accept a variable number of template arguments, transforming generic code development.
Scala
#memory-safety
Scala
fromTechzine Global
2 months ago

C++ needs to be more secure, but it need not be replaced

Bjarne Stroustrup calls for the C++ community to defend against attacks questioning the language's memory safety and security flaws.
Scala
fromTheregister
2 months ago

C++ creator calls for action to address 'serious attacks'

Bjarne Stroustrup urges the C++ community to address memory safety issues amid rising criticism and shifts toward safer programming languages.
Scala
fromTechzine Global
2 months ago

C++ needs to be more secure, but it need not be replaced

Bjarne Stroustrup calls for the C++ community to defend against attacks questioning the language's memory safety and security flaws.
Scala
fromTheregister
2 months ago

C++ creator calls for action to address 'serious attacks'

Bjarne Stroustrup urges the C++ community to address memory safety issues amid rising criticism and shifts toward safer programming languages.
Software development
fromInfoWorld
3 months ago

Microsoft updates VS Code C# Dev Kit extension

Microsoft's C# Dev Kit update enhances Razor/Blazor development with better Hot Reload and improved error management for debugging and testing.
fromHackernoon
6 months ago

Entity Framework 8 - Partial Classes Tricks You Should Know About | HackerNoon

In EF 8, generating classes directly from the database can lead to loss of customizations when the model is regenerated; partial classes offer a solution to this issue.
Bootstrapping
fromCodeProject
7 months ago

(Non-)Nullable Reference Types

The new feature called 'nullable reference types' makes two mistakes by focusing on non-nullable variables, which have always been part of C#, misleading developers.
JavaScript
[ Load more ]