by kijsee
Help with card game in c++
|
|
[1 reply] : else { cout << player1 << "It's a draw!" << endl; cin.... (by Repeater)
|
by stav
std::ostream protected move constructor?
|
|
[7 replies] Last: @mbozzi, you're in the right neighborhood, and such thought was consid... (by Niccolo)
|
by Cplusbug
Division of integers
|
|
[4 replies] Last: Modular arithmetic is not typically taught in US education until Colle... (by Duthomhas)
|
by RoyEL1
unpacking type
|
|
[1 reply] : You didn't include <string> . (by mbozzi)
|
by mtbayat
split a big dat file to small files
|
|
[11 replies] Last: Thanks, it works (by mtbayat)
|
by oyehoye6906
Data structure
|
|
[5 replies] Last: you are very thorough Niccolo! I enjoy your posts. (by jonnin)
|
by zapshe
web design
|
|
[5 replies] Last: Obvious spam is obvious, should probably be removed. someone feel free... (by Ganado)
|
Push array |
|
[4 replies] Last: Yeah, I mean like that @Zaap . Thanks u! (by iipmuhamadikbal)
|
LAN and WAN software detection. |
|
[5 replies] Last: not everything is nefarious :) Sometimes you just want to map the com... (by jonnin)
|
by muhammet484
Why doesn't the program work properly?
|
|
[6 replies] Last: Thank you so much. (by muhammet484)
|
by turqo
count char elements from vector string
|
|
[7 replies] Last: Zaap, your comparing characters in the same word. That tell you if two... (by dhayden)
|
a look-alike MS EULA Screen. |
|
[3 replies] Last: Typically the dialog box and EULA text are part of the installer, not ... (by deleted account xyzzy)
|
Graph |
|
[3 replies] Last: Yeah i mean like this : A-B = 10, A-C = 25, A-D = 30, A-E = 40, B-C =... (by zapshe)
|
by aDundie
Hangman c++. No errors but strange output.
|
|
[2 replies] Last: I think you missunderstood the way to use a string. string DA_WORD ... (by Zaap)
|
by CosminPerRam
launch command with input and output
|
|
[4 replies] Last: I'm sorry for the very late reply, i was gone some days and i was work... (by CosminPerRam)
|
by dendi
Approach for simple problem - Beginner
|
|
[1 reply] : int main() { //Our Constant Variables, Numbers from your exam... (by zapshe)
|
by naufal
cholesky decomposition
|
|
[4 replies] Last: You will find it considerably more easy to copy whole arrays if you us... (by lastchance)
|
by piotr5
same name for type as for an array-variable
|
|
[1 reply] : The fact that GCC issues a diagnostic message for this code (which bec... (by AndreyT)
|
by piotr5
keyword "class" is inconsistent?
|
|
[4 replies] Last: It is not clear what you are expecting this to do. The standalone c... (by AndreyT)
|
by naufal
generate hermitian positive definite matrix
|
|
[3 replies] Last: Thank you. (by naufal)
|