by DarkCode91
Infinite While Loop Help
|
|
[2 replies] Last: YES! That worked. I didn't notice I had it on a double. Silly me haha.... (by DarkCode91)
|
by chris1111678
compiler error in scrabble calculator
|
|
[2 replies] Last: Thanks! (by chris1111678)
|
by DAoliHVAR
Help with char to int and vice versa func
|
|
[6 replies] Last: by not portable,do you mean to other operating systems or what? Yes,... (by pheininger)
|
by Dazorz
Searching for names in an array
|
|
[no replies]
|
by lauheiyeung
Help on a maze program
|
|
[2 replies] Last: Line 20: That's not valid C++. In C++, array sizes must be known at ... (by AbstractionAnon)
|
by azl4182
Outputting a message box.
|
|
[2 replies] Last: You'll need to calculate the positions of the date, names, and assignm... (by Duthomhas)
|
by dksam123
help me finish this code pls i just need headers
|
|
[8 replies] Last: You know, you fixed some issues that I didn't even notice when I was l... (by Norm Gunderson)
|
question? |
|
[1 reply] : They reverse because you reversed them: In line 16 you send x to para... (by PCrumley48)
|
by Ion93
Payroll Class with vectors
|
|
[5 replies] Last: ok here is my new code now I'm not really sure how i display the conte... (by Ion93)
|
by Corey21Woods
Calcuate Sales Tax Program Trouble
|
|
[1 reply] : The three routines are identical except for the name of the first argu... (by AbstractionAnon)
|
by dualdark
How to show all elements in a stack
|
|
[1 reply] : There doesn't appear to be anything wrong with that function. The erro... (by Duthomhas)
|
by DavidGambino
Open lockers problem - can't use arrays. I'm lost!
|
|
[19 replies] Last: Proof of squares: 1. Each locker may only be altered by a student wh... (by PCrumley48)
|
by strat0
Rock Paper Scissors program
|
|
[1 reply] : Write a function to do it for you. std::string getChoiceString(int rp... (by booradley60)
|
by DEnumber50
Recursive return of a character
|
|
[10 replies] Last: Thank you! I totally forgot about the getline function. (by DEnumber50)
|
by hatepotholez
bool, output true for yes and false for no
|
|
[1 reply] : The problem with your code is that you are trying to input a float (wh... (by Tom56785)
|
by pacman169
Prime numbers
|
|
[4 replies] Last: I tried something like #include<iostream> #include<vector> using ... (by pacman169)
|
by Jon15
'Ambiguos' error with global variables
|
|
[4 replies] Last: Ok, thank you! that makes a lot of sense now. (by Jon15)
|
by ddunn12
Error C2688 on Passby References
|
|
[2 replies] Last: No errors now, but my code is not functioning the way it needs to. Aft... (by ddunn12)
|
by DeathLeap
Decompose int to powers of 3
|
|
[3 replies] Last: Your code doesn't work with negative values -- that's the problem. B... (by Duthomhas)
|
by erik341
Menu Creation with diffferent files
|
|
[6 replies] Last: k, now it works! But my main question was how can I separate this into... (by erik341)
|