by Sandman010
How do I avoid a string being inputted for an int?
|
|
[3 replies] Last: It is defined on line 24. (by jsmith)
|
by eker676
Accuracy of float and double
|
|
[7 replies] Last: Article: Rounding Algorithms http://www.cplusplus.com/forum/article... (by Duthomhas)
|
by Morgan
Having a little trouble with cin.ignore.
|
|
[2 replies] Last: Thank you very much. (by Morgan)
|
by PSPMAN90
The result doesn't show...
|
|
[2 replies] Last: Your method calculo() is not outputting the data, just returning it. ... (by Zhuge)
|
by turke
Detecting string chars?? (1,2)
|
|
[23 replies] Last: Tnx m8 ^^ (by turke)
|
by dhungj
How to read a file using getline?
|
|
[1 reply] : infile.open(filename.c_str()); // open file if(infile) { string... (by Zaita)
|
by memoc3
plz, urgent.. how to assign string from data
|
|
[9 replies] Last: Post your complete code again. (by Zaita)
|
by piction
DLL -file and lib-file
|
|
[no replies]
|
by Sain
I need to make a table but dont know how..
|
|
[1 reply] : http://www.cplusplus.com/forum/articles/6046/ (by Zaita)
|
by masiht
what is void
|
|
[3 replies] Last: It means that the function doesn't have to return a value eg: i... (by Bazzy)
|
by memoc3
finally i write a spelling checker program using c++ string..but cant compile
|
|
[2 replies] Last: memoc3, please use code tags to post code, telling us what the errors ... (by closed account z05DSL3A)
|
by hannad
getline(cin,str) problem
|
|
[9 replies] Last: I am using Microsoft Visual C++ 6.0. My code gives me the following: ... (by hannad)
|
by Gwindarr
Getting Array data into a Function
|
|
[4 replies] Last: Butterkeks - Thanks. That was it. (by Gwindarr)
|
by diva
how to sort the value stored in pair
|
|
[5 replies] Last: I take it you have quite a few pairs. Are they being held in an array... (by kbw)
|
by jaised
virtual and dynamic? Superclass to Subclass
|
|
[2 replies] Last: You could add a virtual print method to the base class, and overload i... (by seymore15074)
|
by ozan
Matrix Library
|
|
[2 replies] Last: Thanks Zaita, But UBLAS has no function that takes square root of th... (by ozan)
|
by ntbolivar
declaration problems
|
|
[2 replies] Last: firedraco seems to have missed that you're not actually assigning the ... (by helios)
|
by rain
I have problems with dll file
|
|
[5 replies] Last: WinMain() doesn't create a command window. It's a GUI orientated entry... (by Zaita)
|
declaring string param in function problem |
|
[2 replies] Last: ugh, though I did have those headers I had forgotten to put a final } ... (by mariokartlegendd)
|
by rossjohn07
Exporting Inputed info to External File
|
|
[3 replies] Last: replace endl with the value you want to write to the file (by Bazzy)
|