by rantiv
Help me fix my code!!
|
|
[no replies]
|
by FrostyPine
Execution Time Measurement
|
|
[2 replies] Last: // FiboImps.h #ifndef FIBOIMPS_H #define FIBOIMPS_H unsigned long i... (by FrostyPine)
|
by Olchronos
Good C++ books for people with (some) programming experience
|
|
[2 replies] Last: Thanks for the help, I think I might pick up C++ Primer 5th ed. Or som... (by Olchronos)
|
by ec252
Snake Game Code. Having trouble
|
|
[no replies]
|
by csnook
Homemade String Class
|
|
[1 reply] : *** WARNING *** strcpy can and will cause buffer overflows if you do n... (by GRex2595)
|
by noaboa
Minesweeper
|
|
[2 replies] Last: 1. You check to see if the row is out of bounds, but you never check ... (by GRex2595)
|
Armstrong number |
|
[4 replies] Last: Thank you Glyndon, that worked perfectly! (by brendancostner)
|
by marcchmiel96
Distance in Member Function
|
|
[8 replies] Last: It could be more logical to have the distance() as standalone function... (by keskiverto)
|
by usern212
Validating a string to only have letters with loops.
|
|
[15 replies] Last: Your return true is STILL in the wrong place. Consider if the firs... (by AbstractionAnon)
|
by Aethirius332
SFML Installation Problem
|
|
[3 replies] Last: Line 1: This may not be the case, but might work: change #include "SF... (by Aethirius332)
|
by mmahdavyrad
I inclue the file but the function could not be seen
|
|
[9 replies] Last: I'm asking about the code that calls calculate(). It needs to call ... (by MikeyBoy)
|
by sajis997
constness dilemma
|
|
[1 reply] : Why are you using a const-reference when you plan to modify the segmen... (by Peter87)
|
by honda933
Identical vectors
|
|
[4 replies] Last: Excellent. Thank you. (by honda933)
|
by aerichsen
displayText problem with loop
|
|
[2 replies] Last: Thanks for pointing that out. I was able to do what I wanted. (by aerichsen)
|
by zerojump
Structs as Arrays
|
|
[1 reply] : Lines 17-20: How many occurrences of the member variables do you thin... (by AbstractionAnon)
|
by tomtran3110
Gauss-Jordan Elimination Inverse Matrix
|
|
[3 replies] Last: Ah Good :+) I am sorry, I made a big assumption about that. But this... (by TheIdeasMan)
|
by BrentY
Only one choice working in choose your own adventure game.
|
|
[6 replies] Last: Because using namespace std; drags in an enormous number of classes ... (by Moschops)
|
by Atton
A File System Problem
|
|
[4 replies] Last: From C++11 a string does use a contiguous block of memory. In earli... (by Chervil)
|
by cbar
integer to calculate pi
|
|
[1 reply] : Please use code tags. They make reading and commenting easier. See htt... (by keskiverto)
|
by Idiotal
Grading Program infinite loop.
|
|
[2 replies] Last: This is because, the value of aOr is never equal to'b'. So, you have a... (by hiphop12ism)
|