A
Ahmed Ossman
Hi All,
I have this piece of code:
char str[500];
......
double x;
istrstream in(str);
in >> x;
.....
}
I want to replace istrstream class with another class that do the same job
as I compile with new Solaris Compiler which doesn't has this class??
Could I??
B.R.
Ahmed Ossman
I have this piece of code:
char str[500];
......
double x;
istrstream in(str);
in >> x;
.....
}
I want to replace istrstream class with another class that do the same job
as I compile with new Solaris Compiler which doesn't has this class??
Could I??
B.R.
Ahmed Ossman