by nappyboyz11
not returning what i want
|
|
[1 reply] : Hi, You never called the average function in your main(), call it aft... (by shadder)
|
by Neuling
Can't execute a while loop from a different function properly.
|
|
[2 replies] Last: i think i fixed it! the break; in line 141 caused the problems. and i ... (by Neuling)
|
by mike0910
What's wrong with my code?
|
|
[1 reply] : What makes you think there is a problem with your code? What exactl... (by jlb)
|
by marcchmiel96
Polynomial Class Implementation Issue
|
|
[no replies]
|
by soulworld05
void example help
|
|
[1 reply] : Something else is causing that message. You correct that in a function... (by closed account LA48b7Xj)
|
by LazyShadows
Help!!!, snake game
|
|
[3 replies] Last: Like I said I can't compile the code on my PC, So all I can do is gues... (by shadder)
|
by mpark4656
Swap results in non-terminating recursion in Assignment Operator
|
|
[2 replies] Last: @Peter87 Thank you :) (by mpark4656)
|
by Valkyrie
Just started programming in c++ again. What does this mean?
|
|
[3 replies] Last: You need to have it in one place. If you define the constructor inside... (by Peter87)
|
by mpark4656
Question about const parameter and pointer
|
|
[2 replies] Last: @keskiverto Thank you! (by mpark4656)
|
by mike0910
Code works, but screen closes right after I run.
|
|
[3 replies] Last: So what should I change or add to fix this problem? (by mike0910)
|
by james1979
assigning a letter grade to a numeric score?
|
|
[2 replies] Last: So simple! lol. Thank you so much! (by james1979)
|
by Dreaddisk
error: no input files
|
|
[3 replies] Last: the thing is to assign the apples to 20 so the statement gets like tha... (by Dreaddisk)
|
by Kostas123
table of 15 letters five random letters showed
|
|
[2 replies] Last: Hi, could you show us what you did/tried? PS: This ain't a homework ... (by shadder)
|
by dizz767
difficulty in -nested for loops-
|
|
[1 reply] : int i, j; for(i = 0; i < 5; i++) { for(j = 0; j < 5; j++) { ... (by SakurasouBusters)
|
by borklazer
I feel so dumb, please help.
|
|
[1 reply] : //learn to indent #include <stdio.h> int main() { //main must return ... (by ne555)
|
How to set a range of values from 1 to n? |
|
[7 replies] Last: There are multiple ways #include <iostream> // std::cout #include... (by keskiverto)
|
Where is the file located after I created and wrote to it? |
|
[8 replies] Last: Ok I see. Weird that it would appear in another directory though. Than... (by DoABarrelRoll94)
|
by NICE8x
Modulo Syntax Error
|
|
[1 reply] : The modulus operator requires two integer values but floor() returns a... (by jlb)
|
Practicing C++ |
|
[1 reply] : You can do these practice exercises: http://www.cplusplus.com/forum/ar... (by Arslan7041)
|
by NICE8x
If Else Statements Issue
|
|
[2 replies] Last: Thanks for your help but I decided to just rewrite it with less pairs ... (by NICE8x)
|