by SS Android
How to Read in Float, String, Float from file?
|
|
[1 reply] : use a stringstream. http://www.cplusplus.com/reference/sstream/strings... (by mutexe)
|
by kmartar
Student Programmer needs
|
|
[16 replies] Last: That was it thank you. (by kmartar)
|
by enemy
why are these 2 functions generating the same array=
|
|
[2 replies] Last: Works!!! MANY THANKS!!! (by enemy)
|
by Chubby
how to calculate only decimal
|
|
[4 replies] Last: You do realize that this is a C++/C forum, and not an Objective-C foru... (by yulingo)
|
by Joshcannon
Array to Vector
|
|
[1 reply] : since you are using strings, it is appropiate to use std::string rat... (by nvrmnd)
|
by juvelover
Using typedef
|
|
[1 reply] : typedef is used to define an alias for an already existing type , i... (by nvrmnd)
|
by chocolatepig
Sorting an array of strings from a txt file. (1,2)
|
|
[20 replies] Last: Hi there thanks for the reply. I am not too sure what you changed but ... (by chocolatepig)
|
by Hydropulse17
Ask user for seed?
|
|
[2 replies] Last: Ahh! That works, thanks a bundle. (by Hydropulse17)
|
by heebleworp
Memory management question
|
|
[2 replies] Last: first of all, operator+ is supposed to return a value, not a referenc... (by heebleworp)
|
by nfordhk
C++ GUI with Two Forms
|
|
[no replies]
|
by sunni
Help on the final parts of my calculator
|
|
[9 replies] Last: Ah, well this is my final. LOL. I thank you all for helping me. I'm g... (by sunni)
|
by ericjets
Presenting your Program
|
|
[2 replies] Last: Thank you ! this really helped !! (by ericjets)
|
by KvltKitty
overloaded operator question
|
|
[no replies]
|
Calculator Menu |
|
[no replies]
|
by aminiz01
starting C++ typing
|
|
[no replies]
|
by SimonXM
Check Writer C++ Issue!
|
|
[10 replies] Last: i'm doing the same program, the part i don't get is how to put the dec... (by sr41790)
|
by blackice
Loop issue?
|
|
[no replies]
|
by iQChange
Caotic errors
|
|
[2 replies] Last: Thanks, and I'll use while loop. Where do I use this cin.ignore? Thank... (by iQChange)
|
by KvltKitty
Multiple files (two .cpp one .h)
|
|
[3 replies] Last: Right click a project filter and go to 'Add->New Item' to add a new fi... (by closed account N36fSL3A)
|
by iQChange
Where's the error in this simple code?
|
|
[1 reply] : Sorry, solved. #include <iostream> class TipoMoeda { public: ... (by iQChange)
|