 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Thiago R. Adams Guest
|
Posted: Tue Apr 19, 2005 10:04 pm Post subject: streams at window CE |
|
|
I pretend port some c++ programs to run im my pocket pc (windows mobile
2003). But a lot of programas use streams . (ifstream, ofstream) and
eVC++ 4.0 don't have it.
For work with files I have two options: win API or C library.
Anybody already write some compatible ifstream ou ofstream class, using
C ou win 32 API?
If I don't find one, I will write a little and restrict implementation
of ifstream and ofstream.
Thanks,
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
| Back to top |
|
 |
Tilman Kuepper Guest
|
Posted: Wed Apr 20, 2005 12:14 pm Post subject: Re: streams at window CE |
|
|
Hi Thiago,
| Quote: | But a lot of programas use streams . (ifstream, ofstream) and
eVC++ 4.0 don't have it.
|
Have a look at www.stlport.com. AFAIK they added support
for eVC recently (I didn't try it myself).
Tilman
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
| Back to top |
|
 |
Bronek Kozicki Guest
|
Posted: Wed Apr 20, 2005 4:55 pm Post subject: Re: streams at window CE |
|
|
Thiago R. Adams <thiago.adams (AT) gmail (DOT) com> wrote:
| Quote: | Anybody already write some compatible ifstream ou ofstream class,
using C ou win 32 API?
|
http://www.dinkumware.com/ did, but their implementation of the C++
standard library is not free. Or you might wait for Visual Studio .NET
2005, as it is said to support C++ development (compiled to machine
code, i.e. not forcing you into .NET) on recent versions of Windows CE.
Or you might try to use STLPort with eVC. Be aware that eVC is not very
compliant with the C++ standard and IMHO best bet would be to wait for
...NET 2005, if you can afford that.
B.
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
| Back to top |
|
 |
P.J. Plauger Guest
|
Posted: Wed Apr 20, 2005 8:49 pm Post subject: Re: streams at window CE |
|
|
"Tilman Kuepper" <kuepper (AT) xgraphic (DOT) de> wrote
| Quote: | But a lot of programas use streams . (ifstream, ofstream) and
eVC++ 4.0 don't have it. :(
Have a look at www.stlport.com. AFAIK they added support
for eVC recently (I didn't try it myself).
|
Or, if you want something that's supported, try our Unabridged
Library. (But it costs $.)
P.J. Plauger
Dinkumware, Ltd.
http://www.dinkumware.com
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|