getting the size of stringreturn number of elements
getting the size of string ReFix it. Remeber to call a function of a class is name.sizeof() or name.length(), because is c++...
Word CounterYou do char *revString = string2; and its maybe fault becaus you dont reserve memory for revString,...
Time function callchar date_buff[40]; this is a local variable. So you must do char *data_buff; date_buff=new ch...
how to read data from .txt if the row is not fixed?string nameFich ="fich.dat"; string line; ifstream fich; fich.open(nameFich,ios::in); ge...