conditional (ternary) operator not providing answer that I expected.Try this: [code]cout <<((x>y)?x:y)<<endl;[/code] Or: [code]cout <<(x>y?x:y)<<endl;[/code] It wor...
Problem with filesThe problem is that i need to use getline() because name[] got ' ' characters... I was testing, look...
Problem with filesHi, first, sorry for my bad english xD. i have a problems with files, i want to read some names(w...
Dinamic arrayYeah i love the C++ strings jeje, first i do it with c++ strings, but was easy, thanks to "append" m...
Dinamic arrayNow i see a problem with the program... sometimes not work... If you write: Hello how are ... H...