开发者

Can I use fstream for working with files with the Nokia Qt SDK?

开发者 https://www.devze.com 2023-02-18 03:43 出处:网络
In my ap开发者_运维技巧plication (on Nokia S60 v3) I need to write and read some file from a device.

In my ap开发者_运维技巧plication (on Nokia S60 v3) I need to write and read some file from a device. Can I use the standard C++ fstream? Or do I need a Symbian API class?

Where can I read some information about this?


You can use fstreams with Open C++ STLport library but since you're working on Qt, I'd suggest you use QFile instead.

0

精彩评论

暂无评论...
验证码 换一张
取 消