Any cpp compiler in Android which can handle multi file projects?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Any cpp compiler in Android which can handle multi file projects??

[EDIT] You are also free to post your favourite IDE/ compiler for Android phone

8th Jan 2019, 6:54 AM
Vedansh
Vedansh - avatar
3 Answers
+ 1
I you would really like to be hard-core, learn to compile and debug on command line, then download TERMUX and transfer your knowledge (to give you a small boost use either g++, clang++ for compiling, gdb for debugging, and later Makefile to make everything easier)... I use this setup because I couldn't find app with multifile support
8th Jan 2019, 10:13 AM
Elva
Elva - avatar
+ 1
Thanks... But I didn't use anything on terminal yet... I need to do some research to understand what you are asking me to do.
8th Jan 2019, 10:40 AM
Vedansh
Vedansh - avatar
0
Don't be scared, I learned all necessary commands for building multifile project in a few hours, it's not that hard, just a few words 😀
8th Jan 2019, 8:13 PM
Elva
Elva - avatar