by PL285
Return Question??
|
|
[14 replies] Last: Change float get_avg(); to avgTemps get_avg(); . :)... (by Berzeger)
|
by Cory Jamnick
Integer won't hold decimels
|
|
[1 reply] : And how exactly is that surprising? http://en.wikipedia.org/wiki/Integ... (by Athar)
|
by mr me
Square roots with precision
|
|
[3 replies] Last: #include <iostream> #include <iomanip> using namespace std; double sq... (by histrungalot)
|
by Cloudboy
Finding remainder, sometimes returns negative
|
|
[4 replies] Last: Strange, isn't it? (by Cloudboy)
|
Handling rounding errors |
|
[2 replies] Last: cause I have to deal with tax percentages and my instructor wants 2 di... (by closed account 2EURX9L8)
|
by dk3919
Leap Year/ finding if a date is valid or not.
|
|
[3 replies] Last: Nevermind got it, it was cause in line 34 I accidentally had it as "el... (by dk3919)
|
by mackw44
Login UI
|
|
[2 replies] Last: Well i plan to incorporate this into my main program which is run in t... (by mackw44)
|
by paper32
How to make sentinel loop disregard -1
|
|
[18 replies] Last: Got the thing to work, thanks for all your help! (by paper32)
|
I/O, if statement |
|
[3 replies] Last: I'm not 100% on this since I'm learning all of this too, but couldn't... (by Hippogriff)
|
by MH4
OpenGl and C++ music - How to play 2 music at the same time?
|
|
[3 replies] Last: I'm sure it does. It wouldn't be much of an audio library if it didn'... (by Disch)
|
by kdmpenguin
test scores
|
|
[10 replies] Last: I tried this and it didn't work. void arrSelectSort( double* arr, ... (by kdmpenguin)
|
by abrofunky
Using Switch Case and It would not execute
|
|
[2 replies] Last: Thanks alot! (by abrofunky)
|
by Steves
Tic Tac Toe ending early
|
|
[8 replies] Last: Ah = is used to make something equal. == is used to see if conditions ... (by Steves)
|
by Bnn678
How to correctly use the if/else statement when working with strings
|
|
[2 replies] Last: Okay thanks that worked, also do you know how to use something other t... (by Bnn678)
|
by chillm4
Help with class declarations
|
|
[3 replies] Last: Yep, account name should work fine. If you need a separate int... (by Hippogriff)
|
by nickoolsayz
[HELP] learning pointers and need help :)
|
|
[5 replies] Last: I had a real hard time with pointers when I was learning them too. If ... (by Steves)
|
by kyr3n
reading from an .xml file and manipulating read
|
|
[no replies]
|
by amberleef
Permutations Problem
|
|
[9 replies] Last: And now we see why it's a good idea to plan before you program haha :) (by ResidentBiscuit)
|
by Jake McGhee
Where to start.
|
|
[4 replies] Last: If you are comparing ints, then you can change the double to an int at... (by GRex2595)
|
by Bnn678
Why is my varible considered undeclared?
|
|
[4 replies] Last: #include <algorithm> string str = "YES"; //original string transfo... (by GRex2595)
|