by ruzip
C Nested Linked list using dot for members
|
|
[8 replies] Last: @Keskiverto @GeorgeP Yes something like that. I'd prefer the dot typ... (by ruzip)
|
by Hawlong
remove element from vector <struct>
|
|
[6 replies] Last: And should you ever need it C++20 makes it possible to reverse a range... (by deleted account xyzzy)
|
by ruzip
Check if function argument is a string
|
|
[6 replies] Last: Thanks for the input guys. I'm not really leaning into using variadic... (by ruzip)
|
by ruzip
C Macro Filter String literals in arguments
|
|
[7 replies] Last: The problem is that string literals are typically treated as being sel... (by mbozzi)
|
by ayoesquire
implementation of simple class for raspberry pi pwm blink program (Embedded Programming) (1,2)
|
|
[35 replies] Last: @seeplus: Thanks! :) (by ayoesquire)
|
by ruzip
Macro to replace comma in #define
|
|
[11 replies] Last: Thanks mbozzi , it works great! problem solved 👍 I did try someth... (by ruzip)
|
by Cplusc
shared pointer
|
|
[9 replies] Last: thanks for your help. (by Cplusc)
|
by ruzip
Parsing Include Files Recursively
|
|
[19 replies] Last: Thanks seeplus ! (by ruzip)
|
by BuckedUp
Function to output all combinations that give a certain value
|
|
[3 replies] Last: Not sure that I agree with your model output: #include <iostream> #i... (by lastchance)
|
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)
|
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 deleted account xyzzy)
|