by garrows
Quick Question about <fstream>
|
|
[4 replies] Last: After fixing line 27 (which opens the file in append mode), you forgot... (by Cubbi)
|
by newyork23
function problem
|
|
[2 replies] Last: In addition to the number of arguments not matching you also have the ... (by joe864864)
|
by Baconator
Getting a second function to work?
|
|
[1 reply] : One: when I run this code my second function doesn't output anything.... (by cire)
|
by Sentoo
Temperature Converter with a primed loop
|
|
[2 replies] Last: Thank you! I really appreciate your work and time spent on trying to h... (by Sentoo)
|
by AndreasTm13
Palindrome
|
|
[1 reply] : i is the variable looping from a to b , but you're using n insi... (by dhayden)
|
by newyork23
function declaration question
|
|
[1 reply] : Remove the semicolon from line 25. (by dhayden)
|
by newyork23
stuck on function declaration problem
|
|
[1 reply] : Can you put your code inside [ / code] and output inside: [... (by Kourosh23)
|
by Kourosh23
Overloading Operators & Polynomials - C++
|
|
[no replies]
|
Translate code |
|
[1 reply] : goodness. This is a bit ugly for a newcomer. getpercentage is a fun... (by jonnin)
|
by forta2k
C++ exercise
|
|
[6 replies] Last: Hello forta2k, I noticed that line 12 only reads the file once to ret... (by Handy Andy)
|
by newyork23
simple function question
|
|
[1 reply] : Its just asking you to add the function prototype where it says //Fun... (by joe864864)
|
by Mandory22
How to convert hexa to base 10 numbers (The hard way)
|
|
[12 replies] Last: No while loops, and no while loops in disguise (ie. no for, no do-whil... (by JLBorges)
|
by hatecpp
error: āgā does not name a type
|
|
[3 replies] Last: Thank you @jonnin and @joe864864. But it seems too confusing :/. I nee... (by hatecpp)
|
by Sentoo
Coin Flip using while loop C++ Help
|
|
[2 replies] Last: This is what I have changed so far: #include <iostream> #include <ct... (by Sentoo)
|
by Pampam
Calculator output
|
|
[1 reply] : it is doing what you told it. you told it to compute 1+2 (3) * 3 (9)... (by jonnin)
|
by arwibrde
Getting a run time error in my palindrome programme
|
|
[1 reply] : The variable 'pal' is being used without being initialized. If pal i... (by Thomas1965)
|
by Baconator
getting a ridiculous number
|
|
[2 replies] Last: Thankyou! (by Baconator)
|
by ejkang62
parameter of a function to another class
|
|
[1 reply] : now I'm building another class that check if the bday is in certain r... (by gunnerfunner)
|
by kikiyox77
Trying to output in a certain way
|
|
[5 replies] Last: still unable what to do here. how do i print out the prerequisites. ca... (by kikiyox77)
|
by rapmonnn
Anagram function not returning
|
|
[3 replies] Last: thanks so much! (by rapmonnn)
|