by unit56
Not sure whats wrong
|
|
[2 replies] Last: I will give you a special equation: int inputInHours, days, hours; i... (by Moeljbcp)
|
by Badeskimoz
Having a Blonde moment
|
|
[4 replies] Last: Knew it was a blonde moment. Thank You. (by Badeskimoz)
|
invalid initializer |
|
[4 replies] Last: Awesome! You've been a big help man. /solutesloppy (by ProductFailure)
|
by Tate
How to insert an "endl" at a certain place in my program?
|
|
[2 replies] Last: Doh! Such a simple solution. My bad. Thank you for your input, Abst... (by Tate)
|
by GoPredsGo
Just plain stuck
|
|
[1 reply] : Line 13: You have a forward declaration for the function displayChar w... (by AbstractionAnon)
|
by Magikk
Need help with array's and storing SSN's.
|
|
[1 reply] : You are probably going to want a function to add records. Your assign... (by AbstractionAnon)
|
by snaxpax
Is this ok?
|
|
[no replies]
|
getArea function is only returning 0 |
|
[11 replies] Last: That would explain it. You could try using a more precise value for PI... (by Chervil)
|
by Fulslion
C++ Question Function Overloading
|
|
[9 replies] Last: Thank you both! (by Fulslion)
|
by GIjessiebear
Only adding odd numbers
|
|
[1 reply] : #include <iostream> using namespace std; int main() { int i; i... (by freddy92)
|
by Ryusko
Creating vector of objects
|
|
[3 replies] Last: That worked, thanks, overlooked that vectors were part of the standard... (by Ryusko)
|
by mm87
I'm having C++ problems on college work?
|
|
[1 reply] : #include <iostream> #include <string> using namespace std; int m... (by freddy92)
|
by TheJJJunk
Loop not working in Polynomial Class
|
|
[no replies]
|
passing vector as a function |
|
[3 replies] Last: When you will call the function you specify the required element of th... (by vlad from moscow)
|
by jlillie89
SOS
|
|
[3 replies] Last: Hey thanks I have fixed and moved on to a new problem which is LOOPS! ... (by jlillie89)
|
for Loop with a false value |
|
[2 replies] Last: I haven't learned arrays yet.. but will definitely keep in mind for th... (by BrooklynMommy)
|
by fmdub
Can't seem to get headers to work. Using Visual C++ 2008
|
|
[3 replies] Last: #1 you don't have to include <iostream> in header.h, but it does mak... (by andywestken)
|
by devonrevenge
what is the most simple as possible program you could build that uses this evil '<-' bastard
|
|
[12 replies] Last: ooh shiny, i like that, wish i found that in the dev tutorials...could... (by devonrevenge)
|
by Strategist00
One small problem (very simple fix, but I don't know how) -
|
|
[5 replies] Last: But, as long as you don't need exhaustive floating-point precision, I... (by Disch)
|