|
by s123456
else/ if statements help
|
|
|
|
[3 replies] Last: Thank you Stewbond! i know the question was trivial but the if els... (by s123456)
|
|
by kuriolis
Looking for Help: fstream objects, .getline(), and strings
|
|
|
|
[4 replies] Last: Both fstream and iostream are included. Sorry, I should have been mo... (by kuriolis)
|
|
by foodyore
Need help - map elements
|
|
|
|
[3 replies] Last: Alright thanks that solved my problem. (by foodyore)
|
|
by upain21
My code cannot read what's in the file
|
|
|
|
[no replies]
|
|
by MinwooJu
how are ADTs useful?
|
|
|
|
[2 replies] Last: ohhh so it makes things easier? (by MinwooJu)
|
| Reading data from a text file into arrays |
|
|
|
[no replies]
|
|
by noo1
Calculate Stock Value using an inline function
|
|
|
|
[6 replies] Last: Thank you both so very much!!! (by noo1)
|
|
by skarla
i need someone.
|
|
|
|
[1 reply] : Dalai Lama can. (by hekri)
|
|
by joshsmith01
Sequential file data to function
|
|
|
|
[no replies]
|
|
by Aerion4
reading data into a vector
|
|
|
|
[1 reply] : You aren't using a std::vector, just a dynamic array. http://www.cp... (by LowestOne)
|
|
by Reynolds773
How to make Value Returning function
|
|
|
|
[8 replies] Last: I just figured it out. I never actually opened the file in the functi... (by Reynolds773)
|
|
by msdagiya
difference between math and math.h
|
|
|
|
[1 reply] : math.h is a C header. math is something I've never heard of in th... (by Moschops)
|
|
by molecularman
Calculating Standard Deviation
|
|
|
|
[3 replies] Last: What is the point of arrayDev being an array? It seems like you could... (by freddy92)
|
|
by Octoballa
Problem with nested do while loop.
|
|
|
|
[1 reply] : You declared the char option twice. Once on line 16 and once in the me... (by Raezzor)
|
|
by bryantyse
Sentinel/Count Controlled loop problem
|
|
|
|
[no replies]
|
|
by raines883
C++ getline from File not working
|
|
|
|
[1 reply] : Think I'm going to go ahead and go with the dynamic array anyways. But... (by raines883)
|
|
by mwingard
Problem with if-else statement. MY PROGRAM IS DUE AT 11:59pm CST!!
|
|
|
|
[2 replies] Last: It worked great AND the deadline was extended! Thank you very very muc... (by mwingard)
|
|
by b1b2b3b4
Why does my program hangs?
|
|
|
|
[4 replies] Last: Could you please guide me and show me an example? I'm new to c++ (by b1b2b3b4)
|
|
by bosox99
Using strings in multiple functions
|
|
|
|
[no replies]
|
|
by G3PO
Writing Function Definitions (Checking Correctness)
|
|
|
|
[4 replies] Last: How about you test these with actual data. Did you do that already? (by Chervil)
|