by Zorac
bool function to return true or false
|
|
[12 replies] Last: Thanks for the help, i managed to fix it. However i am trying to put m... (by Zorac)
|
by littlecoco
drawing a rhombus
|
|
[1 reply] : Start with a function that prints a character N times. That way you ca... (by dhayden)
|
by beefheart
copy from one file to another
|
|
[6 replies] Last: [quote=beefheart]I meant that the code compiles, but the loop is infin... (by Chervil)
|
by beefheart
Error: no matching function for call to memsetNincr
|
|
[1 reply] : The prototype void memsetNincr( int , int, int); doesn't match the... (by coder777)
|
by galaxylfc
Boolean
|
|
[4 replies] Last: @NT3 That really helped me a lot, thank you so much! (by galaxylfc)
|
Bubble sort string vector |
|
[no replies]
|
by Hidden Squid
List all linked list
|
|
[12 replies] Last: I got it haha. Just really drained from finals week and this is the la... (by Hidden Squid)
|
by ratfus
Modulus Operator Problem
|
|
[3 replies] Last: OH! it approaches infinity :P? Jokes, but thank you. Can't divide 1/0... (by ratfus)
|
by gspere
Change elements in an array
|
|
[4 replies] Last: So I figured out the first two functions but am still not sure hoe to ... (by gspere)
|
by ratfus
The (Almost) Infinite Loop, for (){}...
|
|
[3 replies] Last: Yea, you're right, it works fine now. I must have messed something up... (by ratfus)
|
by chang123
Runtime error need help
|
|
[6 replies] Last: Thanks so much. SIlly me (by chang123)
|
by GGWPBOT
Pointers
|
|
[1 reply] : One very self-satisfying way to handle these sorts of problems is to m... (by closed account 48T7M4Gy)
|
by GonlyG
Slightly-off output in arithmetic sum
|
|
[2 replies] Last: double fixed it, thanks. (by GonlyG)
|
by zacklucky
ifstream reading numbers wrong?
|
|
[3 replies] Last: realized what you were trying to tell me with the links and came up wi... (by zacklucky)
|
by GonlyG
Unknown error in array checksum program (1,2)
|
|
[30 replies] Last: Holy man of holy words, you solved it. I keep on forgetting that int h... (by GonlyG)
|
by jekaterina
Cin pointer array (1,2)
|
|
[30 replies] Last: You also shouldn't assume that instructors are 100% correct all the ti... (by JayhawkZombie)
|
by Dintin
getline(cin, var) weird error.
|
|
[2 replies] Last: //List Course Function void list(string clnam , string crsem , string... (by Dintin)
|
by ralphcma
counting iteration of a number within an array
|
|
[3 replies] Last: Also it should be number_list = rand()%20+1; idk if the parenthesis a... (by alex067)
|
by JoshuaSelvan
Catching errors of complex functions.
|
|
[6 replies] Last: Was hoping even Fatal errors could be ignored by try-catch blocks. I'... (by JoshuaSelvan)
|
by nameishi
Prinintg Binary search tree more details in description
|
|
[6 replies] Last: Wow dhayden hat is much less code...and i just got my code to work i u... (by nameishi)
|