by nootey
Help with Uno game
|
|
[no replies]
|
by Suwow1
Generator of Latin squares
|
|
[2 replies] Last: Write the output to a file and it will run faster. Screen (console/c... (by jonnin)
|
by Kalcor
Strings
|
|
[5 replies] Last: But how big is the std::string ? It will automatically resize so th... (by Chervil)
|
by zizou88
double z = ( 1 / 2 ) * ( x + y );
|
|
[4 replies] Last: it will initialize a new variable into z. Try to learn those rules of ... (by benhart)
|
by APWLGeometry
please solve this
|
|
[5 replies] Last: You're not really being clear here, do you want to swap the last 2 dig... (by Kalcor)
|
input to determine even and odd numbers |
|
[3 replies] Last: Here is bokisof's program slightly modified to print only the even dig... (by dhayden)
|
by APWLGeometry
solve this please....
|
|
[8 replies] Last: The problem states that the input heights are separated by spaces, but... (by dhayden)
|
Can someone explain this for me please? |
|
[2 replies] Last: Nim::Minimax(Node node) calls GetScoreNode() on each node in a binar... (by dhayden)
|
by cibide
input/output from files
|
|
[6 replies] Last: thank you, guys! (by cibide)
|
by omarespanol
Use arguments in winmain
|
|
[1 reply] : https://msdn.microsoft.com/en-us/library/dn727674.aspx (by JayhawkZombie)
|
by potatoslim
EXC Bad Access on conversion to string/ access violation
|
|
[2 replies] Last: After fixing the typos (change the two occurrences of Numbas to num... (by JLBorges)
|
by potatoslim
EXC Bad Access on conversion to string
|
|
[4 replies] Last: Hey thanks for the help ! I resubmitted my issue at http://www.cpluspl... (by potatoslim)
|
by Dani17q
Sum column on c++
|
|
[3 replies] Last: thanks this was the final code and it worked #include <iostream> using... (by Dani17q)
|
by JulianV304
I need help badly
|
|
[2 replies] Last: Your function getJudgeData seems to complicated. Try this: void getJ... (by Thomas1965)
|
by JUAN DENT
Confusing MPL documentation regarding reverse_fold
|
|
[no replies]
|
by newyork23
Poker Game Trouble
|
|
[2 replies] Last: Line 102 doesn't do what you think it does. It should be if (s ... (by dhayden)
|
by mikeal200
arrays
|
|
[5 replies] Last: i do want them to return values and strings but the strings wont appea... (by mikeal200)
|
Selection sort(output incorrect and repeats some values) |
|
[1 reply] : int selection_sort(int a ,int n) return statement missing for this f... (by gunnerfunner)
|
by omarespanol
How to know architecture of windows using c++
|
|
[2 replies] Last: There's two problems: 1. Like you suspect, what you're checking only t... (by helios)
|
by juliarider
prototyped function not called (was a variable definition intended?)
|
|
[no replies]
|