Open Source C++ Software for Windows Mobile

C++ Software for Windows Mobile

Browse free open source C++ Software for Windows Mobile and projects below. Use the toggles on the left to filter open source C++ Software for Windows Mobile by OS, license, language, programming language, and project status.

  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • 1

    Developer's Image Library

    A full featured cross-platform image library

    Developer's Image Library (DevIL) is a cross-platform image library utilizing a simple syntax to load, save, convert, manipulate, filter and display a variety of images with ease.
    Leader badge
    Downloads: 544 This Week
    Last Update:
    See Project
  • 2

    Irrlicht Engine

    3D Engine c++

    The Irrlicht Engine is an open source high performance realtime 3D engine written and usable in C++. It is completely cross-platform, using D3D, OpenGL and its own software renderers.
    Leader badge
    Downloads: 229 This Week
    Last Update:
    See Project
  • 3
    GoogleTest

    GoogleTest

    Google Testing and Mocking Framework

    GoogleTest is Google's C++ mocking and test framework. It's used by many internal projects at Google, as well as a number of notable projects such as The Chromium projects, the OpenCV computer vision library, and the LLVM compiler. This GoogleTest project is actually a union of what used to be two separate projects: the old GoogleTest and GoogleMock, an extension of GoogleTest for writing and using C++ mock classes. Since they were so closely related, they were merged to create an even better GoogleTest. GoogleTest features an xUnit test framework, a rich set of assertions, user-defined assertions, death tests, among many others. It's been used on a variety of platforms, including Cygwin, Symbian, MinGW and PlatformIO.
    Downloads: 40 This Week
    Last Update:
    See Project
  • 4
    SmartCam
    SmartCam - Smart Phone Web Camera - Turns a camera phone (S60, WinMo6.x, Android, Samsung Bada) with bluetooth or WiFi into a handy webcam ready to use with your PC
    Downloads: 47 This Week
    Last Update:
    See Project
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 5
    Open Metronome

    Open Metronome

    MIDI and/or Custom WAV Metronome for Windows and Windows Mobile

    Free open source GPL metronome (a "branch" of "Weird Metronome") for Windows, Windows Mobile, & Pocket PC. Uses user-definable multi-voice WAV or MIDI (PC only) sounds for the beats. Has a blinker & allows user defined bpm & fine measure control.
    Leader badge
    Downloads: 33 This Week
    Last Update:
    See Project
  • 6
    SQLite.org took over this project in 2010
    Downloads: 22 This Week
    Last Update:
    See Project
  • 7
    oTuner

    oTuner

    9-Octave Chromatic Tuner

    Free open source GPL instrument / musical chromatic tuner (like an electronic guitar tuner) for Windows, Windows Mobile, & Pocket PC. Displays name of note played & accurate indication of whether pitch is sharp, flat, or exact (relative to 440Hz A).
    Leader badge
    Downloads: 22 This Week
    Last Update:
    See Project
  • 8
    Game Editor
    Game Editor is the game design software that gives you the power to create the games of your dreams, and gives you the chance to get the source code of the game creator and develop 2D games for personal computers as well as mobile devices like iPhone
    Downloads: 23 This Week
    Last Update:
    See Project
  • 9
    NAVeGIS

    NAVeGIS

    GPS navigation software for Windows Mobile & WinCE devices.

    NAVeGIS is a WinCE/Windows Mobile navigation application.
    Leader badge
    Downloads: 28 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 10
    ScummVM

    ScummVM

    A cross-platform interpreter for many point-and-click adventure games

    ScummVM is a cross-platform interpreter for many point-and-click adventure games. This includes LucasArts SCUMM games (such as Monkey Island 1-3, Day of the Tentacle, Sam & Max, ...), many of Sierra's AGI and SCI games (such as King's Quest 1-6, Space Quest 1-5, ...), Discworld 1 and 2, Simon the Sorcerer 1 and 2, Beneath A Steel Sky, Lure of the Temptress, Broken Sword 1 and 2, Flight of the Amazon Queen, Gobliiins 1-3, The Legend of Kyrandia 1-3, many of Humongous Entertainment's children's SCUMM games (including Freddi Fish and Putt Putt games) and many more. The project mailing lists have been moved to http://lists.scummvm.org The project tracker has been moved to https://bugs.scummvm.org
    Leader badge
    Downloads: 75 This Week
    Last Update:
    See Project
  • 11
    free heroes2 engine
    Free implementation of Heroes of the Might and Magic II engine. SDL is used.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 12
    TSP Solver and Generator

    TSP Solver and Generator

    Generate and solve Travelling Salesman Problem tasks

    TSPSG is intended to generate and solve Travelling Salesman Problem (TSP) tasks. It uses Branch and Bound method for solving. An input is a number of cities and a matrix of city-to-city travel prices. The matrix can be populated with random values in a given range (useful for generating tasks). The result is an optimal route, its price, step-by-step matrices of solving and solving graph. The task can be saved in internal binary format and opened later. The result can be printed or saved as PDF, HTML, or ODF. TSPSG may be useful for teachers to generate test tasks or just for regular users to solve TSPs. Also, it may be used as an example of using Branch and Bound method to solve a particular task.
    Downloads: 29 This Week
    Last Update:
    See Project
  • 13
    MDictionary - mobile dictionary program
    Simple plugin based dictionary program for Symbian cellular phones.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    BibleTime Mini
    Mobile Bible study application, based on BibleTime (www.bibletime.info) source code.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    This is a Windows Mobile software that monitors SIM card, GPS position, and auto answer to SMS. It's small (build in C++), doesn't have any dependency, and still provides all the features found in commercial applications. It consumes no memory.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    Project core is fast and accurate resampler, based on FIR-filter, heavily optimized for piecewise-constant functions. Above this is clock-precise AY-3-8910 (YM2149F) emulator. Front-ends are win32 console app, Winamp and GSPlayer plugins
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    PocketSIPMsg is a SIP instant messaging client for small devices that use Windows CE. The IM protocol is based on SIMPLE(IETF) working group's specification. The project is developed with eMbedded Visual C++ as "Dialog based application".
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Aswang is a lightweight and flexible C++ class framework meant to make windows GUI development easier and faster without the imposition of bloated libraries or any particular visual style.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Azonto Messenger

    Cross-Platform Mobile Messaging Application

    Azonto is a Cross-Platform Mobile Messaging Application that allows users to share images, songs, videos, create and add each other to groups. It is for the trendy who wants to be on top of the mobile messaging game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    BGLightCE is a free, open source backgammon game for Windows Mobile, based on Gnu Backgammon. It features the strongest backgammon opponent available for Pocket PC. If you're tired of beating other games & are looking for a challenge this is for you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    BZK is a set of tools to help creating games for mobile devices. Graphics are simple but enough to create good games. This suit maybe not be suitable for very intensive games or near-photorealistic graphics. For everything else, welcome.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    BallCalc is attempt to make a good, easy to use, full featured and FREE!!! ballistics calculator for the Windows Mobile based on the GNU External Ballistics engine, and eventually other, platforms.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    CalcuDoku
    The (well) known puzzle CalcuDoku, K-Doku, kenken
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Christmas Tree

    Christmas Tree

    Decorate your own virtual Christmas Tree

    Decorate your own virtual Christmas Tree with a variety of beautiful ornaments, tree toppers and animated lights. How to decorate Christmas Tree 1. Press Settings button to choose how your tree and background image should look like. Press Settings button again to hide list of available options. 2. Press Toys button to open toys gallery. Press Toys button again to hide this gallery. 3. Select toy you like from gallery by holding your finger on it and then drag selected toy to appropriate place on Christmas Tree. Press and hold your finger on the toy to send it to background or bring to foreground. Move toy away from Christmas Tree to remove it. 4. Repeat previous step, choosing different toys from gallery until you get your own wonderfully decorated Christmas Tree. Press Capture or Record buttons to save image or GIF of your Christmas Tree or share it with friends. Christmas Tree is available for iOS 11+, Android 4.4+ and Windows Phone 7.5+ environments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    CrtDbg for WinCE

    CrtDbg for WinCE

    Port of MS _CrtDbg Memory Leak Detection for WinCE

    You are searching _CrtDumpMemoryLeaks(), _CrtSetReportMode() and all the well known Win32 stuff? But you don't find it for your Windows CE or Windows Mobile native C or C++ development? Get tired of Memory Leaks? Handle Leaks? Trouble with Appverify (Application Verifier for WinCE)? Stop searching. Congratulations, you got it!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.