by PeteDD
passing char and returning 1-wire DeviceAddress
|
|
[2 replies] Last: Thank you Ganado for the good insights that will help me. The address ... (by PeteDD)
|
by George P
C++ 20, designated initializers
|
|
[13 replies] Last: Yeah I meant braces. But, okay now I get it. The assignment is the exp... (by Ganado)
|
by frek
When do you use 'auto' in your code
|
|
[8 replies] Last: What do you guys think of the version used in PS2 in my first post? ... (by MikeyBoy)
|
by JUANDENT
string_view is a borrowed range but it can still dangle
|
|
[1 reply] : [quote=cppreference]The concept borrowed_range defines the requirement... (by Peter87)
|
by IsaacD
Why doesn't GNU add famous non-standard functions to glibc?
|
|
[16 replies] Last: visual provides it anyway, both getch(e) & kbhit (and probably newer o... (by jonnin)
|
by JUANDENT
Can somebody explain what is a borrowed_range?
|
|
[1 reply] : A borrowed range is one whose iterator validity doesn't rely on the li... (by seeplus)
|
by Hawlong
How to initialize an array whose size is initially unknown
|
|
[10 replies] Last: Thanks all , seeplus , jonnin , doug4 Thank you very much for your gre... (by Hawlong)
|
by Hawlong
Multithreading in a dll
|
|
[6 replies] Last: You have made a great effort for my sake, thank your (by Hawlong)
|
by Hawlong
Read / Write Array Of Byte (1,2,3)
|
|
[40 replies] Last: Calling a class method on a nullptr is seemingly allowed by MSVC and G... (by George P)
|