by dartzxx
If statement not working
|
|
[1 reply] : check your assignment versus equality operator. (by pogrady)
|
by dkjdod
Help with reading from file.
|
|
[1 reply] : std::ifstream infile( datafile ) ; double a, b, c ; while( infile >> ... (by JLBorges)
|
error in code--need help fixing |
|
[1 reply] : get_stamina_required WHat is that? Is it an int? A double? A char? ... (by Moschops)
|
by WhiteG
Opening websites
|
|
[2 replies] Last: open an url then open another one after 1 min (by WhiteG)
|
by princesslumy
Number of Days since you were born
|
|
[6 replies] Last: tHANKS (by princesslumy)
|
by Vy C
This else if not working
|
|
[3 replies] Last: Just make the operators all ||. else if(value == 'y' || value == '... (by AbstractionAnon)
|
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 Lowest0ne)
|
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)
|