Joke Collection Website - Public benefit messages - How to program on mobile phone

How to program on mobile phone

What can today’s smartphones do? Playing games, watching movies, social chatting, taking photos, reading information... In addition to these, mobile phones can also be used to write programs. Yes, you heard it right, today's smartphones can also be used to write programs. Different from computer programming, mobile phone programming has smaller functions, but it is more convenient. You can program and verify your ideas on your mobile phone anytime and anywhere, which is undoubtedly a great help for beginners. Now let’s learn how to program on a mobile phone.

There are many software on the Internet that can be used to program on mobile phones, such as c++ compiler, C language compiler, AIDE, and advanced terminal Termux. Each software has its own characteristics. Let’s introduce the c++ compiler, also called C4droid, which is a very good C/C++ compiler. After installing the GCC plug-in, you can directly edit and run C/C++ code. It is a very good mobile programming software.

1. If you want to install it, you can download it directly from the App Store, Baidu, or other websites.

2. After the installation is complete, you need to download a GCC plug-in (compiler) before you can compile and run the code normally:

3. Finally, you can start programming.

Write the code first, then click run to run it.