Sends code off-device; *Don't use for sensitive projects*
So, yeah. Only use this for code that you don't mind sending to the developer & any number of unknown third parties
Great! iOS keyboard support please!
I experimented with several languages as soon as I got the app, and I had issues at first with including header files with quotes, namely stdio.h. Ultimately, I found the error: the iOS keyboard includes the “ character for quotes. This slanted quote looks like it works right, but it does not work on all compilers! I had issues in C, but it is probably app wide. The character the compiler is expecting for quotes is ", and this character is only provided in the example code that works. Please fully support, and thank you for your work on this!
Response from developer
Hi Friend! Thank you so much for your support. We will definitely take note of your feedback so that we can improve our service further. If you need any assistance, please contact us at Hello@prghub.com and we’ll be more than happy to help you :)-PS
Nope
Response from developer
Dear Friend, We apologize for a less than satisfactory experience with us. We'd love to learn more about the issues you have faced. Please get in touch with us at Hello@prghub.com so that we can work on a solution together :) -PA
Yep
Simplified answer:
It’s great
Response from developer
Hi Friend! Thank you for your wonderful feedback! Our goal is to make your learning experience with us enjoyable and straightforward. Do recommend us to your friends too! :) If you need any assistance, please reach us at Hello@prghub.com and we'll be very happy to assist you! -PA
Nice app!
If it were possible, I would like to mention one small potential change:
The "C" template is actually a C++ template; and while both compile (and many compilers can compile either one), ideally the template you have for C should be labelled as C++, and a new template for C should be used. I offer as a possibility the following:
#include <stdio.h>
int main(int argc, char *argv[])
{
printf("Hello World\n");
return 0;
}
Thanks again for a great app!
Response from developer
Hi Friend! Thank you so much for your support. We will definitely take note of your feedback so that we can improve our service further. If you need any assistance, please contact us at Hello@prghub.com and we’ll be more than happy to help you :) -PA




