C/C++ Programming Compiler User Reviews

Top reviews

Good

The software is very easy to use! If only the function of adjusting the size of the interface was added! Maybe, but I didn't see it. Can you tell me where it is?

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

Hello , the newest version does not work properly with ipad, the app crashes every time when open a file. Please fix the bug. Thank you.

Response from developer

Thank you for your review! The bug has been fixed in the latest version.

Not good for debugging

What I mean is this: there is no output shown at all until the program exits. So if there is a seg fault it is extremely difficult to find because print statements before the fault don’t show.

An easy fix, I should think (unless perhaps there were security concerns?).

Offline compiling

Hello,

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…

It’s a ok app for veeeerrrrryyyy simple programs but it breaks as soon as I make a calculator :(

Very Functional Application

Most of the negative reviews look like they’re from people who have no idea what they’re doing. This is one of my favourite apps when I want to quickly double check some code that my friend sends me but when I’m not at my computer. Intuitive interface and all the core features are present.

Run Time Error

The app runs into Run Time Error. It says your program uses too many resources, the program was terminated. But the only codes I wrote was a program to find the even number inside a while loop.

Response from developer

Please make sure that your while loop is not infinite.

Stoling data from my mobile

This app stole my data. It sent automatic sms to a number and didn't ask me anything.

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

Hello
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

Hi,

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?
Show less

Response from developer

Hello, all files need to be self-contained in this app. You cannot import other files except for standard headers.

Alternatives to C/C++ Programming Compiler