User profile: Nevo

User info
User name:Nevo
Name:Helderth
Location:Caracas
Bio:Venezolano... Y no se mucho ingles
History
Joined:
Number of posts:11
Latest posts:

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 files
The problem is that i need to use getline() because name[] got ' ' characters... I was testing, look...

Problem with files
Hi, first, sorry for my bad english xD. i have a problems with files, i want to read some names(w...

Dinamic array
Yeah i love the C++ strings jeje, first i do it with c++ strings, but was easy, thanks to "append" m...

Dinamic array
Now i see a problem with the program... sometimes not work... If you write: Hello how are ... H...