C++

1783 readers
1 users here now

The center for all discussion and news regarding C++.

Rules

founded 1 year ago
MODERATORS
251
 
 

C++ in safety critical domain. How to approach type safety in particular when it comes to safety critical domains e.g. Automotive. Challenges in domain, beyond C++14 solutions.

Slides: https://github.com/italiancpp/itcppcon23

252
253
254
255
256
 
 

Although throw() has been deprecated for a while now, I thought this was an interesting bit of history regarding Microsoft's compiler.

257
258
259
 
 

Hi everyone, here is a list of websites that I use for C++:

What are you all using? Post your comments :)

260
11
submitted 1 year ago by Nihili0 to c/cpp
 
 

Article by Çağlayan Dökme

261
 
 

first few C++26 core language features have been voted into the C++ Working Draft at the Varna meeting:

  • P2738R1 constexpr cast from void*: towards constexpr type-erasure
  • P2741R3 User-generated static_assert messages
  • P2169R4 A nice placeholder with no name
262
263
264
13
Hello, world! (vlemmy.net)
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/cpp
 
 

Corny, but effective.