by ihtsbryan
Password gets longer on the loop
|
|
[4 replies] Last: Hello ihtsbryan, Digging into your program while thinking a solution ... (by Handy Andy)
|
by MasterKay
Code Doesn't Work Properly
|
|
[4 replies] Last: The program should be like this... Name Sorting -----------------... (by MasterKay)
|
by Storm27
C++ project- making a text based game
|
|
[5 replies] Last: There are other ways to store the adjacent rooms. One would be to use ... (by Thomas1965)
|
Double output problem in string |
|
[2 replies] Last: Ohh I totally forgot the brackets thanks! And my bad, I assumed it wou... (by XxLooneyTunes)
|
by Natsya
Doesn`t fill a line item to add
|
|
[no replies]
|
C++ Sorting problem |
|
[6 replies] Last: @JLBorges OMG Many many thanks! That works perfectly. (and yes, I am j... (by Griffinflame21)
|
by Flaze07
Global Variable
|
|
[2 replies] Last: thanks (by Flaze07)
|
by Svenge
displaying multiple class objects STUCK
|
|
[2 replies] Last: considering you are quite new... here some article http://www.cplusp... (by Flaze07)
|
by doodle123
Game of Life with File Input
|
|
[no replies]
|
by biangkentut
Help explain the Boolean functions
|
|
[1 reply] : c++ asserts that 0 is false, and not zero is true. % is modulus, or "... (by jonnin)
|
by Hen52
Need help with input/output files and binary and linear searches, as well as selection sorts.
|
|
[3 replies] Last: Hello Hen52, i'm having issues with the input and output not opening... (by Handy Andy)
|
by Ponvo
seems like an easy fix... (linker error)
|
|
[2 replies] Last: thanks mbozzi! (by Ponvo)
|
Print double value without the decimal, but still keep numbers |
|
[3 replies] Last: ne555, I love that you love that too!! Sorry, but this is the beginner... (by closed account 1374LyTq)
|
by twownage15
segmentation fault
|
|
[1 reply] : http://www.eelis.net/iso-c++/testcase.xhtml A testcase consisting of ... (by ne555)
|
by xxvms
*x ^= *y;
|
|
[6 replies] Last: It does math AND copies. It does just as many assignments as the temp... (by jonnin)
|
by sndeeed
I need help c++
|
|
[1 reply] : Sorry we don't do homework here. This is very basic programming. I sug... (by TarikNeaj)
|
by Kriator
Function for all possible derived classes
|
|
[1 reply] : https://katyscode.wordpress.com/2013/08/22/c-polymorphic-cloning-and-t... (by ne555)
|
by ohsimplyme
using vector of structs and passing functions
|
|
[5 replies] Last: @gunnerfunner With the suggested program I am not supposed to use any ... (by ohsimplyme)
|
by sweetdreams
Can someone explain the output in this recursion function?
|
|
[1 reply] : I don't understand why the times variable increases for the return me... (by cire)
|
by darje
Template class of Array
|
|
[6 replies] Last: the function will increase (make new dynamic array with size+1) Note... (by mbozzi)
|