
please wait
by ruzip
C Nested Linked list using dot for members
|
|
Feb 27, 2023 at 6:21pm
[8 replies] Last: @Keskiverto @GeorgeP Yes something like that. I'd prefer the dot typ... (by ruzip)
|
by Hawlong
remove element from vector <struct>
|
|
Feb 23, 2023 at 4:27pm
[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
|
|
Feb 22, 2023 at 6:52pm
[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
|
|
Feb 21, 2023 at 8:54pm
[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)
|
|
Feb 19, 2023 at 7:51pm
[35 replies] Last: @seeplus: Thanks! :) (by ayoesquire)
|
by ruzip
Macro to replace comma in #define
|
|
Feb 18, 2023 at 7:01pm
[11 replies] Last: Thanks mbozzi , it works great! problem solved 👍 I did try someth... (by ruzip)
|
by Cplusc
shared pointer
|
|
Feb 16, 2023 at 6:14am
[9 replies] Last: thanks for your help. (by Cplusc)
|
by ruzip
Parsing Include Files Recursively
|
|
Feb 15, 2023 at 7:24am
[19 replies] Last: Thanks seeplus ! (by ruzip)
|
by BuckedUp
Function to output all combinations that give a certain value
|
|
Feb 14, 2023 at 12:56pm
[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
|
|
Feb 12, 2023 at 12:37pm
[2 replies] Last: Thank you Ganado for the good insights that will help me. The address ... (by PeteDD)
|
C++ 20, designated initializers |
|
Feb 9, 2023 at 1:10pm
[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
|
|
Feb 8, 2023 at 5:35pm
[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
|
|
Feb 8, 2023 at 3:08pm
[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?
|
|
Feb 8, 2023 at 1:29pm
[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?
|
|
Feb 7, 2023 at 12:50pm
[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
|
|
Feb 6, 2023 at 9:49pm
[10 replies] Last: Thanks all , seeplus , jonnin , doug4 Thank you very much for your gre... (by Hawlong)
|
by Hawlong
Multithreading in a dll
|
|
Feb 2, 2023 at 9:12pm
[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)
|
|
Feb 1, 2023 at 4:35pm
[40 replies] Last: Calling a class method on a nullptr is seemingly allowed by MSVC and G... (by deleted account xyzzy)
|