by aggsyb
Converting a string with a decimal to a float
|
|
[1 reply] : Too hasty in posting , played around and got it working with float f... (by aggsyb)
|
by Nubcake95
Floats cast to double
|
|
[4 replies] Last: Because you declared the variable f as a float so it should be a float... (by Nubcake95)
|
by nmn
cout and ofstream
|
|
[2 replies] Last: GOT IT....MUST RESET THE POINTER to the array...other wise the second ... (by nmn)
|
by cgsodar
Running .exe from within
|
|
[no replies]
|
by Kenneth Dale
Could you write this program for me? (1,2)
|
|
[25 replies] Last: You'll still need it. (by closed account N36fSL3A)
|
by hychan
How to consider a number
|
|
[9 replies] Last: abhishekm71 's method is risky because if you, for example, have some... (by Zhuge)
|
by nomijigr
Lnk2019 unresolved external symbol error
|
|
[2 replies] Last: oops blunder..got it...THANKS (by nomijigr)
|
Implementing console program into GUI |
|
[5 replies] Last: Try google for " visual C++ Youtube Hello world!" About 2,290,000 resu... (by SamuelAdams)
|
by aggsyb
Using F stream to read first few lines of a text file
|
|
[15 replies] Last: Thanks alot! Although I realised looking through my code I was pulling... (by aggsyb)
|
by SrKiT
struct tm and strftime issues?
|
|
[3 replies] Last: Good that you solved it. About the prefixes, I don't use them myself ... (by Peter87)
|
by hogwheeley
help with getline
|
|
[4 replies] Last: i have the first two lines from the text for task one. now i need to t... (by hogwheeley)
|
by jayssj11
RAPSHEET IN C++ .
|
|
[3 replies] Last: thanks for suggestion . but iam using turbo c++ which is quite old . i... (by jayssj11)
|
by noPstns
#define identifier replacement question
|
|
[2 replies] Last: I get it now. Thank you. (by noPstns)
|
Explicit Specialization of Function Templates Help |
|
[3 replies] Last: > why would I need it if I could just make a non template function? I'... (by JLBorges)
|
by sghamghamy
Predefind Function
|
|
[6 replies] Last: to take the first two digits of the year, divide and save the remind... (by chipp)
|
by kong288
Why use iterators over ints?
|
|
[1 reply] : in your example, i wouldnt prefer to use iterators. http://stackoverf... (by mutexe)
|
by hippyman
Problem with Switch,do-while
|
|
[6 replies] Last: You can write own function to check does given string is a correct num... (by sw143)
|
by me77ow
My first console program = fuel efficiency calculator.
|
|
[6 replies] Last: I have one of them C++ books laying around. I didn't like it, but I'v... (by ThtCooperFellow)
|
by elfeck
vector<myclass*> and scope
|
|
[8 replies] Last: In this case, Yes. Becouse "*pointer" points to "&object". "Object" wi... (by Nobun)
|
by xeimaster
interchanging lines
|
|
[8 replies] Last: ok so i got it how it works thnx @whitenite1 i really wasn't expectin... (by xeimaster)
|