by admin
Welcome to this board!
|
|
[no replies]
|
by LsDefect
Unlock mutex when returning
|
|
[2 replies] Last: Whoops you're right, thanks I'll make bufferLoaded atomic. As for out... (by LsDefect)
|
by JUANDENT
how to read a single character as with getchar but in C++?
|
|
[8 replies] Last: in C one could read a single character from the keyboard with functio... (by seeplus)
|
by JUANDENT
Strange arithmetic conversions
|
|
[5 replies] Last: This is one of the reasons why .ssize()/std::ssize was introduced to g... (by seeplus)
|
by JUANDENT
How to clear the buffer for istreams?
|
|
[1 reply] : https://en.cppreference.com/w/cpp/io/basic_istream/ignore (by salem c)
|
by leo2008
c++ array negative numbers
|
|
[4 replies] Last: to move all the negative numbers to the left end of the array without... (by seeplus)
|
by leo2008
c++ indice 2 numbers
|
|
[4 replies] Last: Another way is to use combinations. Consider this which will find the ... (by seeplus)
|
by JUANDENT
What is the difference between declaring a variable auto and declaring it auto&&?
|
|
[9 replies] Last: Why auto&& and not auto& ? I had to look this one up. && is speci... (by jonnin)
|
by stav
which one of these bytecode instruction designs is better?
|
|
[7 replies] Last: I don't think either of these approaches of good. To see why, consider... (by dhayden)
|
by Cplusc
Inconsistent Results with Different Methods
|
|
[16 replies] Last: Hi Cplusc, I hope all is well at your end :+) Sorry for an even late... (by TheIdeasMan)
|
by adam2016
Threading
|
|
[18 replies] Last: Not that it really matters your link lists different authors for the ... (by seeplus)
|
by ElusiveTau
Why are there multiple multithreading frameworks?
|
|
[8 replies] Last: PS. There's also: Intel Threading Building Blocks https://www.intel.co... (by seeplus)
|
by helios
About full-duplex sockets
|
|
[1 reply] : I'm not even sure what API you are using here 🤔 But, if we are tal... (by kigar64551)
|
by JUANDENT
Mismatch overload problem
|
|
[1 reply] : #ifndef DUTHOMHAS_IS_ITERABLE_HPP #define DUTHOMHAS_IS_ITERABLE_HPP ... (by Duthomhas)
|
by JUANDENT
How to test if a type T has a begin<T> defined
|
|
[no replies]
|
by JUANDENT
why testing for member pointer determines the template type is a class?
|
|
[4 replies] Last: Thanks!! (by JUANDENT)
|
by lostwithcpp
Trouble with seeing where variable is initialized?
|
|
[4 replies] Last: [quote=lostwithcpp]this is only for structs, not classes? Technically... (by Peter87)
|
by Cplusc
C1090 error (1,2)
|
|
[23 replies] Last: hardware that old wouldn't be able to slot enough ram to run it either... (by jonnin)
|
by PacR
Read nested structures from file.
|
|
[19 replies] Last: As another take on this, consider: #include <iostream> #include <fs... (by seeplus)
|
by lostwithcpp
How to find the Type of a struct that is passed as an argument and the template arguments for a lambda function?
|
|
[5 replies] Last: thanks for all the help (by lostwithcpp)
|