by JUANDENT
about temporary objects...
|
|
[3 replies] Last: Thanks to the both of you!! Regards, Juan (by JUANDENT)
|
by JUANDENT
Trying to define a homogeneous value list with a variadic template
|
|
[7 replies] Last: dutch I was trying to speed up my understanding; the link is large wit... (by JUANDENT)
|
Should I pass a struct by the struct for string? |
|
[5 replies] Last: If two tokens have the same "token" but different types, are they the ... (by dhayden)
|
by volang
Doing lower layer stuff (1,2)
|
|
[31 replies] Last: But before, I printed out of the received data without touching it(no ... (by jonnin)
|
by pabristow
How many exponent digits displayed on output?
|
|
[1 reply] : 3 supports 999 digits. remember that 1.23 e2 is 123. e3 is 1230. floa... (by jonnin)
|
by QatarAirways
Computer as a player
|
|
[3 replies] Last: Oh lord! Thank you so much! (by QatarAirways)
|
by AlessandroTZ
Multiple function definition
|
|
[1 reply] : must give us sufficient C++ code and its build messages (by marhuum)
|
by JUANDENT
what is the difference between declaring a lambda as constexpr vrs returning constexpr?
|
|
[4 replies] Last: this code you provide does not compile does too: https://wandbox.org... (by Cubbi)
|
by Eristato
DXT5 data to rgba image converter
|
|
[7 replies] Last: https://www.file-extensions.org/pak-file-extension The first thing to ... (by salem c)
|
by bibo
Mutate passed 2d vector later
|
|
[4 replies] Last: Wow, TLE error vanished. Thanks :) (by bibo)
|
by bibo
OperatorOverloading with a state variable
|
|
[2 replies] Last: typedef priority_queue <mp, vector<mp>, Comparator> mypq_type; mypq... (by bibo)
|
by woohyeon
does blocked thread go to the ready queue?
|
|
[2 replies] Last: // salem c Thank you! I got it! (by woohyeon)
|
C++ disassembler project |
|
[2 replies] Last: I see your point; thank you. I corrected it (by Jack Van Stone)
|
by QatarAirways
Random Number from an Array
|
|
[7 replies] Last: Alas, even the seed_seq might be problematic That's what I meant by ... (by dutch)
|
by JUANDENT
should I use decltype(auto) or auto for return type?
|
|
[2 replies] Last: thanks!! (by JUANDENT)
|
file->SendRequest retreiving ANSI encoding |
|
[no replies]
|
by JUANDENT
non-constexpr lambda marked constexpr should not compile
|
|
[2 replies] Last: Makes sense... I agree VStudio hasn't implemented this error reporting... (by JUANDENT)
|
Should I put #include"" or #include<> first? |
|
[1 reply] : Depends entirely on what is inside file.h. But generally speaking, no... (by Ganado)
|
by JUANDENT
In what order are translation units linked?
|
|
[8 replies] Last: thanks! (by JUANDENT)
|
by adam2016
[SDL] randomly changing movement
|
|
[5 replies] Last: Whenever the 'virtual' wall appears the rectangle is rejected. I would... (by coder777)
|