by Anthony5347
Doubly-Linked Lists
|
|
[1 reply] : One way to check is to modify your displayList function to test if the... (by ats15)
|
Can someone explain me how this program works? |
|
[6 replies] Last: Is there an easier way to do this? using pointers? These are unteste... (by dhayden)
|
by nevadarain
random number generator
|
|
[1 reply] : Check this other thread out, see if you see anything useful. http://w... (by YodaCode)
|
by glenjoker
How can I use cin to input a space to a char?
|
|
[3 replies] Last: To MiiNiPaa: Get it. Really Appreciate it. To DyavolskiMost: I'm aware... (by glenjoker)
|
by DoomyNY
Losing my mind (while loop)
|
|
[1 reply] : I think this will help you out a lot. https://www.youtube.com/watch?v... (by YodaCode)
|
Bug in game |
|
[8 replies] Last: That was it, I changes it to std::cin >> input. Thank you for that... ... (by closed account 3R5fjE8b)
|
by Albo Coder
Matrix Route Algorithm
|
|
[1 reply] : perform a flood fill on each cell of the first row, check if at least ... (by ne555)
|
by Jaycoh
Help with multiples of 3?
|
|
[3 replies] Last: @MiiNiPaa Thanks Alot! That really helps. it makes sense that in orde... (by Jaycoh)
|
by DoomyNY
Any shortened version of this code?
|
|
[2 replies] Last: That's so simple. I cant believe I didn't think of that! Thanks. (by DoomyNY)
|
by Bdanielz
Is it possible to use a dynamic c-string instead of a []
|
|
[1 reply] : I think I solved it. char *name2 = new char[b_item.getNameLen(... (by Bdanielz)
|
Problem About Struct! |
|
[1 reply] : comment your code stating your intentions. explain why do you think th... (by ne555)
|
by Kernul
Improving the code
|
|
[11 replies] Last: Okay! Thank you so much! I'll mark this thread as solved. (by Kernul)
|
by seanjordon
while loops not working?
|
|
[3 replies] Last: As Peter87 says: x =+1; This is actually: x = +1; , which is the... (by Disch)
|
by ntran
Multiple function definitions
|
|
[6 replies] Last: Thank you to everyone, I learned something new today. (by ntran)
|
by sos4aug
Where is the file?
|
|
[2 replies] Last: The default mode is ios::in | ios::out, when you specified the mode as... (by tipaye)
|
by jakvrh1
Usin *this with Class and Class&
|
|
[2 replies] Last: Thank you! (by jakvrh1)
|
by sha92
How to get a double value when I devide two integers????
|
|
[3 replies] Last: That works! I never knew this. Thanks so much! (by sha92)
|
by count4zero
calculator problems
|
|
[5 replies] Last: wow thanks for the fast reply and help! (by count4zero)
|
by pacman169
Vector element
|
|
[12 replies] Last: void gsl_vector_minmax (const gsl_vector * v, double * min_out, dou... (by pacman169)
|
by skorefish
Please give me some codeadvice ?
|
|
[9 replies] Last: > How can one make such a listing GNU, LLVM -S http://gcc.gnu.org/... (by JLBorges)
|