#c-programming

[ follow ]

Hate Rust? Fil-C aims to Make C Great Again

Fil-C offers a memory-safe alternative for developers using C and C++, fully compatible with existing codebases.

C++ State Machine with Threads

Integrating state machines with asynchronous callbacks creates a powerful framework for multithreaded applications.

Type-Safe Multicast Callbacks in C

Function pointers enhance modular design by allowing anonymous registration and reducing code coupling.
Multicast callbacks enable multiple subscribers to receive notifications concurrently.

An Introduction to TinyVG in C

TinyVG simplifies and improves the handling of vector graphics compared to traditional formats like SVG.
#software-development

When Coding Determines the Survival of The City | HackerNoon

The main challenge in programming today is not just creating systems but also ensuring their security against potential breaches.

10 Most Important Features of C Language

C programming remains relevant due to its unique features, simplicity, and adaptability despite the emergence of newer programming languages.

When Coding Determines the Survival of The City | HackerNoon

The main challenge in programming today is not just creating systems but also ensuring their security against potential breaches.

10 Most Important Features of C Language

C programming remains relevant due to its unique features, simplicity, and adaptability despite the emergence of newer programming languages.
moresoftware-development

Computer Talker with C#

The program enables text-to-speech functionality using the SpeechSynthesizer class in a Windows Forms application.

Updating Linux with Rust a new test? It's one of our oldest

Linux's evolution reflects both technical prowess and human challenges, crucial for its adaptation and future progress.

Very basic download Bitmap Image from the web.

Using HttpClient enables efficient asynchronous image downloads.

DARPA wants to accelerate translation of C code to Rust - and it's relying on AI to do it

DARPA aims to automate the translation of legacy C code to Rust due to memory safety vulnerabilities in C programming.

minixml

The miniXML parser is a simple, powerful, and portable XML parsing tool with supporting XPath engine.

Reading a whole file at once (slurp)

Loading an entire file into memory in C requires dynamic buffer growth and careful memory allocation handling due to the unpredictability of file size and potential large file sizes.
from CodeProject
4 months ago

Kernel-Level Application Blacklisting with C++ and Windows

Application Blacklisting ensures only approved applications run on the system, enhancing security by controlling execution at the kernel level.

C Program to Check Whether a Number Is Prime [Easy Methods]

A prime number has only two factors: 1 and itself. Primes can be written as a product of two numbers in one way.
[ Load more ]