#CLanguage

2025-06-17

I just changed most, just shy of all, of the K&R function definitions, that should have gone away decades ago, in #djbwares to the new 1989 way of doing things.

Tedious, but worth it for when 2023 comes around, as the 2024 C compiler is warning me will happen quite soon. (-:

#CLanguage

Mille e Una Avventura1001avventura@mastodon.uno
2025-05-28

Mettiamo a confronto varie tecniche di programmazione per scoprire qual è la più performante. Il classico algoritmo che approssima Pi greco con il metodo di Montecarlo viene implementato con un singolo thread, con le SIMD AVX2, multithreaded sulla CPU e, poi, su una GPU Nvidia sfuttando CUDA. Quali performance otterremo? #clanguage #cuda #multithreading #mandelbrot #cplusplus #visualstudio #programming youtube.com/watch?v=NyaGaUeDck

Mille e Una Avventura1001avventura@mastodon.uno
2025-05-24

Una carrellata di IDE e compilatori per il linguaggio C/C++. Alcuni antiquati ed altri più attuali con estensioni AI. #clanguage #programming #compiler #ide #artificialintelligence youtube.com/watch?v=S0SEa55O3i

2025-05-23

Do you guys know a good C/C++ ide? I don't like Code::Blocks and I don't need Clion (for now?)

Edit: of course it's out of the question to use a Microsoft product.

#C #clang #clanguage #Dev #solodev #programming #coding

Revista Occam's RazorRevistaOccamsRazor@masto.es
2025-05-17

El artículo sobre volcado de memoria en tiempo de ejecución ahora en video:

youtu.be/dPUSQTXn8_E

#programacion #clanguage #hacking #linux #programming #c #tools #herramientas

Mille e Una Avventura1001avventura@mastodon.uno
2025-05-17

Dopo anni è comparso un nuovo aggiornamento il 25.03 dell'IDE Code::Blocks. 20 anni fa lo avevo utilizzato per programmare il mio APOCALYX 3D Engine! #programming #codeblocks #ide #clanguage youtube.com/watch?v=m32gXrrpHP

Erik C. Thauvinethauvin
2025-04-25

GCC 15.1 Released With COBOL Compiler & Many Other Improvements

phoronix.com/news/GCC-15.1-Rel

Rachael Ava 💁🏻‍♀️RachaelAva1024@tech.lgbt
2025-04-18
Martin Ueckeruecker
2025-04-14

I put an overview of my preliminary (!) analysis of undefined behavior in the core language and the status in C2Y into the ISO WG14 document log.
open-std.org/jtc1/sc22/wg14/ww

2025-03-12

At last someone has articulated my thoughts about C memory safety. The solution exists and is very robust: ADA.
If only I could convince management to use that instead of C/C++. Instead they're more likely to find Rust the more attractive option 😔
hackaday.com/2025/03/11/trapc-

#clanguage #cplusplus #ada #hackadaycolumns

2025-02-28

Retour vers le futur session de degug #asterisk en #clanguage une occasion de tester #clion de #jetbrains puisque j'ai pris le pack complet d'outils

Erik C. Thauvinethauvin
2025-02-25

Rust-Written Zlib-rs Is Not Only Safer But Now Outperforming Zlib C Implementations

phoronix.com/news/Zlib-rs-0.4.2

Erik C. Thauvinethauvin
2025-02-24
2025-02-14

We love PostgreSQL for its resiliency, performance, extensibility, and flexibility in adapting to just about any use case. So, we celebrate Postgres today just like every day and wish you, the users (whether long-standing or brand new!) and the community a very happy Valentine’s Day. May you always experience PostgreSQL as being a database you love, too.

Photo credit: Getty Images on Unsplash

#Tech #data #OpenSource #FOSS #OSS #dev #devcommunity #clanguage #programming #sql #learnsql

"Happy Valentine's Day" as text accompanied by hearts and the Data Bene logo is superimposed over an image of two elephants holding trunks
2025-01-06

Ceedling 1.0 was released on the 1st of January. I only saw it today, looking forward to introducing it into my workplace. Https://github.com/ThrowTheSwi

#testing #clanguage #embedded

2024-12-15

I'm working on a new project called #fox #monitor.
This project is a simple system monitor #software for #linux os.
Check this out :honeybadger:
#c #cpp #lowlevelprogramming #clanguage #code #programming #systemmonitor #application #app
github.com/Mr-Fox-h/fox_monito

2024-12-14

Can any #clanguage people give me some suggestions? In my current project, I have a `StringView` struct, which is essentially a pointer and a length. Every time when I need to print it, I need to do something like
```c
printf("%*s", (int)sv.size, sv.start);
```
This is annoying and error-prone. I can also write custom format-print functions, which will also allow me to format-print arbitrary structs. However, then I lose the nice compiler protection against incorrect formats.

#c

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst