by Ken777
the size of a doghouse with 1 sqrt feet 15,50 and the user enters their amount budgeted for the dog house
|
|
[19 replies] Last: #include <iostream> #include <cmath> using namespace std; int main (... (by Ken777)
|
by rozick1
Why does this string not print?
|
|
[5 replies] Last: Thanks guys. Sometimes C++ makes me want to learn another language. (by rozick1)
|
by ichigo917
Issue with pointer function
|
|
[2 replies] Last: Thank you soo much!!! you can tell i'm new to this lol (by ichigo917)
|
by iamweak
Recursion on Reversing Digits with pointers
|
|
[4 replies] Last: reverseNum is supposed to store the digit from the back for each recur... (by iamweak)
|
by Meecrob
Program to swap a 2-dimensional array based on input of grades
|
|
[no replies]
|
by yhangel
differentiate pointer to multiplication
|
|
[3 replies] Last: vector<int>::iterator it; vector<int>::iterator ip; it=vectorquant... (by yhangel)
|
by chiritso
Hello im back again and my code still wont work!
|
|
[2 replies] Last: On lines 87 and lines 99 you have: if (condition); This is a blank... (by Stewbond)
|
by Ch1156
Help undeerstandin Multidimensional Arrays
|
|
[14 replies] Last: 1. You can use a switch/case statement. 2. You could use a map to map... (by roberts)
|
by atjm88
Function??
|
|
[7 replies] Last: Thanks... So can I use all pass by value or use all pass by reference ... (by atjm88)
|
by atjm88
int for both program different?
|
|
[2 replies] Last: Thanks... So I can do it this way without putting "x" inside it right... (by atjm88)
|
by prestige
Question Again...
|
|
[6 replies] Last: Oh okay... I am just notching the Idea that is fine thank you ..... Th... (by prestige)
|
by ettedo2000
need help with Looping
|
|
[2 replies] Last: Thank you for your replie. In that case, the program does extract the ... (by ettedo2000)
|
by Ryan Bush
Truncalicious
|
|
[4 replies] Last: Just doing avg = (double)a/b; should do it. I'm not sure which part ... (by Gaminic)
|
by Eherter
Help!
|
|
[2 replies] Last: Maybe you wanted to say that values of the variables should be entered... (by vlad from moscow)
|
by gelatine
square roots
|
|
[7 replies] Last: oh my god. thank you. for the people intrested add ii=i; to the cod... (by gelatine)
|
by jameswong317
Loop problem
|
|
[2 replies] Last: Oh right, i messed up the logical operators. Thanks. (by jameswong317)
|
by Esteban
Static structure parameter problem
|
|
[1 reply] : I found the problem, actually the objects were going out of scope, aft... (by Esteban)
|
by lalebarde
Can I call a constructor from another one ? I loose data !
|
|
[6 replies] Last: Gaminic . this code *this = Test(); can work only then the compi... (by vlad from moscow)
|
by Cinnamon
Menu in C++ using Switches and Arrow keys.
|
|
[7 replies] Last: Ahh, I kind of see, I'll give it a test and see what happens. Thankyou... (by Cinnamon)
|
by adahn
Code Review/Execution Speed tips
|
|
[10 replies] Last: Good tip, it got me thinking. I think I figured it out; running it via... (by adahn)
|