by dumdumFlame
My calculations aren't calculating
|
|
[12 replies] Last: Hello dumdumFlame, "<cctype>" is the header file for the functions "s... (by Handy Andy)
|
by DyFxvt
How do I create a window that constantly updates?
|
|
[6 replies] Last: When I added that to my library I got an error: ||=== Build: Debug in ... (by DyFxvt)
|
by Jorge626
QuickSelect returning random value
|
|
[5 replies] Last: @jonnin So is the way I am going about it bad practice? The reason I a... (by Jorge626)
|
by andrejonstv
get random number in range [-2..19]
|
|
[4 replies] Last: "the best way..." is very subjective. Do you want to generate random ... (by deleted account xyzzy)
|
static pointer as class member leading to valgrind still reachable |
|
[3 replies] Last: Try: #include <string> #include <memory> class foo { public: foo... (by dutch)
|
by dumdumFlame
I need to display number of bills and coins
|
|
[1 reply] : Nvm I solved it myself. #include <iostream> using namespace std; voi... (by dumdumFlame)
|
by CodeNovice01
Binary Tree, function isn't reading in
|
|
[9 replies] Last: *******************************************************************... (by CodeNovice01)
|
by andrejonstv
asking for code
|
|
[1 reply] : How much are you willing to pay for the code? If the answer is non-ze... (by Ganado)
|
cin.ignore and clear |
|
[8 replies] Last: I am sorry peter i did not see your comment , i must have missed becau... (by MyOnlinePersona)
|
by kbklpl21
Not getting the correct vector
|
|
[17 replies] Last: Hi Andy, should "randomArray" be different in each iteration The "... (by kbklpl21)
|
by dune
Compiler can't see a file that's in the project dir
|
|
[1 reply] : #include "" searches the current directory, then the search path (use ... (by salem c)
|
by irfanjosh06
Asking for code
|
|
[2 replies] Last: #include <iostream> using namespace std; main(){ int n, akhir=15, ni... (by irfanjosh06)
|
by andrejonstv
problem with code
|
|
[5 replies] Last: sum = sum -= ( 8-i ) * (10-a)*(10-a) / sqrt(a - c) ; Actually this i... (by dhayden)
|
by XboxOne2019
Hash table with multiple inputs
|
|
[6 replies] Last: Also, your insert method is buggy. If you're inserting into an empty ... (by dhayden)
|
by JACKoat
The default in my switch statement is looping.
|
|
[2 replies] Last: Hello I'm a complete beginner in c++.I tried to make a tic-tac-toe ga... (by Enoizat)
|
by KittyIchigo1
I've created a linked list however, when I try to print it, the list prints backwards.
|
|
[3 replies] Last: > So I guess there lies the problem? Pretty much. If you want the list... (by salem c)
|
by Dee5
Printing pattern (1,2)
|
|
[20 replies] Last: Thanks (by Dee5)
|
by quantumBob
How to read in a line that INCLUDES spaces
|
|
[12 replies] Last: Ok, I have made just a couple amendments to ganado's code. I moved the... (by quantumBob)
|
0.00 output to calculate % |
|
[2 replies] Last: Hello StrangerThings, The code in the for loop in "main" is hard to r... (by Handy Andy)
|
by H4X0R46
Fstream help?
|
|
[1 reply] : Hello H4X0R46, One place to start is http://www.cplusplus.com/doc/tut... (by Handy Andy)
|