User profile: jecaestevez

User info
User name:jecaestevez
Email:jecaestevez@gmail.com
Name:Jesus estevez
Location:spain
Website:http://www.jesusestevezcaparros.es
History
Joined:
Number of posts:7
Latest posts:

getting the size of string
return 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 Counter
You do char *revString = string2; and its maybe fault becaus you dont reserve memory for revString,...

Time function call
char 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...