Memory-map files to save valuable RAM or simplify file parsing in embedded Qualcomm Brew applications.
Latest Memory Management Articles
Notifications and Power Management under Windows Mobile: Benefit from Both
Does your application need to get called at some point in time? Do you want to inform the user regarding what's going on? Learn how to use Windows Mobile Notifications and Power Manager, and benefit from both!
Numeric Data Portability
To save battery life, many PDAs don't have a chip that supports much floating-point math. To compensate for this, here are workarounds that transform floating point numbers to integers and then operates them.
Using Memory-Mapped Files On CE Devices
Discover how to take advantage of memory-mapped files in your WinCE applications.
Memory Reconnaissance Tools
Most of the time just being well informed about 'best practices' in memory allocation will keep you and your WinCE applications out of trouble.
Optimizing Data Segment Usage
You can also reap some fairly impressive gains in memory efficiency in your CE applications.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.

Ten Reasons to Look at .NET Core Now
The .NET Core is here now, and here are some reasons to begin using it.

Creating a Command Prompt Window Using Visual Basic
Learn how to simulate the DOS Command Prompt window from a Visual Basic form.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.