Sean Murthy · @smurthys
218 followers · 2682 posts · Server hachyderm.io

I like help confirming this stmt in C23 draft N3096 (§ 6.2.5, Pg 39) that "each distinct enumeration is a different enumerated type".

open-std.org/jtc1/sc22/wg14/ww

I'm unable to confirm this type-distinctness in code. I wonder if that's because GCC and clang are yet to implement it. Or perhaps my code has issues, or I misunderstand the docs.

FYI I'm not a C programmer.

godbolt.org/z/zKeezshEz

Boosts appreciated to reach C programmers outside my small social circle.
🔃 🙏

#c #c23 #programming

Last updated 1 year ago

Sean Murthy · @smurthys
177 followers · 2088 posts · Server hachyderm.io

A C23, GCC question: The first line of code here causes `-Wold-style-declaration` warning in GCC 13.1. Is this warning because GCC's C23 implementation of placeholder type `auto` is not yet complete?

sigcpp.godbolt.org/z/6Yos9oMch

#c #c23 #programming #godbolt

Last updated 1 year ago

Eddy Jansson · @el0j
13 followers · 114 posts · Server mastodon.gamedev.place

GCC 13 is branched and likely releasing next week. It contains further implementation of features, and on the C++ side std::format finally arrives in libstdc++

gcc.gnu.org/gcc-13/changes.htm

#c23 #cpp20

Last updated 1 year ago

This my Favorite stamp it is a US and was issued in 1938 !

#c23

Last updated 1 year ago

FOSSlife · @fosslife
1568 followers · 76 posts · Server fosstodon.org

Lock Your Thread: A major revision of the C language standard is due out this year fosslife.org/c23-standard-comi

#c23 #cstandard #languages #softwaredevelopment

Last updated 1 year ago

Chris Bohn · @DocBohn
199 followers · 647 posts · Server techhub.social

I've seen a little bit of discussion about the "Drill Bits" column in the latest ACM Queue
(dl.acm.org/doi/10.1145/3588242), in which is pretty clear that the authors aren't terribly happy with the draft. "Older standards such as C99 and C11 weren’t perfect, but detailed analysis will sometimes conclude that they are preferable to C23."

#c23

Last updated 1 year ago

Holger Hoffstätte · @asynchronaut
23 followers · 53 posts · Server fosstodon.org

Fantastic writeup how things get worse for no reason whatsoever, other than process failures:
queue.acm.org/detail.cfm?id=35

#c #c23

Last updated 1 year ago

Bernie · @codewiz
1526 followers · 16359 posts · Server mstdn.io

LLVM and Clang 16 are out with more complete C++23 and C23 support.
releases.llvm.org/16.0.0/tools

I wonder if "import std" is finally usable in a real-world codebase?

#cpp #cpp23 #c23 #clang #llvm #programming

Last updated 1 year ago

Dhruva ⚙️ · @mechanicker
56 followers · 21 posts · Server hachyderm.io

Is there any mainstream programming language where the standardizing committee focuses on maintaining an official book for someone keen to learn the language rather than posting a language lawyer ISO standardization document.

I want to learn and modern C++. This is a big reason for me not looking forward to any new language feature.

#c23

Last updated 1 year ago

Eddy Jansson · @el0j
8 followers · 54 posts · Server mastodon.gamedev.place

Is there no way to get argument type-qualifier genericism in C11+ that doesn't involve dispatching to different functions?

Imagine I have a function that is one MILLION lines, and one of those assigns to a "result parameter" (not return value) that I want to be (const char***) or (char***) depending on the argument type used by the user.

I want the QChar from 's but you know.. for real.

#n3020 #c23

Last updated 1 year ago

LSDM · @lsdm
352 followers · 2253 posts · Server mamot.fr

Nouveautés du langage C dans sa prochaine version C23

++
lsdm.live/modules/news/article

#programming #programmation #c #c23

Last updated 2 years ago

Albert ARIBAUD Ⓜ · @aaribaud
47 followers · 107 posts · Server piaille.fr

I now have proof that I'm a : I've just read what the standard brings to the and I am happy.

#geek #c23 #c #language

Last updated 2 years ago

1414codeforge · @1414codeforge
90 followers · 449 posts · Server mastodon.uno

Interessante articolo di @JensGustedt su aggiunte e cambiamenti della libreria C nel nuovo standard .

gustedt.gitlabpages.inria.fr/c

Alcune caratteristiche di C23 son già supportate da e , i più intrepidi possono già cominciare a giocarci 🙂

en.cppreference.com/w/c/23#Com

#c23 #gcc #clang #cprogramming #programming

Last updated 2 years ago

1414codeforge · @1414codeforge
87 followers · 434 posts · Server mastodon.uno

Interessante articolo di @JensGustedt su aggiunte e cambiamenti della libreria standard C nel nuovo standard .

gustedt.gitlabpages.inria.fr/c

Alcune caratteristiche di C23 son già supportate da e , i più intrepidi possono già cominciare a giocarci 🙂

en.cppreference.com/w/c/23#Com

(noi non ce lo facciamo ripetere due volte)

#c23 #gcc #clang #cprogramming #programming

Last updated 2 years ago

1414codeforge · @1414codeforge
87 followers · 434 posts · Server mastodon.uno

Interessante articolo di @JensGustedt su aggiunte e cambiamenti della libreria standard C nel nuovo standard .

gustedt.gitlabpages.inria.fr/c

Alcune caratteristiche di C23 son già supportate da e , i più intrepidi possono già cominciare a giocarci 🙂

en.cppreference.com/w/c/23#Com

(noi non ce lo facciamo ripetere due volte)

#c23 #gcc #clang #cprogramming #programming

Last updated 2 years ago

0xor0ne · @0xor0ne
86 followers · 9 posts · Server infosec.exchange

C23 standard features overview by
Björkus Dorkus

A must read if you are a C or system developer.

thephd.dev/c23-is-coming-here-

#cprogramming #programming #learning #c23 #infotech

Last updated 2 years ago

Jₑₙₛ Gustedt · @JensGustedt
83 followers · 139 posts · Server digitalcourage.social


@suprjami
Thanks for posting this!
There are still a lot of blind spots, so any help for completing this would be appreciated. Anybody interested, please drop me a line.

#c23 #c2x #c17 #C11 #c99 #cprogramming

Last updated 2 years ago

Jamie · @suprjami
43 followers · 140 posts · Server fosstodon.org

Good overview of C23 changes, general and organised per standard library header. Thanks @JensGustedt for all your great work! htmlpreview.github.io/?https:/

#cprogramming #c99 #c11 #c17 #c2x #c23

Last updated 2 years ago

IT News · @itnewsbot
1661 followers · 238595 posts · Server schleuss.online

C23 Programming for Everyone - Here’s a history quiz: What architecture did the first C++ compiler target? Of cou... - hackaday.com/2022/09/13/c23-pr

#c #c23 #softwaredevelopment

Last updated 2 years ago