by vtee2014
C++ Templated struct definition
|
|
[4 replies] Last: where I assumed the 'C' in '<C>' was a placeholder.... I'm not sure ... (by MikeyBoy)
|
by bibo
Regex error: Parenthesis is not closed.
|
|
[5 replies] Last: #include <string> #include <iostream> #include <regex> #include <algo... (by dhayden)
|
by dev1243
cant get it to read the text files and display the txt help
|
|
[2 replies] Last: cant get it to read the text files and display the txt help Without... (by dhayden)
|
by fewdiefie
race condition
|
|
[6 replies] Last: #include <iostream> #include <thread> #include <mutex> int x = 0; st... (by dhayden)
|
by Ganado
Struct pointer conversion, possible undefined behavior?
|
|
[9 replies] Last: Cubbi: Okay, that's starting to make more sense. I didn't realize the ... (by Ganado)
|
by plexus
Weighted random distribution
|
|
[16 replies] Last: A class based approach to encapsulating <random>/<chrono> is a valid... (by deleted account xyzzy)
|
by jpweldon
Debug C main program
|
|
[2 replies] Last: if its small, you can get solid free help here. Can't hurt to throw ... (by jonnin)
|
by stav
vector of incomplete type UB still?
|
|
[1 reply] : So i think i've found the answer here https://en.cppreference.com/w/cp... (by stav)
|
by AJS248
Need some help with int/ double input error checkings
|
|
[5 replies] Last: #include <iostream> #include <sstream> #include <string> using namesp... (by lastchance)
|
by Scarletpimp
openssl base64 decode function is not working for specfic string
|
|
[6 replies] Last: yes i will pad it with "=" before decoding, Thanks a lot for clarifyin... (by Scarletpimp)
|
by nockson
i need some help
|
|
[15 replies] Last: Not possible, but you can put the screenshot up on Pinterest or some o... (by againtry)
|
by Puyol
Black and white kings on the chessboard
|
|
[2 replies] Last: It’s a trick question because the rules of chess are such that the k... (by againtry)
|