C++ Compiler For Mobile Devices

AI Thread Summary
C++ compilers for handheld devices are available, although they may not be widely known or used. While extensive coding on mobile phones is generally impractical, options exist for compiling programs on the go. Users can utilize remote desktop applications to access computers with installed compilers, allowing for coding and compilation from mobile devices. Various mobile operating systems support remote login protocols, making it feasible to work on C++ projects remotely. For specific compiler options, users can search for compilers compatible with their device's OS, such as Symbian.
schumi1991`
Messages
30
Reaction score
0
Many of us might have used compilers on our personal computers.But does anyone know of C++ compilers for handheld devices.They would help us compile programs on the go.
 
Physics news on Phys.org
I don't think I'd ever try to do any extensive amount of writing / coding on my phone (maybe a netbook?) I'm not aware of any compilers / IDEs that run on any of the major mobile OSs (doesn't necessarily mean they don't exist) but if you really, really had to, you could always Remote Desktop in onto a computer which DOES have a compiler installed, probably along with the source code / versioning (there ARE various programs for the various mobile OSs that support the various remote login protocols)
 
Back
Top