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...
gotoxyYou may want to use the function [tt]SetConsolCursorPosition()[/tt], which belongs to the windows li...
Why is this code not working? - file readingThe function [i][tt]getch()[/tt][/i] is not in the standard C++ libraries, it belongs to the conio l...
Binary file outputYes I've finally understood, I was confuse thinking that the strings were converted in same way in o...
Binary file outputI think I understand what you are saying Duoas. But for example: [code]#include <fstream> #inclu...