Unwanted text in cxxdroid's terminal | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Unwanted text in cxxdroid's terminal

Whenever I compile a C or C++ code in CxxDroid, I get the following lines before my program's output : /$ / $ cd '/storage/emulated/0' ; export LD_LIBRARY_PATH='/data/data/ru.iiec.cxxdroid/files/lib' ; export CLANG_SYSROOT='/data/data/ru.iiec.cxxdroid/files/sysroot' ; export TMPDIR='/data/data/ru.iiec.cxxdroid/cache' ; export SHELL='/data/data/ru.iiec.cxxdroid/files/sh' ; export CONFIG_SHELL='/data/data/ru.iiec.cxxdroid/files/sh' ; export LC_ALL='en_US.UTF-8' ; export PATH='/data/data/ru.iiec.cxxdroid/files':'/data/data/ru.iiec.cxxdroid/files/bin':'/data/data/ru.iiec.cxxdroid/files/sysroot/bin':'/busybox-virtual':$PATH ; clear ; /data/data/ru.iiec.cxxdroid/files/iiec_tmp_binary ; exit I can remove them via system("cls"), but I want a permanent solution. Is there a way I can remove this text for all future compilations? Or is there a way to pass 'cls' to the terminal by default before every run?

15th May 2018, 11:21 AM
Kinshuk Vasisht
Kinshuk Vasisht - avatar
1 Answer
0
「HAPPY TO HELP」 The cxxdroid app uses Clang. Ill change accordingly. Thanks. Ill try and let you know.
16th May 2018, 10:07 AM
Kinshuk Vasisht
Kinshuk Vasisht - avatar