+ 2
My c4droid compiler is not detecting gcc plugin please help
guys i want to code in my phone in c++ so i downloaded c4droid and then downloaded GCC and SDL but it's not detecting it .can anyone tell me alternative to c4droid for c++ or help me to fix it
9 ответов
+ 9
no man it's the only offline compiler on android. No one can beat this because it's 32 bit compiler with C99 upgrade.
1) you can declare variables inside loop directly. such as
for(int k=0;k<=10;k++){}
2) it supports "long long data type" which can store more large integer than long data type. such as
long long number=2353356634689536744
and it's print control is %lld
+ 10
Have you purchased it?If not it wont detect it
+ 8
I have also same problem with my phone. I can install it but it won't run 😧
+ 7
I got it free from Apkhere.com
+ 5
just uninstall everything and clear system cache.
install c4droid, open the app and follow the instructions to complete the installation of compiler and plugins
1 touch yes
2 touch ok
3 install plugin once google play pops up
4 go back to c4droid app
5 select every option regarding QT
6 touch install internal memory
7 yes
8 ok
9 install SDL plugin once google play pops up
The end
+ 4
@seamiki
I think you are right, because I have not tried purchased version.😊
+ 3
@Ajay It's a paid app: if you got it free you probably got a cracked version and in that case you get what you pay...
I got it running flawlessly on 4 different devices,
Also uninstalled and reinstalled trying to recreate the issue posted herein but it simply works.
(Purchased version)
+ 1
Yeah I to faced same issue.
C4droid Apk with GCC compiler available freely. Any one can download now. I got it from this blog , I was looking for it since 6 months.
https://c4droid.blogspot.com/2019/08/c4droid-apk-free-crack-download.html?m=1
0
can you provide alternative to this app