pls tel me...
I have to store data to heap file from a simple file.my file contain numeric data and string data...i have to divide tha data into numric and string. i.e.
my file contain data
1 meena
2 Sheena
3 teena
as per heap class syntax i have to brk the data into key and value.
keys are:1,2,3
values are:meena,shenn a,tenna
pls help me to solve this prob
I have to store data to heap file from a simple file.my file contain numeric data and string data...i have to divide tha data into numric and string. i.e.
my file contain data
1 meena
2 Sheena
3 teena
as per heap class syntax i have to brk the data into key and value.
keys are:1,2,3
values are:meena,shenn a,tenna
pls help me to solve this prob
Comment