User profile: Celtc

User info
User name:Celtc
Name:Nicolás
Location:Cap. Fed., Argentina
History
Joined:Jan 1, 2011 at 12:11am
Number of posts:10
Latest posts:

how to sum a string array? iam getting confused...
You can cast the [tt]string[/tt] into a [tt]const char*[/tt] in order to use the [tt]atoi()[/tt] fun...

gotoxy
You may want to use the function [tt]SetConsolCursorPosition()[/tt], which belongs to the windows li...

Why is this code not working? - file reading
The function [i][tt]getch()[/tt][/i] is not in the standard C++ libraries, it belongs to the conio l...

Binary file output
Yes I've finally understood, I was confuse thinking that the strings were converted in same way in o...

Binary file output
I think I understand what you are saying Duoas. But for example: [code]#include <fstream> #inclu...