by bj96
C++ Solver
|
|
[7 replies] Last: You need to declare the functions consistently (they should all return... (by dhayden)
|
by bonystedt
bring life into an old “object-oriented, C++ to openScad university projec
|
|
[5 replies] Last: One thing I have found helpful in situations like this is to enable a ... (by AbstractionAnon)
|
by vaderboi
Need help with std::map function
|
|
[8 replies] Last: Dang, I need to sleep more. My brain is going stupid. (by Duthomhas)
|
by whduer
Need Help Computing Day Of Week
|
|
[6 replies] Last: Did you chekc the formula in the link you mention as "problem source" ... (by MikeStgt)
|
by leemr
ZLib To Extract A Zip
|
|
[1 reply] : zlib by itself does not support .zip files. However, Gilles Vollant... (by mbozzi)
|
by jovani101
Arrays
|
|
[6 replies] Last: Sure. but lets help him a bit anyway. First, I have to advise agains... (by jonnin)
|
by Grime
Related to Polymorphism/Templates
|
|
[2 replies] Last: Thanks JLBorges edit: JLBorges your example helped me even more than I... (by Grime)
|
by colorfulpup
IEX API in C++
|
|
[1 reply] : Well I found this after a brief search. https://github.com/Chudleyj/IE... (by salem c)
|
by zephile
Basic Expert system project program for finals
|
|
[14 replies] Last: it's not complete really complete yet, as I have said I still have man... (by zephile)
|
by Rishard
Replacing NaN Values
|
|
[2 replies] Last: Try this piece of code bro void nantoZero(string &line) { string z... (by nicholasjb1996)
|
by JUAN DENT
What is the difference between unique_lock and shared-lock?
|
|
[1 reply] : Apparently to allow simultaneous (shared) read access. Writers must us... (by keskiverto)
|
CONNECT 4 GAME |
|
[no replies]
|
by JUAN DENT
Is there a standard way to spawn another process in C++?
|
|
[6 replies] Last: would like to run another process by its side (multi-tasking). If yo... (by keskiverto)
|
unknown regex error |
|
[2 replies] Last: Thanks, you're right, there it was. I had the std::regex objects cons... (by nuderobmonkey)
|
by dipiet
Roman Numeral program
|
|
[3 replies] Last: @dipiet, Find the number of thousands, hundreds, tends, units, by succ... (by lastchance)
|
by queue
duplicate
|
|
[5 replies] Last: Man, I need a way to keep track of all the hit-and-run doofuses (doofu... (by salem c)
|
by user10941551
reading in a binary file, creating a vector
|
|
[2 replies] Last: If you mean how do you format your code you put it between "code tags"... (by dutch)
|
by CABrouwers
passing/returning functionals by value ?
|
|
[2 replies] Last: Excelllent! Thanks for taking the time to respond. These are very neat... (by CABrouwers)
|
by nmn8
help write c++ code
|
|
[1 reply] : We can see that 'in' is a pointer: istream* in; We can't see the dec... (by keskiverto)
|
by biya
deleting words from array
|
|
[1 reply] : What's it an array of? string or char? Either way, the short answer i... (by Repeater)
|