Apr 8, 2021 at 3:49am UTC
I've finished a library of functions for calculating sunblock data, in C++. Is it possible to use my C++ library for iOS or Android apps?
Apr 8, 2021 at 9:02am UTC
Cross-platform mobile development with C++
https://docs.microsoft.com/en-us/cpp/cross-platform/visual-cpp-for-cross-platform-mobile-development?view=msvc-160
Apr 9, 2021 at 2:49am UTC
Yes, although since running apps from the command line is not for everyone, you should also use some kind of GUI or TUI with it.
For example:
Ncurses (Mac)
PDcurses (Windows)
WinAPI (Windows), uses <windows.h>
OpenGL
SFML
DirectX (Windows)
Allegro
SDL
MySQL
Some of those may not be what you want, but at least one or two of them should work for you!