Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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