by aceadams
Code Doesn't work
|
|
[1 reply] : Hello fat person, you are doing what's known as shadowing a variable... (by Ganado)
|
by samtheman
for loop: to draw a square a box
|
|
[1 reply] : Please use code tags when you want to post something formatted. Ex: [ ... (by Ganado)
|
by vcref
Runtime error sum of fractions
|
|
[6 replies] Last: ... (by vcref)
|
by raasilinin
calculation error
|
|
[3 replies] Last: It does display something, or not display something, depending on the ... (by zaphraud)
|
by qwerty123456
Fixing memory leak
|
|
[8 replies] Last: Thank you for all the help. I was able to fix the memory leaks. (by qwerty123456)
|
by itfreakas
Rotating square matrix many times!
|
|
[1 reply] : #include <iostream> #include <iomanip> #include <vector> using namesp... (by lastchance)
|
by alfie nsugh
splitting input from cin
|
|
[2 replies] Last: I get it now, thank you so much tpb (by alfie nsugh)
|
by rozick1
Subtracting two doubles gives an odd result
|
|
[3 replies] Last: You can use an epsilon value. bool almost_equal(double a, double b,... (by Ganado)
|
by Mjimmie1
Having Trouble Reading a text file and assigning data to different variables/arrays
|
|
[7 replies] Last: I cannot Thank You enough for your help. Learning Coding has been quit... (by Mjimmie1)
|
by zoya3206
multiplication of matrices using vectors
|
|
[1 reply] : Hints: #include <iostream> #include <vector> constexpr unsigned ROW... (by Enoizat)
|
C++ bandwidth with functions |
|
[1 reply] : doesn't work “doesn't work” isn’t a good description of an iss... (by Enoizat)
|
by Newbieess
How to write the sum of counter[i] using for loops.
|
|
[5 replies] Last: //So if i input let say 15 alphabet, the middle one is 8. this could... (by closed account SECMoG1T)
|
by frosty1
Theater Ticket Sales Project
|
|
[1 reply] : whenever you open a file it is your obligation to check if that file o... (by closed account SECMoG1T)
|
by hanes
Running only if statement, but not else
|
|
[2 replies] Last: Ah, can't believe I overlooked me using the assignment operator there,... (by hanes)
|
by bakasur1
Random Maze Generate
|
|
[5 replies] Last: Can you show the complete code we I can run it. (by Thomas1965)
|
Rounding Issue, Radian Angles and Distance |
|
[2 replies] Last: For your angle function use the two-parameter function atan2( y2, x2 )... (by lastchance)
|
by Drake5006
Program crash
|
|
[5 replies] Last: Hello Drake5006, While testing the program I realized line 31. whi... (by Handy Andy)
|
by ghost1111
help with function
|
|
[1 reply] : Seeing as you are using vectors, I would look into std::sort (...) : ... (by VX0726)
|
by Russderp
Please help
|
|
[1 reply] : The way I see it, you could store all of the guesses in the vector. Th... (by VX0726)
|
by MakeHouse
[C++] function pointers
|
|
[1 reply] : Yes. The loader loads code into the processes address space, and it's... (by kbw)
|