by jb2918
declaration is incompatible with "std::string getDay(<error-type> d)" error help
|
|
[1 reply] : Uppercase and lowercase are NOT the same. Look VERY carefully at dayO... (by lastchance)
|
While Loop Problem |
|
[3 replies] Last: Thank you SO much! Did not even think to reset starting parameter aft... (by juliabrushett)
|
by WhiteroseX
Dynamic arrays and pointers problem
|
|
[3 replies] Last: I finally fixed the bug, thanks to the guy kbw for advices :) Proble... (by WhiteroseX)
|
by stormbot
Issue with input validation
|
|
[3 replies] Last: Have you tried the perfectly good solution that @fiji885 demonstrated ... (by lastchance)
|
by atl13
Please Help!! Don't even know where to start.
|
|
[4 replies] Last: @ OP, What does your header file of your Pyramid Class looks like? Wh... (by chicofeo)
|
Finding Prime Numbers |
|
[5 replies] Last: Yes, you are right Jonnin. I suppose I was wasting a bit of time loopi... (by Manga)
|
Checkboard array won't print properly? |
|
[1 reply] : Lack of indentation and the lack of of { } (block braces) are what is ... (by Ganado)
|
by adam2016
break in switch statement terminates program
|
|
[2 replies] Last: very good point coder777 I added return true after the switch so if th... (by adam2016)
|
"template requires arguments" ERROR |
|
[6 replies] Last: I am not able to recreate the problem with a shorter piece of code, so... (by closed account NCRLwA7f)
|
by isan
get error pure virtual method called terminate called without an active exception when use I thread
|
|
[5 replies] Last: std::thread will takes a function and its arguments. But you're passi... (by helios)
|
by atl13
Previous forum but have some code typed out. Still need help though!!
|
|
[1 reply] : What do you need help with? (by kbw)
|
by An Integer
Question about scope in a class
|
|
[3 replies] Last: I guess that author asked about would it be public or private. In this... (by DonRumata)
|
Derived classes question |
|
[3 replies] Last: Thank you all ! I got it to work! I appreciate your help! (by mysiarobin1987)
|
by Kwota
Min, Max and Median Project Help
|
|
[1 reply] : It seems like the main program could look like: int main() { int n1,... (by keskiverto)
|
by newguy17
3x3 magic square algorithm problem
|
|
[4 replies] Last: thank you. (by newguy17)
|
by Ezekias1337
Prompt/Input and code not executing.
|
|
[1 reply] : You need to call the input_Screen()/output_Screen(...) functions withi... (by coder777)
|
Removing newline in array of string |
|
[1 reply] : By using std::ws before calling std::getline you can get rid of all wh... (by Peter87)
|
by rio97
C++ beginnersProgram
|
|
[1 reply] : Have you covered loops? You'll need to repeat asking for input until ... (by kbw)
|
by highspeed
Counting the number of Even and Odd numbers
|
|
[1 reply] : To check for even number, you could use the modulus operator % . To g... (by chicofeo)
|
by fivestar
grid array
|
|
[2 replies] Last: thats exactly what i was looking for. thank you (by fivestar)
|