by bg102185
problems with math?
|
|
[6 replies] Last: 10000 for loan amount and 5 years values should start @ intere... (by bg102185)
|
by elvis0288
i have a problem max_value
|
|
[1 reply] : Read this so that you can properly code the cin statement. http://www... (by kempofighter)
|
by ChrisHowell
Problem using <iostream>
|
|
[6 replies] Last: Ahh got it. I haven't coded in over a year. Thanks. (by ChrisHowell)
|
by elvis0288
it is true or false and why?
|
|
[12 replies] Last: http://www.cplusplus.com/doc/tutorial/operators/ Question b is just... (by kempofighter)
|
by okason
Increment Array with For Loop
|
|
[7 replies] Last: Albatross, Thanks for your feedback, actually I think that I am rea... (by okason)
|
by xyzt
an interesting function definition
|
|
[7 replies] Last: Alright. Making sure I'm not delusional. (by closed account Lv0f92yv)
|
by Kyon
cstdarg question
|
|
[11 replies] Last: I'm willing to bet there's a more efficient algorithm for this that I ... (by PanGalactic)
|
by jopeters
cant find the problem with this function/loop
|
|
[3 replies] Last: But the last element is what I am making sure isnt a copy. If the las... (by jopeters)
|
random int / setting Propabiliity |
|
[2 replies] Last: rand() by itself is unbiased; it will generate every unsigned integer ... (by jsmith)
|
Simple c++ calculator, problems with loops? |
|
[1 reply] : it's also suppose to be able to clear all data if you enter "C" and a... (by spaggy)
|
by uicak1991
Formatting my output
|
|
[4 replies] Last: in 184 line change = to == else if (qW==qR) (by Crafty)
|
by anthonys1mom
Where am I going wrong converting minutes to "hours and minutes"?
|
|
[1 reply] : const int hours=convert_to_hour(totalmin), mins=convert_to_min(totalm... (by Athar)
|
by Krisando
Creating array/vector array of duplicate instance types
|
|
[9 replies] Last: Oh right, silly me. I put int instead of a constant number. Thanks. (by Krisando)
|
by kishor8dm
Speed of the CODE
|
|
[2 replies] Last: Problem solved. I just found ccode in Matlab. Its awesome ! (by kishor8dm)
|
by elementx2z
how would I loop my program?
|
|
[1 reply] : You can do that by using loops. See here for more information: http:... (by Athar)
|
by am0517
errors compile any programs including your tutorials
|
|
[16 replies] Last: For doing work, any *nix-like system is useful, from Ubuntu to OS X (F... (by kfmfe04)
|
by alpha49er
undeclared identifier/uninitialized local variable
|
|
[2 replies] Last: Thank You for your help. My instructor went over everything again this... (by alpha49er)
|
by Bri426
While loops
|
|
[4 replies] Last: Ask yourself what it is to land heads? In your code above, we see ... (by closed account Lv0f92yv)
|
by pooshi
rand() question in Maps
|
|
[7 replies] Last: Time to change that. vectors are more basic and more important than m... (by sohguanh)
|
by RCM LittleC
Function Argument's value doesn't change
|
|
[2 replies] Last: Bah! I see. I fixed it and it works fine...thanks! (by RCM LittleC)
|