by whoovian11
The history teacher at your school needs help in grading a True/False test.
|
|
[3 replies] Last: Not sure what else you are doing. The code compiles fine (with a few w... (by Smac89)
|
by MrMoe
Base class pointer and polymorphism
|
|
[4 replies] Last: Thanks again for your comments. To be honest, I've never heard of visi... (by MrMoe)
|
Recursive adding elements in array |
|
[3 replies] Last: YPu clearly changed it wrong, because it should compile. And post your... (by MiiNiPaa)
|
by janithOCoder
Using singleton in c++
|
|
[1 reply] : Way::Way(const Way& orig) { } void SetOnGoingWay(Way onGoingWay) //i... (by ne555)
|
by Dare
Someone pls help
|
|
[1 reply] : So? What the problem is? (by MiiNiPaa)
|
by niuxe
The gussing game
|
|
[no replies]
|
by ANewbToThis
How to round to the nearest odd? C++
|
|
[2 replies] Last: Using <cmath>... //Pseudocode If(floor(x) / 2 != 0) //If the number... (by Mats)
|
by GustavoZ16
C++ Class Assignment, Need Assistance ASAP
|
|
[1 reply] : 1) Please use code tags when posting code, to make it readable: http... (by MikeyBoy)
|
by quayda
Sentinel not working....
|
|
[2 replies] Last: Yeah, that was the problem I was able to fix that, but now I'm struggl... (by quayda)
|
by candidate
Matrix Multiplication
|
|
[6 replies] Last: how can ı write as a matrix : double* x = new double[n*n]; for (int... (by candidate)
|
by popa6200
game timer suggestions
|
|
[2 replies] Last: > code example would be a big help. #include <iostream> #include <fu... (by JLBorges)
|
by crimsonzero2
Tic-Tac-Toe
|
|
[1 reply] : AIPlayer.hpp #ifndef AIPLAYER_HPP_INCLUDED #define AIPLAYER_HPP_INCL... (by crimsonzero2)
|
by catalyst
How to make random letters with a vector
|
|
[2 replies] Last: #include <iostream> #include <vector> #include <string> #include <alg... (by JLBorges)
|
by bibinpreethy
DFS
|
|
[no replies]
|
by dariusd7
use of double or float in array
|
|
[4 replies] Last: You can have an array of any data type. The offset must be a signed or... (by giblit)
|
by ANewbToThis
Rounding to nearest half?
|
|
[4 replies] Last: #include <iostream> #include <cmath> int main() { double a = {... (by JLBorges)
|
by trainbike
Static member/function errors.
|
|
[4 replies] Last: Thanks, L B and long double main (I obviously just missed your reply b... (by trainbike)
|
by kok23
ASSISTANCE NEEDED: Incremental Program Development, Vectors/Arrays, Loops, Output formatting
|
|
[no replies]
|
by iQChange
If function is false, the else works. If true, segfault.
|
|
[6 replies] Last: Haha, I got a broken gdb or anything like that. I'll test your code. (by iQChange)
|
by jimmy107
fstream and replace question
|
|
[1 reply] : ¿do you know what else means? look at how the lines were replaced ... (by ne555)
|