Q: I am porting a Win32 Desktop application to CE. The application uses stream funtions heavily, but I can't seem to find any stream functions or headers in CE. Are streams supported?
Unfortunately streams are not supported in Windows CE so you'll have to either roll your own workaround or use a 3rd party library.