Good
Response from developer
Hello! Thank you for your review. You can adjust the font size by going to settings (the green gear icon on the top left of the screen).
Newer version does not work for iPad
Response from developer
Thank you for your review! The bug has been fixed in the latest version.
Not good for debugging
An easy fix, I should think (unless perhaps there were security concerns?).
Offline compiling
I think your app is very cool except the lack of interactive inputs.
Is the paid version capable of offline compilation?
On an airplane or on a cruise, you don’t have internet connections.
It would be nice if you could compile and test codes offline.
Thank you for your response.
Response from developer
Hello, Thank you for your review. This app always requires an internet connection even after upgrade. We understand that it is convenient to have an offline compiler. However, any offline compiler on an iPhone would be a non-standard one.
It’s okay but…
Very Functional Application
Run Time Error
Response from developer
Please make sure that your while loop is not infinite.
Stoling data from my mobile
My balance was automatically low. So i cgecked my history. Then I got it stealing my data.
Response from developer
Hello, You are clearly mistaken. This app does not perform such actions. In fact, no iOS app has the ability to do what you are saying, unless your device is jailbroken by your choice.
I want a file
I buy " C/C++ Program Compiler" from AppStore
I upgrade this app.
I want to add the file <conio.h>
What do I do.
Response from developer
Hello, This is a Linux-based compiler. conio.h is a C header file used in old MS-DOS compilers to create text user interfaces. Compilers that targeted non-DOS operating systems, such as Linux, Win32 and OS/2, provided different implementations of these functions. The #include will give you almost all the functionalities that was provided in conio.h
Can’t import header file
I am trying to include a header file in a cpp file using #include “example.h”, but when I try to run it, it says:
compiler.cpp:1:10: fatal error: example.h: No such file or directory
1 | #include "example.h"
| ^~~~~~~~~~~~~~
compilation terminated.
Can you tell me how to do it?
Response from developer
Hello, all files need to be self-contained in this app. You cannot import other files except for standard headers.