Dear Sir,
As a matter of fact, ICE supports many languages and platforms. However, now I would wirte my own application based on ICE. I need to access I/O and file,etc. I notice that IceUitl implement some support function such as Thread,String.
My question is how to write more portable applications based on ICE. For example, I would define an integer as: int x; or something like ICE::int
ICE wrapper all the functions inside of STLport, or I could directly use functions inside of STLport.
Sometime, I got confused. When I want to access I/O, firstly I would use Iostream from STLport, but I wonder whether ICE provides something like ICE::io
That's all.
Good luck!
JaneShang

Reply With Quote