by jon smith
My "perimeter and surface area" isn't getting correct values in for loop
|
|
[1 reply] : It is only using the equation for the first "go through", and then usi... (by jon smith)
|
by karelcq
error C2447: '{' : missing function header (old-style formal list?)
|
|
[2 replies] Last: There shouldn't be a semicolon for int main Please use code tags - ... (by TheIdeasMan)
|
by alielsaadi
Function problem
|
|
[3 replies] Last: Too easy :-) The modulo is a bit tougher because it means you can onl... (by closed account 48T7M4Gy)
|
by jenny129
operator question?
|
|
[1 reply] : &a_Results is the address of the vector being passed to the Solve func... (by closed account 48T7M4Gy)
|
by bowlbase
Linked list
|
|
[2 replies] Last: I don't even know what to say. It never occurred to me to even think a... (by bowlbase)
|
by alex067
String array, help!
|
|
[1 reply] : The << doesn't know what a string is because you didn't include the st... (by Yanson)
|
by Mroonie
Issue with "illegal else without matching if"
|
|
[1 reply] : Actually rewrote and simplified it to this and it runs fine now. Howev... (by Mroonie)
|
by bender
C++ Days of the week
|
|
[3 replies] Last: Here is my sexy little program.. Im sure you can modify it to use with... (by novellof)
|
by sakonpure6
C - What is wrong with my logic?
|
|
[2 replies] Last: Oh I had no idea that pow returns double. Thank you very much!! And ye... (by sakonpure6)
|
by EchoPluzPluz
Good Books to Read on Programming?
|
|
[1 reply] : C++ Plus Data Structures by Nell Dale 3rd edition. You can find it on... (by DeathLeap)
|
by userSami
very beginner:only take int values from cin
|
|
[1 reply] : You are trying to compare a character (Not_Input) to an integer (Input... (by JayhawkZombie)
|
by KingSecrets
Help with while loops skipping cin input.
|
|
[2 replies] Last: I'm a little confused with how to do this. I added the rest of my cod... (by KingSecrets)
|
by Meh
little help / point in the right direction
|
|
[3 replies] Last: Thank you very much for the assistance, I will be sure to check them o... (by Meh)
|
by Boomers
How to fix error
|
|
[5 replies] Last: Ok. I got it now. Thank you so much for the help I understand what I d... (by Boomers)
|
basic code error |
|
[2 replies] Last: I have very recently started coding and am still trying to learn. Than... (by closed account Diz60pDG)
|
by cpzering
DIAMOND OF ASTERISKS
|
|
[2 replies] Last: Think about how you would do it on paper. Reverse engineer the process... (by SamuelAdams)
|
by iluv41
operator overloading
|
|
[1 reply] : http://cpptruths.blogspot.fi/2006/02/why-overloaded-operator-signature... (by keskiverto)
|
by brandona15
Need Help Shortening Program and Few Other Things
|
|
[3 replies] Last: What do you mean by total ? Is it how much the user need to pay for al... (by LendraDwi)
|
by Kairen
Need to use cin.ignore(); twice for some reason...
|
|
[5 replies] Last: Hm... Okay, thanks for the feedback! @maeriden: I just thought using ... (by Kairen)
|
by T4l0n
binary search tree with void
|
|
[1 reply] : Line 23 is only changing the local copy of the pointer address, and si... (by Ganado)
|