RuslanFF / C-CPP-file-compiler-on-termux

C/C++ file compiler on termux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compiler of C/C++ files on termux


This script helps to run C/C++ files on termux

Getting started:

First, we need access to the internal storage

  • termux-setup-storage

  • cd storage/downloads


After that we prescribe everything else in order


After that you should put the script main.py in the folder where your C/C++ files are, go to that folder and run the script by typing

  • python main.py


You can also use this way to compile your code.

  • python main.py [filename.cpp] [namefile]


Enter without square brackets

NOTES:


I suggest using two sessions for convenience. The first session for compilations the second session to run, it will be faster and more convenient